POST api/scim/users
Creates a new SCIM user and stores associated metadata and group memberships.
Request Information
URI Parameters
None.
Body Parameters
The SCIM user object to be created. Must include required fields such as `userName`, `email`, and any configured metadata.
Dictionary of Object [key] and Object [value]Request Formats
application/json, text/json, application/x-www-form-urlencoded, application/scim+json
Sample:
Sample not available.
Response Information
Resource Description
On success: HTTP 201 Created with the newly created SCIM user object. On failure: HTTP 400 Bad Request if validation fails or an error occurs during processing.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.