Kinde · JSON Structure

Kinde User Structure

Documented structure of a Kinde user record, organizing fields by purpose for use in catalog tooling.

Type: Properties: 0
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSoftware-as-a-ServiceDeveloper Platform

Kinde User Structure is a JSON Structure definition published by Kinde.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Kinde User Structure",
  "description": "Documented structure of a Kinde user record, organizing fields by purpose for use in catalog tooling.",
  "entity": "User",
  "provider": "Kinde",
  "groups": [
    {
      "name": "Identity",
      "fields": [
        { "name": "id", "type": "string", "required": true, "description": "Internal Kinde user id." },
        { "name": "provided_id", "type": "string", "required": false, "description": "External id from a customer system." }
      ]
    },
    {
      "name": "Profile",
      "fields": [
        { "name": "preferred_email", "type": "email", "required": false },
        { "name": "username", "type": "string", "required": false },
        { "name": "first_name", "type": "string", "required": false },
        { "name": "last_name", "type": "string", "required": false },
        { "name": "full_name", "type": "string", "required": false },
        { "name": "picture", "type": "uri", "required": false }
      ]
    },
    {
      "name": "Status",
      "fields": [
        { "name": "is_suspended", "type": "boolean", "required": false },
        { "name": "total_sign_ins", "type": "integer", "required": false },
        { "name": "failed_sign_ins", "type": "integer", "required": false },
        { "name": "last_signed_in", "type": "date-time", "required": false },
        { "name": "created_on", "type": "date-time", "required": false }
      ]
    },
    {
      "name": "Relationships",
      "fields": [
        { "name": "organizations", "type": "array<string>", "required": false, "description": "Codes of orgs the user belongs to." },
        { "name": "identities", "type": "array<object>", "required": false, "description": "All linked sign-in identities." }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/kinde-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.