vikaspachar
vikaspachar
KKinde
Created by vikaspachar on 1/28/2024 in #💻┃support
How to specify org when creating a user using kinde management api
Tell me exactly where and hoe to define org_code I tried https://{businessName}.kinde.com/api/v1/user?org_code=... but it does not working
9 replies
KKinde
Created by vikaspachar on 1/28/2024 in #💻┃support
How to specify org when creating a user using kinde management api
yes of course, but I am struggling with defining org_code
9 replies
KKinde
Created by vikaspachar on 1/28/2024 in #💻┃support
How to specify org when creating a user using kinde management api
I am using
const client = await createKindeManagementAPIClient();

const {created, id} = await client.usersApi.createUser({
createUserRequest: {
profile: {
givenName: firstName,
familyName: lastName,
},
identities: [
{
type: "email",
details: {
email,
},
},
],
},
});
const client = await createKindeManagementAPIClient();

const {created, id} = await client.usersApi.createUser({
createUserRequest: {
profile: {
givenName: firstName,
familyName: lastName,
},
identities: [
{
type: "email",
details: {
email,
},
},
],
},
});
to create a user, where can I pass org_code to create the user in that orgnization
9 replies
KKinde
Created by vikaspachar on 1/28/2024 in #💻┃support
How to specify org when creating a user using kinde management api
ThansU for responding.
9 replies
KKinde
Created by matt on 1/27/2024 in #💻┃support
create user account fails
why don't you use the Kinde Management API SDK
5 replies
KKinde
Created by vikaspachar on 1/9/2024 in #💻┃support
Billing query
5 replies