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": "4RwwlRd",
  "created_at": "2025-08-30T00:41:01.050Z",
  "discord": "irdlWpWp0xL4rjuCsLH75pd",
  "email": "Xa4mB5Q9@uDJh.com",
  "email_verified": "2025-08-30T00:41:01.050Z",
  "first_name": "loGbGVxWM1bskYtrCf9",
  "github": "QkoX8r3iRiZu9tnV7M7",
  "id": "8484f765-d6b7-40bf-b101-87ab8243ab37",
  "image": "https://ur9gx1c1fS.k.com/P9SrU9p/jkjx0CyOe3a",
  "last_name": "foUb4Q",
  "name": "kpWxSvaw",
  "phone": "+1-580-871-1851",
  "role": "admin",
  "updated_at": "2025-08-30T00:41:01.050Z"
}