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/5caa81af-ec05-41ff-a709-c7378007a99c
.)
The User resource and its attributes are defined in RFC 7643, Section 4.1.