The POST /scim/v2/Users
endpoint creates a new user resource, providing a complete representation of the resource in the request body. Read-only attributes such as meta
can be omitted.
If the request is successful, the server returns a response with a status code of 201
, with the resource’s canonical URI as the value of the Location
header (for example, Location: https://example.com:443/scim/v2/Users/76b4c133-87a7-4b2f-8058-4716e78b0fd4
.)
The User resource and its attributes are defined in RFC 7643, Section 4.1.