Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
Nullable[str] | ✔️ | The name of the user | John Doe |
email_address |
Nullable[str] | ✔️ | The email address of the user | [email protected] |
teams |
List[str] | ➖ | The teams whose the user is part of | [ "team1", "team2" ] |
account_id |
OptionalNullable[str] | ➖ | The account or organization the user is part of | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
field_mappings |
Dict[str, Any] | ➖ | The custom field mappings of the user between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |
id |
OptionalNullable[str] | ➖ | The UUID of the user | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_id |
OptionalNullable[str] | ➖ | The id of the user in the context of the 3rd Party | id_1 |
remote_data |
Dict[str, Any] | ➖ | The remote data of the user in the context of the 3rd Party | { "key1": "value1", "key2": 42, "key3": true } |
created_at |
date | ➖ | The created date of the object | 2024-10-01T12:00:00Z |
modified_at |
date | ➖ | The modified date of the object | 2023-10-01T12:00:00Z |