Docs Home
/
Developer Tools
/
API
/
Users
/
Get Your User

Get your user

No path, query string, header, or cookie parameters

Response

  • 200 OK
    • //
      • block_message:

        string,
        //
      • can_train_on_data:

        boolean,
        //
      • company:

        string,
        //
      • created_at:

        stringISO-8601,
        //
      • deletion_scheduled:

        boolean,
        //
      • discord:

        string,
        //
      • email:

        stringEmail Address,
        //
      • email_verified:

        stringISO-8601,
        //
      • first_name:

        string,
        //
      • github:

        string,
        //
      • id:

        stringUUID,
        //
      • image:

        stringURL,
        //
      • is_onboarded:

        boolean,
        //
      • is_service_account:

        boolean,
        //
      • last_name:

        string,
        //
      • name:

        string,
        //
      • phone:

        stringPhone Number,
        //
      • updated_at:

        stringISO-8601,
        //
      • username:

        string,
        //
      • 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"
        //
      }

Examples

get
/user
200 OK
Response