| 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] |
| 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] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.