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": "OHxrfjl9ylUwzXXRIWRrYNIn3",
  "created_at": "2025-07-04T12:26:02.267Z",
  "discord": "QSLzMphfWC",
  "email": "8A3I8W0Op@Z.com",
  "email_verified": "2025-07-04T12:26:02.267Z",
  "first_name": "pkZcvCfwneHFRipBjv0zSRL2J",
  "github": "uKjDxepMRacCOJzDj3S8dsSa",
  "id": "3a849ce3-cc84-4c00-9266-b54a902306f1",
  "image": "https://UesjcwMWgw2.3eyCAttJ.com/FEoasHw9cOMz/S54mwS",
  "last_name": "k7NHN7kO9hbUq0QbRhDw5b",
  "name": "HuZcjL",
  "phone": "+1-511-108-9116",
  "role": "service_account",
  "updated_at": "2025-07-04T12:26:02.267Z"
}