POST

https://api.walkme.com/public/v1/scim/users/

Note 1
If a default password is not given upon creation, the user may use the password recovery mechanism,
to reset their password (i.e. “forgot my password”).

Note 2
Accounts with activated SAML SSO will be authenticated against the IDP only.

Note 3
When creating a new user, it is also possible to include in the request the attribute of AllowedSystems.

"allowedSystems": [  
"0368e22e-70d1-4f8d-b77a-84415f488f24"  
]

Note 4
Password attribute (for example, "password":"Sjxd9U!s%") is redundant since the newly created user receives an activation email where they must set a password.

{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
  "name":
  {
  	"familyName": "Bugs",
  	"givenName": "Bunny"
  },
  	"userName":"[email protected]",
  	"password":"Sjxd9U!s%",
  	"externalId":"[email protected]",
  	"accessRole":"2819c223-7f76-453a-919d-740170420184"
}