Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

File metadata and controls

19 lines (14 loc) · 1.05 KB

CollectionUser

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional] [readonly]
name str, none_type Full name of the user [optional]
first_name str, none_type First name of the user [optional]
last_name str, none_type Last name of the user [optional]
email str, none_type Email address of the user [optional]
photo_url str, none_type The URL of the photo of a person. [optional]
custom_mappings CustomMappings [optional]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]

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