Create a new User
POST/user-scim-srv/v2/Users
This API call creates a new user.
Fields defined in the SCIM mapping are accepted in the request body. The request body shows example fields that can be defined in the SCIM mapping.
Request
Responses
- 201
- 400
- 401
- 409
User Created
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.
Unauthorized: if access token is not valid or access token doesn't provide scope SCIM_WRITE
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.