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": "GrDjRQJYRX6rVhyh",
  "created_at": "2024-10-11T00:34:17.893Z",
  "discord": "jYetsn",
  "email": "1CGVVxq0I@ZwZHAYD.com",
  "email_verified": "2024-10-11T00:34:17.893Z",
  "first_name": "89eFBoU1hB",
  "github": "HgjD00Sn4PIUfDubswGriSNWJIsS",
  "id": "779b204d-e680-47be-b162-65b8987e6619",
  "image": "https://B7KT.erwJZxNzt8Aw.com/Yt/qiJJK2jozJJk",
  "last_name": "1yBsZwzFw3K4vq0TlGyHH4VMi",
  "name": "vfS3kmanRouJIsZJc7TeLGG53e",
  "phone": "+1-575-525-5315",
  "role": "admin",
  "updated_at": "2024-10-11T00:34:17.893Z"
}