Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 834 Bytes

UserRequest.md

File metadata and controls

15 lines (12 loc) · 834 Bytes

# UserRequest

Properties

Name Type Description Notes
name string The user's name. [optional]
email string A unique email address, which serves as the login name and notification address. [optional]
role string The role to assign. [optional]
subAccountIds string[] A list of product environment IDs that this user can access. Ignored if the role is `master_admin`. Default: all product environments. [optional]
enabled bool Whether the user is enabled. Default: true. [optional]

[Back to Model list] [Back to API list] [Back to README]