Create a user
POST/scim/v2/Users
Provision a new user for the partner the SCIM key is bound to.
Request
Responses
- 201
- 400
- 401
- 409
The created user.
Bad request. Input validation failed or a filter could not be parsed.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.
Conflict. A user with this userName already exists for the partner.