APIOrgsGet a member of your org

Parameters

Name

Type

Req.

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • company

      string
      optional
    • created_at

      string / ISO-8601
      optional
    • discord

      string
      optional
    • email

      string / Email Address
      optional
    • email_verified

      string / ISO-8601
      optional
    • first_name

      string
      optional
    • github

      string
      optional
    • id

      string / UUID
      optional
    • image

      string / URL
      optional
    • last_name

      string
      optional
    • name

      string
      optional
    • phone

      string / Phone Number
      optional
    • role

      string
      optional
      Possible values
      • admin:  Admins can do anything in the org.
      • member:  Members of an org can not modify an org, but they belong in the org.
      • service_account:  A service account role.
    • updated_at

      string / ISO-8601
      optional
get
/org/members/{user_id}
$ curl "https://api.zoo.dev/org/members/{user_id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "company": "PzksWkHCfAvQby",
  "created_at": "2025-06-21T18:41:37.121Z",
  "discord": "QppHixEzK47QtZrqrNeIAzI",
  "email": "qE@GaXRg7m45.com",
  "email_verified": "2025-06-21T18:41:37.121Z",
  "first_name": "",
  "github": "wRLnITi3UnQkDcFJO",
  "id": "99cdf74a-56fb-45b4-90e5-32758d2ff8fb",
  "image": "https://Gbh32Y8esYz2.n.com/l0/",
  "last_name": "pQ90gVB",
  "name": "AP0NF3QrGbHacF7",
  "phone": "+1-288-411-7063",
  "role": "admin",
  "updated_at": "2025-06-21T18:41:37.121Z"
}