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": "dUFwqY0Ow",
  "created_at": "2025-03-12T01:36:37.706Z",
  "discord": "Ljw1jcqHK6X",
  "email": "Xx@pSOJfF.com",
  "email_verified": "2025-03-12T01:36:37.706Z",
  "first_name": "MGI9lTz69EsQlmjf355G7PK2pTjEQ",
  "github": "k3T9Clx0YUIYT6w0",
  "id": "312a4b51-4849-4416-b4b6-5472d46e9fc5",
  "image": "https://W.N.com/kA3WJqgHv/279W",
  "last_name": "VhnXZY9Kh8VWxHVoJ6BZ4V9AP",
  "name": "8UaPjF2Q",
  "phone": "+1-149-130-4617",
  "role": "service_account",
  "updated_at": "2025-03-12T01:36:37.706Z"
}