Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

File metadata and controls

22 lines (19 loc) · 1.19 KB

# User

Properties

Name Type Description Notes
id string The user's ID. [optional]
name string The user's name. [optional]
role string The user's role. [optional]
email string The user's email. [optional]
pending bool Whether the user is pending. [optional]
enabled bool Whether the user is enabled. [optional]
createdAt \DateTime The date when the user was created. [optional]
updatedAt \DateTime The date when the user was last updated. [optional]
lastLogin \DateTime The date when the user was last logged in. [optional]
allSubAccounts bool [optional]
groups \Cloudinary\Provisioning\Model\UserGroupSummary[] The list of user groups. [optional]
subAccountIds string The list of the product environments IDs. [optional]

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