RoutesUsers
/users
AuthorizationBearer <token>
In: header
Query Parameters
type?string
Value in
"user" | "service-account" | "all"Response Body
application/json
curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/users"{
"users": [
{
"id": 0,
"sub": "string",
"tenantId": "string",
"name": "string",
"email": "user@example.com",
"role": "member",
"isSuperAdministrator": true,
"isDisabled": true,
"isServiceAccount": true,
"createdAt": "string",
"updatedAt": "string"
}
]
}