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
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"userId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}