Skip to main content
GET
/
api
/
org-snapshots
/
orgs
/
{organizationId}
/
users
List users for a source organization
curl --request GET \
  --url https://your-instance.example.com/api/org-snapshots/orgs/{organizationId}/users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "_id": "64ee9a8b1e7f2a0011223399",
      "fullName": "Alex Rep",
      "email": "alex@acme.example",
      "accessRole": "DEPARTMENT_HEAD"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

Users returned

users
object[]
required