SCIM API
...
Jobylon SCIM API
Users

Create Users

POST
https://example.com/scim/v2/Users
Jobylon Staging

Create a new user. The username must be unique, otherwise the object will not be created.

Body Parameters
body
Description
User with editable attributes
id
schemas
externalId
userName
name
emails
active
Responses
201
Created
409
Conflict