Managing user accounts
User accounts represent the users registered on the platform.
User accounts created in a customer tenant have a personal tenant, which represents a tenant bound to a specific user account, and are only used to:
Control user account quotas.
Collect user account real usage
Operations with user accounts are located under the
/users
endpoint of the API.The API represents user accounts and user account contacts as JSON objects. To find out more about the object structures, see JSON object structure.
Available user account operations
Operation |
Methods and endpoints used |
---|---|
GET /users/check_login POST /user |
|
GET /users/{user_id} POST /users/{user_id}/send-activation-email POST /users/{user_id}/password |
|
GET /users/{user_id}/access_policies PUT /users/{user_id}/access_policies |
|
|
|
|
|
|
|
|
|
|
|
|