| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
OptionalNullable[str] | ➖ | A unique identifier for an object. | 12345 |
name |
OptionalNullable[str] | ➖ | Full name of the user | Elon Musk |
first_name |
OptionalNullable[str] | ➖ | First name of the user | Elon |
last_name |
OptionalNullable[str] | ➖ | Last name of the user | Musk |
email |
OptionalNullable[str] | ➖ | Email address of the user | elon@musk.com |
photo_url |
OptionalNullable[str] | ➖ | The URL of the photo of a person. | https://unavatar.io/elon-musk |
custom_mappings |
Dict[str, Any] | ➖ | When custom mappings are configured on the resource, the result is included here. | |
updated_at |
date | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
created_at |
date | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |