cURL
curl --request POST \ --url https://cloud.onyx.app/api/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "<string>", "is_active": true, "is_superuser": false, "is_verified": false, "role": "basic", "tenant_id": "<string>" } '
201
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "is_active": true, "is_superuser": false, "is_verified": false, "role": "limited"}
User roles
limited
basic
admin
curator
global_curator
slack_user
ext_perm_user
Successful Response
Was this page helpful?