Overview
/
Developer Tools
/
API Reference
/
Users
/
Get admin-only details for a user.

Get admin-only details for a user
hidden

Path parameters

  • /{id}

    string
    //

Response

  • 200 OK
    • //
      • active_api_tokens_count:

        numberint64,
        //
      • active_device_tokens_count:

        numberint64,
        //
      • active_sessions_count:

        numberint64,
        //
      • address_summary:

        string,
        //
      • block_message:

        string,
        //
      • never_block:

        boolean,
        //
      • :

        [[ ... ],
        //
        • string
        ]
      • stripe_customer_id:

        string,
        //
      • stripe_dashboard_url:

        string,
        //
      • :

        {{ ... },
        //
        • city:

          string,
          //
        • country:

          string,
          //
        • created_at:

          stringISO-8601,
          //
        • id:

          stringUUID,
          //
        • state:

          string,
          //
        • street1:

          string,
          //
        • street2:

          string,
          //
        • updated_at:

          stringISO-8601,
          //
        • user_id:

          stringUUID,
          //
        • zip:

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

        {{ ... },
        //
        • has_used_zoo_design_studio_or_api_before:

          boolean,
          //
        • how_did_you_find_us_other:

          string,
          //
        • location_city:

          string,
          //
        • location_country:

          string,
          //
        • location_state:

          string,
          //
        • number_of_cad_users:

          string,
          //
        • what_are_you_building:

          string,
          //
        • cad_experience_level:

          "beginner"+2
          • //Beginner experience level.
            "beginner"
          • //Intermediate experience level.
            "intermediate"
          • //Advanced experience level.
            "advanced"
          ,
          //
        • cad_industry:

          "mechanical_engineering"+9
          • //Mechanical engineering.
            "mechanical_engineering"
          • //Manufacturing.
            "manufacturing"
          • //Automotive.
            "automotive"
          • //Aerospace.
            "aerospace"
          • //Civil engineering.
            "civil_engineering"
          • //Electrical engineering.
            "electrical_engineering"
          • //Construction.
            "construction"
          • //Product design.
            "product_design"
          • //Architecture.
            "architecture"
          • //Other industry.
            "other"
          ,
          //
        • cad_user_type:

          "student_or_researcher"+2
          • //Student or researcher persona.
            "student_or_researcher"
          • //Hobbyist persona.
            "hobbyist"
          • //Professional persona.
            "professional"
          ,
          //
        • company_size:

          "one_to_ten"+6
          • //1-10 people.
            "one_to_ten"
          • //11-50 people.
            "eleven_to_fifty"
          • //51-200 people.
            "fifty_one_to_two_hundred"
          • //201-500 people.
            "two_hundred_one_to_five_hundred"
          • //501-1000 people.
            "five_hundred_one_to_one_thousand"
          • //1000+ people.
            "one_thousand_plus"
          • //Other company size.
            "other"
          ,
          //
        • design_workflow:

          "sketching"+3
          • //Sketch-first workflow.
            "sketching"
          • //Code-first workflow.
            "coding"
          • //AI-first workflow.
            "ai"
          • //Hybrid workflow spanning multiple approaches.
            "hybrid_approach"
          ,
          //
        • how_did_you_find_us:

          "google"+9
          • //Found via Google search.
            "google"
          • //Found via X/Twitter.
            "x"
          • //Found via TikTok.
            "tiktok"
          • //Found via Reddit.
            "reddit"
          • //Found via Payload Space.
            "payload_space"
          • //Found via YouTube.
            "youtube"
          • //Found via Instagram.
            "instagram"
          • //Found via Facebook.
            "facebook"
          • //Found through friend referral or word of mouth.
            "word_of_mouth"
          • //Found through another source described in free text.
            "other"
          //
        }
      • :

        [[ ... ]
        //
        • //
          • type:

            "card",
            //
          • created_at:

            stringISO-8601,
            //
          • id:

            string,
            //
          • :

            {{ ... },
            //
            • name:

              string,
              //
            • phone:

              stringPhone Number,
              //
            • :

              {{ ... }
              //
              • city:

                string,
                //
              • country:

                string,
                //
              • state:

                string,
                //
              • street1:

                string,
                //
              • street2:

                string,
                //
              • zip:

                string
                //
              }
            }
          • :

            {{ ... },
            //
            • brand:

              string,
              //
            • country:

              string,
              //
            • exp_month:

              numberint64,
              //
            • exp_year:

              numberint64,
              //
            • fingerprint:

              string,
              //
            • funding:

              string,
              //
            • last4:

              string,
              //
            • :

              {{ ... }
              //
              • address_line1_check:

                string,
                //
              • address_postal_code_check:

                string,
                //
              • cvc_check:

                string
                //
              }
            }
          • :

            {{ ... }
            //
            • [key]:

              string
            }
          }
        ]
      }

Examples

get
/users/{id}/admin/details
200 OK
Response