Skip to main content
POST
/
v1
/
scim
/
v2
/
{tenant}
/
Users
Scim Create User
curl --request POST \
  --url https://api.example.com/v1/scim/v2/{tenant}/Users \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

tenant
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response

The response is of type Response Scim Create User V1 Scim V2 Tenant Users Post · object.