Overview
/
Developer Tools
/
API Reference
/
Orgs
/
Get a user's org.

Get a user's org

No path, query string, header, or cookie parameters

Response

  • 200 OK
    • //
      • allow_users_in_domain_to_auto_join:

        boolean,
        //
      • billing_email:

        stringEmail Address,
        //
      • billing_email_verified:

        stringISO-8601,
        //
      • created_at:

        stringISO-8601,
        //
      • domain:

        string,
        //
      • id:

        stringUUID,
        //
      • image:

        stringURL,
        //
      • name:

        string,
        //
      • phone:

        stringPhone Number,
        //
      • stripe_id:

        string,
        //
      • updated_at:

        stringISO-8601,
        //
      • block:

        "missing_payment_method"+2
        • //The user is missing a payment method and has exceeded their free API call credits for the month.
          "missing_payment_method"
        • //The users payment method has failed.
          "payment_method_failed"
        • //The user repeatedly upgraded and downgraded to recycle free-plan credits.
          "upgrade_downgrade_abuse"
        ,
        //
      • role:

        "admin"+2
        • //Admins can do anything in the org.
          "admin"
        • //Members of an org can not modify an org, but they belong in the org.
          "member"
        • //A service account role.
          "service_account"
        //
      }

Examples

get
/user/org
200 OK
Response