const client = await createKindeManagementAPIClient(); client.usersApi.updateUser({ id: ctx.userId, updateUserRequest: { familyName: input.family_name, givenName: input.given_name, }, });
update user email
feature, but testing the feature has taken longer than originally anticipated.@kinde/management-api-js
package to include identity managment API endpoints.@kinde/management-api-js
package when he gets a chance