Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.35 KB

RemoteUser.md

File metadata and controls

21 lines (16 loc) · 1.35 KB

RemoteUser

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.

Properties

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]
email 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]

[Back to Model list] [Back to API list] [Back to README]