The RemoteUser Object ### Description The RemoteUser object is used to represent a third party user. ### Usage Example Fetch from the LIST RemoteUsers endpoint to show all users for a third party.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] [readonly] | |
| remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
| first_name | str, none_type | The user's first name. | [optional] |
| last_name | str, none_type | The user's last name. | [optional] |
| str, none_type | The user's email. | [optional] | |
| disabled | bool, none_type | Whether the user's account had been disabled. | [optional] |
| remote_created_at | datetime, none_type | When the third party's user was created. | [optional] |
| access_role | object, none_type | The user's role. | [optional] |
| remote_data | [RemoteData], none_type | [optional] [readonly] | |
| remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |