List All Users
curl --request GET \
--url https://cloud.onyx.app/api/manage/users \
--header 'Authorization: Bearer <token>'{
"accepted": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"is_active": true,
"password_configured": true
}
],
"invited": [
{
"email": "<string>"
}
],
"slack_users": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"is_active": true,
"password_configured": true
}
],
"accepted_pages": 123,
"invited_pages": 123,
"slack_users_pages": 123
}User Management
List All Users
GET
/
manage
/
users
List All Users
curl --request GET \
--url https://cloud.onyx.app/api/manage/users \
--header 'Authorization: Bearer <token>'{
"accepted": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"is_active": true,
"password_configured": true
}
],
"invited": [
{
"email": "<string>"
}
],
"slack_users": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"is_active": true,
"password_configured": true
}
],
"accepted_pages": 123,
"invited_pages": 123,
"slack_users_pages": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Query Parameters
Response
Successful Response
Was this page helpful?
⌘I