Account management API allows to manage your CAD Exchanger Cloud account from your application.
User's account in CAD Exchanger Cloud Service is organized as users
collection. Every member of collection has next fields:
Field | Type | Description |
---|---|---|
id read-only | String |
Unique user id |
email read-only | String |
User's email. |
fullName | String |
User's full name specified on registration. |
rootFolder read-only | String |
User's root folder id. |
createdAt read-only | String |
Timestamp when member has been created. |
updatedAt read-only | String |
Timestamp when member has been updated. |
After registration every user has own root folder named "Home", which is used for storing all user's data. Root folder has no parent and cannot be shared with another users.
Account management API requires to use of OAuth2 bearer token.
user:read
scope.user:write
scope.user:write
scope.See OAuth documentation for more information about authentication
If request failed the response body contains an errors
property with array of errors.
For example, if request authorization token doesn't have user:read
scope, the HTTP 403 (Forbidden) response will be return with next payload: