ConstCreate a user.
User fields
Promise with the new user's ID
Read one user.
User ID
Promise with the user
List users.
Paging, sorting and search
Promise with users, paging and statistics
Delete a user.
User ID
Promise with the outcome
Promote a user to admin or demote them.
User ID
Desired role
Promise with the outcome
Activate or deactivate a user.
User ID
Desired state
Promise with the outcome
Update a user.
User ID
User fields
Promise with the outcome
Admin user-management API methods.