# Functions
NewClient returns a new instance of a user management client.
# Constants
No description provided by the author
# Structs
ChangePasswordRequest are data required for password change of a user.
Client is used to manage users on EventStoreDB.
CreateOrUpdateRequest represents the data necessary to create a user on EventStoreDB.
No description provided by the author
DetailsResponse are fetched details of one user from EventStoreDB.
ResetPasswordRequest represent a set of data required to reset user's password.
# Type aliases
DeleteRequest represents a login name of the user we want to remove from EventStoreDB.
DetailsRequest represents a login name of the user which details we want to fetch from EventStoreDB.
DisableRequest represents a login name of the enabled user which we want to disable on EventStoreDB.
EnableRequest represents a login name of the disabled user which we want to enable on EventStoreDB.