Last updated
Was this helpful?
Last updated
Was this helpful?
This feature is available with the .
Your API keys must have either .
The User Management module enables you to efficiently administer and regulate user access within your workspace.
This module offers a comprehensive set of tools to list all users, send invitations to new members, disable users' accounts, and precisely control users' roles and permissions.
Retrieves all active users.
none
Retrieves a user by email.
email
(str)
: The email of the user to retrieve.
Retrieves all invited users.
none
Invites a user to the workspace.
email
(str)
: The email of the user to invite.
account_type
(UserAccountType)
: The account type of the user to invite.
Updates the account type of a user.
uid
(str)
: The ID of the user to update the account type for.
account_type
(UserAccountType)
: The new account type for the user.
Disable a user in the workspace.
uid
(str)
: The ID of the user to disable.