# Functions

Add creates a new user.
DeleteByID deletes the resource that matches the space ID and input ID.
Get returns a collection of users based on the criteria defined by its input query parameter.
GetByID returns the user that matches the input ID.
No description provided by the author
NewAPIKey initializes an API key with a purpose.
NewAPIKeyService returns an ApiKeyService with a preconfigured client.
NewUser initializes a user with an username and a display name.
No description provided by the author
Update modifies a user based on the one provided as input.

# Structs

APIKey represents an API key returned from a GET request.
ApiKeyService handles communication with API key-related methods of the Octopus API.
No description provided by the author
No description provided by the author
CreateAPIKey represents an API key when creating a new API key (POST).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
User represents a user in Octopus.
UserAuthentication represents enabled authentication providers and whether the current user can edit logins for the given user.
No description provided by the author
No description provided by the author
No description provided by the author