Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.9 KB

File metadata and controls

12 lines (9 loc) · 4.9 KB

UserRequest

Fields

Field Type Required Description Example
name Optional<String> The user's name. John
email Optional<String> A unique email address, which serves as the login name and notification address. john@example.com
role Optional<UserRequestRole> 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