User details.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
String | ✔️ | The user's name. | John |
email |
String | ✔️ | A unique email address, which serves as the login name and notification address. | john@example.com |
role |
Optional<Role> | ➖ | The role to assign. | technical_admin |
subAccountIds |
List<String> | ➖ | A list of product environment IDs that this user can access. Ignored if the role is master_admin.Default: all product environments. |
|
enabled |
Optional<Boolean> | ➖ | Whether the user is enabled. Default: true. |
true |