cURL
curl --request GET \ --url https://cloud.onyx.app/api/manage/users \ --header 'Authorization: Bearer <token>'
{ "accepted": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "role": "limited", "is_active": true, "password_configured": true } ], "invited": [ { "email": "<string>" } ], "slack_users": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "role": "limited", "is_active": true, "password_configured": true } ], "accepted_pages": 123, "invited_pages": 123, "slack_users_pages": 123 }
Authorization header with Bearer token
Successful Response
Show child attributes
Was this page helpful?