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": "wrQGFR33",
  "created_at": "2025-05-22T02:03:49.700Z",
  "discord": "0ODKsU3",
  "email": "hblaJcA4@vSwR7Vt.com",
  "email_verified": "2025-05-22T02:03:49.700Z",
  "first_name": "YutiUi",
  "github": "MYEbKhomm7zFHiRueXIMtXT",
  "id": "775535eb-5a0b-40d2-8475-fc53f9924e05",
  "image": "https://Bc.DxqBj6.com//9",
  "last_name": "K9tYR5x3ABgLC6RZ7DZ6vnSbq4Viy2",
  "name": "jke",
  "phone": "+1-742-713-8785",
  "role": "admin",
  "updated_at": "2025-05-22T02:03:49.700Z"
}