Skip to main content

Module access_users_api

Module access_users_api 

Source

Enums§

AccessUsersCreateTokenError
struct for typed errors of method access_users_create_token
AccessUsersCreateUsersError
struct for typed errors of method access_users_create_users
AccessUsersDeleteTokenError
struct for typed errors of method access_users_delete_token
AccessUsersDeleteUsersError
struct for typed errors of method access_users_delete_users
AccessUsersGetAccessUsersByUseridError
struct for typed errors of method access_users_get_access_users_by_userid
AccessUsersGetAccessUsersByUseridTokenByTokenNameError
struct for typed errors of method access_users_get_access_users_by_userid_token_by_token_name
AccessUsersGetTokenError
struct for typed errors of method access_users_get_token
AccessUsersGetUsersError
struct for typed errors of method access_users_get_users
AccessUsersUpdateTokenError
struct for typed errors of method access_users_update_token
AccessUsersUpdateUnlockTfaError
struct for typed errors of method access_users_update_unlock_tfa
AccessUsersUpdateUsersError
struct for typed errors of method access_users_update_users

Functions§

access_users_create_token
Generate a new API token with given metadata
access_users_create_users
Create new user.
access_users_delete_token
Delete a user’s API token
access_users_delete_users
Remove a user from the configuration file.
access_users_get_access_users_by_userid
Read user configuration data.
access_users_get_access_users_by_userid_token_by_token_name
Read user’s API token metadata
access_users_get_token
List user’s API tokens
access_users_get_users
List users Permissions: Returns all or just the logged-in user (/API token owner), depending on privileges.
access_users_update_token
Update user’s API token metadata
access_users_update_unlock_tfa
Unlock a user’s TFA authentication.
access_users_update_users
Update user configuration. To change a user’s password use the ‘PUT /access/password’ endpoint.