Create an organization user
Creates a new organization user.
POST/v3/organizations/{organizationId}/users
JWT
organization:user:create
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| firstName* | string | First name of the user. // | min: 1, max: 256 |
| lastName | string | Last name of the user. | min: 0, max: 256 |
| email* | string | Email address of the user. | min: 1, max: 256, format: email |
| role* | string | Role of the user. | min: 1, max: 256 |
| userGroupIds* | array | List of unique identifiers for the user groups. | items: string |
| allowCustomerPortalAccess* | boolean | Allow customer portal access. | |
| password* | string | Password of the user. | min: 8, max: 256 |
Request Example
Responses
201
400
401
403
404
409
429
500