API → OrgsGet 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": "3k6CCHp8zf4myqOeG",
  "created_at": "2025-01-09T18:26:08.557Z",
  "discord": "O4LS1ZFyKJ",
  "email": "WmIBZ1@o0PDIHOAg.com",
  "email_verified": "2025-01-09T18:26:08.557Z",
  "first_name": "4pWCv1Bep7DmVti",
  "github": "MSucKzKlDT6",
  "id": "b1c5a563-7b4e-4db9-92dd-9a430b12591c",
  "image": "https://9uK1aRL.pr0QLTeU.com/ViEPVn5/1IwBdAJ",
  "last_name": "z0h5JkW5n",
  "name": "SkzTe7UdTGecKq",
  "phone": "+1-303-520-5570",
  "role": "admin",
  "updated_at": "2025-01-09T18:26:08.557Z"
}