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.

{
  "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"
}