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": "MEsjsOqxXLwYpgMcqiRR",
  "created_at": "2025-04-01T00:19:55.015Z",
  "discord": "yq22wMV9oUpaeWFdP",
  "email": "8n@4EFadtFh.com",
  "email_verified": "2025-04-01T00:19:55.015Z",
  "first_name": "esG3ODxLjvgswX98wTbTEoPAvHJz",
  "github": "bnP9yyYed2eSe",
  "id": "e24ea58a-0fbc-441e-8475-0ff588e8e73e",
  "image": "https://ONo.q.com/9ys0JX37n3/o8dZASa",
  "last_name": "Y",
  "name": "YX2y6X6ApjdW",
  "phone": "+1-620-399-9996",
  "role": "member",
  "updated_at": "2025-04-01T00:19:55.015Z"
}