Structs§
- Create
User Params - struct for passing parameters to the method
create_user
- Delete
User Params - struct for passing parameters to the method
delete_user
- GetUser
Params - struct for passing parameters to the method
get_user
- Request
Password Reset Params - struct for passing parameters to the method
request_password_reset
- Update
User Params - struct for passing parameters to the method
update_user
- Update
User Password Params - struct for passing parameters to the method
update_user_password
Enums§
- Create
User Error - struct for typed errors of method
create_user
- Delete
User Error - struct for typed errors of method
delete_user
- GetCurrent
User Error - struct for typed errors of method
get_current_user
- GetUser
Error - struct for typed errors of method
get_user
- Request
Password Reset Error - struct for typed errors of method
request_password_reset
- Update
User Error - struct for typed errors of method
update_user
- Update
User Password Error - struct for typed errors of method
update_user_password
Functions§
- create_
user - Create a user.
- delete_
user - Delete a user.
- get_
current_ user - Get the logged in user.
- get_
user - Get a specific user.
- request_
password_ reset - Requests a password reset for the specified user.
- update_
user - Update a user. Only users with the role of
superuser
can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Two-factor attributes are not editable via this endpoint. - update_
user_ password - Update the user’s password to a new one.