Enterprise endpoints
For our enterprise customers, you are also able to access these endpoints to create, update and delete accounts for your users:
GET /api/users coming soon
List all of your user accounts.
POST /api/users/create coming soon
Create a new user account.
PATCH /api/users/ID coming soon
Update the attributes of a user account.
DELETE /api/users/ID coming soon
Delete a user account.