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": "Ojf87Ztsqs6t4c0PUNV3HB",
  "created_at": "2024-10-21T17:59:29.052Z",
  "discord": "5iVGRi4rOVlhGloY8TQ",
  "email": "8gOZpFs@JPfaQxn.com",
  "email_verified": "2024-10-21T17:59:29.052Z",
  "first_name": "ExI8UYQoRG",
  "github": "ri2Q7Ty",
  "id": "ddd8766c-834e-4469-af18-696059d7afee",
  "image": "https://6M.I2uF.com/5j22/Rx86pL2I",
  "last_name": "YPI2btAmtruACF1",
  "name": "7xTsYYN",
  "phone": "+1-826-825-6406",
  "role": "service_account",
  "updated_at": "2024-10-21T17:59:29.052Z"
}