1.23.0 • Published 10 months ago

@fulltag/kinde-mgmt-sdk v1.23.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Kinde Management API SDK

Note: this is an automatically generated package.

You can find more information about the Kinde management API on https://kinde.com/api/docs/

Installation

npm:

npm i @fulltag/kinde-mgmt-sdk

Yarn:

yarn add @fulltag/kinde-mgmt-sdk

pNpm:

pnpm i @fulltag/kinde-mgmt-sdk

Example usage

// https://kinde.com/api/docs/#create-user
import { UsersApi, Configuration } from '@fulltag/kinde-mgmt-sdk'

const usersApi = new UsersApi(new Configuration({
  // replace {businessName} with your own business name from Kinde
  basePath: 'https://{businessName}.kinde.com',
}))

const result = usersApi.createUser({
  createUserRequest: {
    profile: {
      givenName: 'John',
      familyName: 'Doe',
    },
    identities: [{
      type: 'email',
      details: {
        email: 'john.doe@example.com',
      },
    }],
    organizationCode: 'example',
  },
})

console.log(`Created user with id: ${result.id}`)

Available API's

  • APIsApi
  • ApplicationsApi
  • BusinessApi
  • CallbacksApi
  • ConnectedAppsApi
  • EnvironmentsApi
  • FeatureFlagsApi
  • IndustriesApi
  • OAuthApi
  • OrganizationsApi
  • PermissionsApi
  • PropertiesApi
  • PropertyCategoriesApi
  • RolesApi
  • SubscribersApi
  • TimezonesApi
  • UsersApi
1.23.0

10 months ago

1.22.0

10 months ago

1.21.0

11 months ago

1.20.0

11 months ago

1.15.0

12 months ago

1.14.0

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.19.0

11 months ago

1.18.0

11 months ago

1.17.0

11 months ago

1.16.0

11 months ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago