Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1002 Bytes

CollectionUser.md

File metadata and controls

26 lines (16 loc) · 1002 Bytes

Apideck.CollectionUser

Description

Properties

Name Type Description Notes
id string A unique identifier for an object. [optional]
name string Full name of the user [optional]
first_name string First name of the user [optional]
last_name string Last name of the user [optional]
email string Email address of the user [optional]
photo_url string The URL of the photo of a person. [optional]
custom_mappings object When custom mappings are configured on the resource, the result is included here. [optional]
updated_at Date The date and time when the object was last updated. [optional]
created_at Date The date and time when the object was created. [optional]

[Back to top] [Back to API list] [Back to README]