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 Organizations API

The Organizations API from Kinde — 25 operation(s) for organizations.

Kinde Organizations 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 Organizations. 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 40 operations across 25 paths, and defines 27 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.

40 operations 25 paths 27 schemas 13 DELETE12 GET5 PATCH8 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 Organizations 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 40

Across 25 paths, the API surfaces 40 operations — 13 DELETE, 12 GET, 5 PATCH, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Organizations 40
GET
/api/v1/organization/{org_code}/invites
Get organization invites
getOrganizationInvites 6 params → 200400403429
POST
/api/v1/organization/{org_code}/invites
Create organization invite
createOrganizationInvite 1 param body → 201400403429
GET
/api/v1/organization/{org_code}/invites/{invite_code}
Get organization invite
getOrganizationInvite 2 params → 200400403404429
DELETE
/api/v1/organization/{org_code}/invites/{invite_code}
Delete organization invite
deleteOrganizationInvite 2 params → 200400403404429
GET
/api/v1/organization
Get organization
getOrganization 2 params → 200400403429
POST
/api/v1/organization
Create organization
createOrganization body → 200400403429
GET
/api/v1/organizations
Get organizations
getOrganizations 3 params → 200400403429
PATCH
/api/v1/organization/{org_code}
Update Organization
updateOrganization 2 params body → 200400403429
DELETE
/api/v1/organization/{org_code}
Delete Organization
deleteOrganization 1 param → 200400403404429
GET
/api/v1/organizations/{org_code}/users
Get organization users
GetOrganizationUsers 6 params → 200400403429
POST
/api/v1/organizations/{org_code}/users
Add Organization Users
AddOrganizationUsers 1 param body → 200400403429
PATCH
/api/v1/organizations/{org_code}/users
Update Organization Users
UpdateOrganizationUsers 1 param body → 200400403429
GET
/api/v1/organizations/{org_code}/users/{user_id}/roles
List Organization User Roles
GetOrganizationUserRoles 2 params → 200403429
POST
/api/v1/organizations/{org_code}/users/{user_id}/roles
Add Organization User Role
CreateOrganizationUserRole 2 params body → 200403429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}/roles/{role_id}
Delete Organization User Role
DeleteOrganizationUserRole 3 params → 200400403429
GET
/api/v1/organizations/{org_code}/users/{user_id}/permissions
List Organization User Permissions
GetOrganizationUserPermissions 3 params → 200403429
POST
/api/v1/organizations/{org_code}/users/{user_id}/permissions
Add Organization User Permission
CreateOrganizationUserPermission 2 params body → 200403429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}/permissions/{permission_id}
Delete Organization User Permission
DeleteOrganizationUserPermission 3 params → 200400403429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}
Remove Organization User
RemoveOrganizationUser 2 params → 200400403429
POST
/api/v1/organizations/{org_code}/users/{user_id}/apis/{api_id}/scopes/{scope_id}
Add scope to organization user api
addOrganizationUserAPIScope 4 params → 200400403429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}/apis/{api_id}/scopes/{scope_id}
Delete scope from organization user API
deleteOrganizationUserAPIScope 4 params → 200400403429
GET
/api/v1/organizations/{org_code}/users/{user_id}/mfa
Get an organization user's MFA configuration
GetOrgUserMFA 2 params → 200400403404429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}/mfa
Reset all organization MFA for a user
ResetOrgUserMFAAll 2 params → 200400403404429
DELETE
/api/v1/organizations/{org_code}/users/{user_id}/mfa/{factor_id}
Reset specific organization MFA for a user
ResetOrgUserMFA 3 params → 200400403404429
GET
/api/v1/organizations/{org_code}/feature_flags
List Organization Feature Flags
GetOrganizationFeatureFlags 1 param → 200400403429
DELETE
/api/v1/organizations/{org_code}/feature_flags
Delete Organization Feature Flag Overrides
DeleteOrganizationFeatureFlagOverrides 1 param → 200400403429
DELETE
/api/v1/organizations/{org_code}/feature_flags/{feature_flag_key}
Delete Organization Feature Flag Override
DeleteOrganizationFeatureFlagOverride 2 params → 200400403429
PATCH
/api/v1/organizations/{org_code}/feature_flags/{feature_flag_key}
Update Organization Feature Flag Override
UpdateOrganizationFeatureFlagOverride 3 params → 200400403429
PUT
/api/v1/organizations/{org_code}/properties/{property_key}
Update Organization Property value
UpdateOrganizationProperty 3 params → 200400403429
GET
/api/v1/organizations/{org_code}/properties
Get Organization Property Values
GetOrganizationPropertyValues 1 param → 200400403429
PATCH
/api/v1/organizations/{org_code}/properties
Update Organization Property values
UpdateOrganizationProperties 1 param body → 200400403429
PUT
/api/v1/organizations/{org_code}/mfa
Replace Organization MFA Configuration
ReplaceOrganizationMFA 1 param body → 200400403429
DELETE
/api/v1/organization/{org_code}/handle
Delete organization handle
DeleteOrganizationHandle 1 param → 200400403429
GET
/api/v1/organizations/{org_code}/logos
Read organization logo details
ReadOrganizationLogo 1 param → 200400403429
POST
/api/v1/organizations/{org_code}/logos/{type}
Add organization logo
AddOrganizationLogo 2 params body → 200400403429
DELETE
/api/v1/organizations/{org_code}/logos/{type}
Delete organization logo
DeleteOrganizationLogo 2 params → 200204400403429
GET
/api/v1/organizations/{organization_code}/connections
Get connections
GetOrganizationConnections 1 param → 200400403429
POST
/api/v1/organizations/{organization_code}/connections/{connection_id}
Enable connection
EnableOrgConnection 2 params → 200400403429
DELETE
/api/v1/organizations/{organization_code}/connections/{connection_id}
Remove connection
RemoveOrgConnection 2 params → 200400403429
PATCH
/api/v1/organizations/{org_code}/sessions
Update organization session configuration
UpdateOrganizationSessions 1 param body → 200400403429

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are get_organization_response (31 properties), get_organization_invite_response (13 properties), organization_invite (12 properties), organization_user (10 properties). Each schema is shown below with its type and property counts.

read_logo_response
object
3 properties
organization_user_role
object
3 properties
get_organization_users_response
object
4 properties
property_value
object
5 properties
error_response
object
1 property
get_connections_response
object
4 properties
get_organizations_user_permissions_response
object
3 properties
get_organizations_response
object
4 properties
get_organization_invites_response
object
4 properties
get_property_values_response
object
4 properties
create_organization_invite_response
object
3 properties
not_found_response
object
1 property
get_organizations_user_roles_response
object
4 properties
update_organization_users_response
object
5 properties
get_organization_response
object
31 properties
success_response
object
2 properties
add_organization_users_response
object
3 properties
get_organization_feature_flags_response
object
3 properties
get_user_mfa_response
object
3 properties
get_organization_invite_response
object
13 properties
organization_user_permission
object
5 properties
organization_invite
object
12 properties
error
object
2 properties
create_organization_response
object
3 properties
connection
object
3 properties
organization_user
object
10 properties
organization_item_schema
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kinde-organizations-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