User accounts
Swagger-UI: customer-v1 | OpenAPI file: customer-v1.yml
Within the customer account scope user accounts within a customer (company) is managed.
Table of contents
Account management
Each customer account can be used to log in to the portal or to create tokens for API authentication. It is recommended to only assign roles that are necessary for the user to have. The following roles are available:
Role | Description |
---|---|
RESELLER_ADMIN | Is allowed to use all API endpoints and manage everything within the customer. |
RESELLER_FINANCE | Is allowed to account financial information. |
RESELLER_ORDER | Is allowed to create orders. |
RESELLER_SERVICE_DESK | Is allowed to view current products and manage those. |
It is not possible to delete the account you are authenticated with.
Account tokens
Account tokens can be used to authenticate with the API, and will have the same roles as the account they are associated with. See the authentication for more information on how to use the tokens.