...
SCIM allows for multivalue attributes - like email but it is not supported by CoreOne for now.
Create user
URL | /scim/users | ||
HTTP Verb | POST | ||
Body |
| ||
Remarks | As you can see the primary subattribute was added. CoreOne does not support multivalue and will only work with primary values. |
Update user
URL /scim/users/{id} PATCH
...