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": "vz28rminFF3lBh",
  "created_at": "2024-09-19T16:12:05.574Z",
  "discord": "cltkNz",
  "email": "G8lMyCAc@S1.com",
  "email_verified": "2024-09-19T16:12:05.574Z",
  "first_name": "4v0lv71AQZDHZJ0H2L8psv",
  "github": "KLSZU2RKn6Bf7mBa",
  "id": "0aa45c2a-4ab0-4116-bf8a-fd5d150f9499",
  "image": "https://RYX41Q3rLV3S.q8B3RTZ1d4.com/hc/8DFV8Ex",
  "last_name": "2Od6jG0wl0a1pXib5WVOOqWeDym3L",
  "name": "AFvDn9ESVYEfTB",
  "phone": "+1-844-670-1974",
  "role": "member",
  "updated_at": "2024-09-19T16:12:05.574Z"
}