Optional requestFactory: UsersApiRequestFactoryOptional responseProcessor: UsersApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationCreate a user for your organization.
The request object
Optional options: ConfigurationCancel all pending invitations for a specified user.
Requires the user_access_invite permission.
The request object
Optional options: ConfigurationDisable a user. Can only be used with an application key belonging to an administrator user.
The request object
Optional options: ConfigurationGet the user associated with the current authentication context. The response includes the user's profile attributes (name, email, handle, status, MFA state), along with related resources: the user's organization, assigned roles with their granted permissions, and team-scoped roles. No additional permissions are required beyond valid authentication.
Optional options: ConfigurationReturns a single user invitation by its UUID.
The request object
Optional options: ConfigurationGet a user in the organization specified by the user’s user_id.
The request object
Optional options: ConfigurationGet a user organization. Returns the user information and all organizations joined by this user.
The request object
Optional options: ConfigurationGet a user permission set. Returns a list of the user’s permissions granted by the associated user's roles.
The request object
Optional options: ConfigurationGet the list of all users in the organization. This list includes all users even if they are deactivated or unverified.
The request object
Optional options: ConfigurationProvide a paginated version of listUsers returning a generator with all the items.
Optional options: ConfigurationSends emails to one or more users inviting them to join the organization.
The request object
Optional options: ConfigurationEdit the profile of the currently authenticated user. Updatable fields
include name, title, email, and disabled status. The id field
in the request body must match the authenticated user's UUID; a mismatch
returns a 422 error. Email address changes are recorded in the audit trail.
Requires the user_self_profile_write permission.
The request object
Optional options: ConfigurationEdit a user. Can only be used with an application key belonging to an administrator user.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Anonymize a list of users, removing their personal data. This operation is irreversible. Requires the
user_access_managepermission.