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

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

orgId
string
required

Response

Users returned

users
object[]
required