POST https://prodeu-dtapi.abbi.io/api/private/users/scim
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"name":
{
"familyName": "Bugs",
"givenName": "Bunny"
},
"userName":"[email protected]",
"password":"Sjxd9U!s%",
"externalId":"[email protected]",
"accessRole":["contentEditor"]
}
Note 1: If a default password is not given upon creation, the user may use the password recovery mechanism to reset his password (i.e. “forgot my password”)
Note 2: Accounts with activated SAML SSO will be authenticated against the IDP only, which requires having a value set for the externalId parameter.
Response
{
"schemas":[
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id":"2819c223-7f76-453a-919d-413861904646",
"name":{
"familyName":"Bugs",
"givenName":"Bunny"
},
"userName":"[email protected]",
"externalId":"[email protected]",
"accessRole":["contentEditor"],
"meta": {
"resourceType": "User",
"created": "2021-07-18T11:49:39.35263Z",
"lastModified": "2021-07-18T11:49:39.35263Z",
"location": "https://prodeu-dtapi.abbi.ioapi/private/users/scim/XXXXLmFwaXRlXXXXd2Fsa21lLmNvXXXX"
}
}