Functions
Link copied to clipboard
Authenticates a user by name.
Link copied to clipboard
inline suspend fun UserApi.authenticateUserByName(username: String, password: String): Response<AuthenticationResult>
Extension function for the authenticateUserByName operation that accepts the username and password directly
Link copied to clipboard
Authenticates a user with quick connect.
Link copied to clipboard
inline suspend fun UserApi.authenticateWithQuickConnect(secret: String): Response<AuthenticationResult>
Extension function for the authenticateWithQuickConnect operation that accepts the secret directly
Link copied to clipboard
Creates a user.
Link copied to clipboard
Deletes a user.
Link copied to clipboard
Initiates the forgot password process for a local user.
Link copied to clipboard
Redeems a forgot password pin.
Link copied to clipboard
Gets the user based on auth token.
Link copied to clipboard
Gets a list of publicly visible users for display on a login screen.
Link copied to clipboard
Gets a user by Id.
Link copied to clipboard
Updates a user.
Link copied to clipboard
Updates a user configuration.
Link copied to clipboard
Updates a user's password.
Link copied to clipboard
Updates a user policy.