Adil Hemache
Adil Hemache
KKinde
Created by Adil Hemache on 9/12/2024 in #💻┃support
how to set provided_id when creating user via management API?
I tried the following with no luck:
# response = api.post(f"/user", json={
# "profile": {
# "given_name": user.first_name,
# "family_name": user.last_name,
# "provided_id": user.pk,
# },
# "organization_code": settings.KINDE_MANAGEMENT["ORGANIZATION_ID"],
# "identities": identities,
# })
# response = api.post(f"/user", json={
# "profile": {
# "given_name": user.first_name,
# "family_name": user.last_name,
# "provided_id": user.pk,
# },
# "organization_code": settings.KINDE_MANAGEMENT["ORGANIZATION_ID"],
# "identities": identities,
# })
12 replies