Methods
list
list
List all users of tenant filtered by query and showInvalidUsers. Pagination is available based on query parameters.
Parameters
Number of items per page
Number of items to skip
Show Deactivated users
Returns
🔗 UserReturns all users of tenant and also the response includes paginated data.
Usage
pre_register_users
pre_register_users
This endpoint allows tenant administrators to register users within their tenant.
Parameters
Email of the user
Send invite email if user does not exist
Fail if user exists
Dry run
Url to redirect when invite is accepted
Returns
🔗 RegisterUsersResponseThe users have been successfully registered.
Usage
update_roles
update_roles
This endpoint allows tenant administrators to update the roles of a user within their tenant.
Parameters
Email of the user
Roles for the user
Returns
🔗 UpdateUserRolesResponseThe user roles have been successfully updated.
Usage
get
get
invite_user
invite_user
deactivate
deactivate
activate
activate
change_password
change_password
Change password for the authenticated user. Requires clientId and loginId in the request body.
Parameters
login id of the user(email)
New password
Old password
Returns
🔗 ChangePasswordResponsePassword has been changed successfully.