Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kinde Users API

The Users API from Kinde — 11 operation(s) for users.

Kinde Users API is one of 31 APIs that Kinde publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and 9 JSON Schemas.

This API exposes 18 operations across 11 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version 1.

Requests are made against the base URL https://{subdomain}.kinde.com/api/v1.

18 operations 11 paths 16 schemas 4 DELETE6 GET3 PATCH3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1
Base URL
https://{subdomain}.kinde.com/api/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Kinde Users API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (kindeBearerAuth).

  • kindeBearerAuth — To access these endpoints, you will need to use a user token. This can be obtained when your users sign in via the methods you've setup in Kinde (e.g. Google,…

Paths & Operations 18

Across 11 paths, the API surfaces 18 operations — 4 DELETE, 6 GET, 3 PATCH, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 18
GET
/api/v1/users
Get users
getUsers 9 params → 200400403429
POST
/api/v1/users/{user_id}/refresh_claims
Refresh User Claims and Invalidate Cache
refreshUserClaims 1 param → 200400403429
GET
/api/v1/user
Get user
getUserData 2 params → 200400403429
POST
/api/v1/user
Create user
createUser body → 200400403429
PATCH
/api/v1/user
Update user
updateUser 1 param body → 200400403429
DELETE
/api/v1/user
Delete user
deleteUser 2 params → 200400403429
PATCH
/api/v1/users/{user_id}/feature_flags/{feature_flag_key}
Update User Feature Flag Override
UpdateUserFeatureFlagOverride 3 params → 200400403429
PUT
/api/v1/users/{user_id}/properties/{property_key}
Update Property value
UpdateUserProperty 3 params → 200400403429
GET
/api/v1/users/{user_id}/properties
Get property values
GetUserPropertyValues 1 param → 200400403429
PATCH
/api/v1/users/{user_id}/properties
Update Property values
UpdateUserProperties 1 param body → 200400403429
PUT
/api/v1/users/{user_id}/password
Set User password
SetUserPassword 1 param body → 200400403429
GET
/api/v1/users/{user_id}/identities
Get identities
GetUserIdentities 3 params → 200400403429
POST
/api/v1/users/{user_id}/identities
Create identity
CreateUserIdentity 1 param body → 201400403429
GET
/api/v1/users/{user_id}/sessions
Get user sessions
GetUserSessions 1 param → 200400403404429
DELETE
/api/v1/users/{user_id}/sessions
Delete user sessions
DeleteUserSessions 1 param → 200400403404429
GET
/api/v1/users/{user_id}/mfa
Get user's MFA configuration
GetUsersMFA 1 param → 200400403404429
DELETE
/api/v1/users/{user_id}/mfa
Reset all environment MFA for a user
ResetUsersMFAAll 1 param → 200400403404429
DELETE
/api/v1/users/{user_id}/mfa/{factor_id}
Reset specific environment MFA for a user
ResetUsersMFA 2 params → 200400403404429

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are user (16 properties), identity (9 properties), update_user_response (7 properties), property_value (5 properties). Each schema is shown below with its type and property counts.

user
object
16 properties
users_response
object
4 properties
identity
object
9 properties
property_value
object
5 properties
error_response
object
1 property
user_identity
object
2 properties
get_property_values_response
object
4 properties
get_identities_response
object
4 properties
not_found_response
object
1 property
success_response
object
2 properties
get_user_mfa_response
object
3 properties
create_identity_response
object
3 properties
get_user_sessions_response
object
4 properties
error
object
2 properties
create_user_response
object
3 properties
update_user_response
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kinde-users-api-openapi.yml Raw ↑

Other APIs Kinde publishes across the network.

Kinde MCP Server
Kinde API Keys API
Kinde APIs API
Kinde Applications API
Kinde Billing Agreements API
Kinde Billing API
Kinde Billing Entitlements API
Kinde Billing Meter Usage API
Kinde Business API
Kinde Callbacks API
Kinde Connected Apps API
Kinde Connections API