Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 4.92 KB

File metadata and controls

14 lines (10 loc) · 4.92 KB

CreateUserRequestBody

User details.

Fields

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