Create User
Provision a new user (RFC7644 section 3.3).
userName is treated as the unique identifier within the organisation - a 409 with scim_type="uniqueness" is returned if one already exists. On success, marketplace role/membership is synced immediately so the user's access reflects their SCIM group memberships as of creation.
Authorization
ScimBearerToken AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://example.com/v1/scim/v2/Users"null