Skip to main content

Create user via API

  • February 17, 2023
  • 0 replies
  • 14 views

Forum|alt.badge.img+7

Hi. I'm trying to create a new user via API. I'm passing names, and emails in the body payload but I always get an error, "Invalid request". Is there something I'm missing. Here's an example payload similar to what I'm using.

{ "name": { "familyName": "Jane", "givenName": "Doe" }, "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User", "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User" ], }, "userName": "foo@bar.com" }

 

0 replies

Be the first to reply!