Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.72 KB

File metadata and controls

24 lines (20 loc) · 1.72 KB

UserDetails

Properties

Name Type Description Notes
contributor_id str Unique internal identifier of the user, as a contributor [optional]
customer_id str Unique internal identifier of the user, as a purchaser [optional]
email str Email address of the user [optional]
first_name str First name of the user [optional]
full_name str Full name including first, middle, and last name of the user [optional]
id str Unique internal identifier for the user, not tied to contributor or purchasing customer [optional]
is_premier bool True if the user has access to the Premier collection, false otherwise [optional]
is_premier_parent bool True if the user has access to the Premier collection and also has child users [optional]
language str Main language of the user account [optional]
last_name str Last name of the user [optional]
only_enhanced_license bool True if the user has an enterprise license, false otherwise [optional]
only_sensitive_use bool True if the user has access to sensitive use only, false otherwise [optional]
organization_id str Unique internal identifier for the user's organization, specific to Premier users [optional]
premier_permissions list[str] List of permissions allowed through the Premier client [optional]
username str User name associated to the user [optional]

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