# Packages

No description provided by the author

# Functions

AddToGroup adds a user to a group.
ChangePassword changes password for a user.
Create creates a new User.
Delete deletes a user.
ExtractUsers returns a slice of Users contained in a single page of results.
Get retrieves details on a single user, by ID.
IsMemberOfGroup checks whether a user belongs to a group.
List enumerates the Users to which the current token has access.
ListGroups enumerates groups user belongs to.
ListInGroup enumerates users that belong to a group.
ListProjects enumerates groups user belongs to.
RemoveFromGroup removes a user from a group.
Update updates an existing User.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AddToGroupResult is the response from a AddToGroup operation.
ChangePasswordOpts provides options for changing password for a user.
ChangePasswordResult is the response from a ChangePassword operation.
CreateOpts provides options used to create a user.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
InvalidListFilter is returned by the ToUserListQuery method when validation of a filter does not pass.
IsMemberOfGroupResult is the response from a IsMemberOfGroup operation.
ListOpts provides options to filter the List results.
RemoveFromGroupResult is the response from a RemoveFromGroup operation.
UpdateOpts provides options for updating a user account.
UpdateResult is the response from an Update operation.
User represents a User in the OpenStack Identity Service.
UserPage is a single page of User results.

# Interfaces

ChangePasswordOptsBuilder allows extensions to add additional parameters to the ChangePassword request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

Option is a specific option defined at the API to enable features on a user account.