Create User

Create User
Create a new SCIM user

This endpoint is responsible for creating a new user. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.3.

Request
URI
POST
https://{api_host}/usergroup/t/{tenant}/scim/v2/Users
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Request Body
UserMedia of type(s) application/scim+json
Required
"UserMedia Object"
Authentication
This operation uses the following authentication methods.
Responses
200

The user was successfully created.

Returns UserMedia of type(s) application/scim+json
"UserMedia Object"

400

The request contains invalid information.

Operation doesn't return any data structure

404

User or directory not found.

Operation doesn't return any data structure

409

User already exists.

Operation doesn't return any data structure

500

Unexpected error.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '[{}]' https://{api_host}/usergroup/t/{tenant}/scim/v2/Users