Organization Users Get all users in organization
GET
/control-plane/api/v1/v1/organization/{organization_id}/user

Authentication

API Key (BearerAuth)

  • Header: Authorization

Path Parameters

organization_idstringrequired

Organization ID


Responses

200
OK

Example:

[
  {
    "created_at": "string",
    "documentation_ids": [
      "string"
    ],
    "email": "string",
    "id": "string",
    "invited_at": "string",
    "invited_by": "string",
    "joined_at": "string",
    "name": "string",
    "organization_id": "string",
    "profile_picture_url": "string"
  }
]
400
Bad Request

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}