Create a new User

POST {{baseUrl}}/organization/v1/users

Use this endpoint to create a new User.

Request Body

{"firstName"=>"", "lastName"=>"", "emailAddress"=>"user@example.com", "groupScoping"=>"all"}

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"userId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}