How to create user with Federated=true using curl/restapi?
Summary:
We need to add users when they get approved to IDCS. We used epmautomate, now being migrated to OCI, we are trying to set up batch scripts to add users using curl/restapi. All our users will be Federated. We tried "IsFederatedUser":true in our script, no error. The user is getting created, but Federated is still "No".
If anybody has done this, can you please assist?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
{"schemas":["urn:ietf:params:scim:schemas:core:2.0:User"],"userName":"xxxxx.xxxx@xxxx.com","resetpassword":false,"name":{"familyName":"xxxx","givenName":"xxxx"},"emails":[{"value":"xxxx.xxxxx@xxxxx.com","type":"work","primary":true}],"type":"object","properties":{"isFederatedUser":true}}