API → UsersGet a user's org

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • billing_email

      string / Email Address
      optional
    • billing_email_verified

      string / ISO-8601
      optional
    • block

      string
      optional
      Possible values
      • missing_payment_method:  The user is missing a payment method and has exceeded their free API call credits for the month.
      • payment_method_failed:  The users payment method has failed.
    • created_at

      string / ISO-8601
      optional
    • domain

      string
      optional
    • id

      string / UUID
      optional
    • image

      string / URL
      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.
    • stripe_id

      string
      optional
    • updated_at

      string / ISO-8601
      optional
get
/user/org
$ curl "https://api.zoo.dev/user/org" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "allow_users_in_domain_to_auto_join": false,
  "billing_email": "@UM5Y3.com",
  "billing_email_verified": "2025-01-07T17:18:23.768Z",
  "block": "payment_method_failed",
  "created_at": "2025-01-07T17:18:23.768Z",
  "domain": "ozRfhMpnDRtm5oeN7bJmxC3otsxLY",
  "id": "4bf6f142-4d09-4168-80b6-d245f3ed77bb",
  "image": "https://ER3BmIvN.F.com/4b/8dq",
  "name": "m2w4zgvgUbJEWJE3QcX1ykoyZ2W2",
  "phone": "+1-563-638-5969",
  "role": "member",
  "stripe_id": "Wzm2pCgjBQCx26fVzpX",
  "updated_at": "2025-01-07T17:18:23.768Z"
}