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": "Mkcm9WUFTdZ6GqyuW9FYysEabwaj",
  "created_at": "2024-05-07T19:30:53.294Z",
  "discord": "eXe",
  "email": "okROG93@LDaFWSyDD.com",
  "email_verified": "2024-05-07T19:30:53.294Z",
  "first_name": "X7Ea5Cow8guzmW",
  "github": "Rem",
  "id": "c8861b98-5e1d-4900-bc8c-96408eb11455",
  "image": "https://yQfnp8qMydJ.6YKWw.com/XRI9T/rXSdhPb8H",
  "last_name": "lVHaIEvK",
  "name": "Pk",
  "phone": "+1-900-878-8483",
  "role": "admin",
  "updated_at": "2024-05-07T19:30:53.294Z"
}