ExternalUser
This is an object representing a user synced from a connected external account (e.g., a Zoom user).
emailstringnullablerequired
The email address of the user at the provider.
first_namestringnullablerequired
The first name of the user at the provider.
idstringrequired
Unique identifier for the object.
Possible values: Value must match regular expression ^exusr_\w{12}$
last_namestringnullablerequired
The last name of the user at the provider.
objectstringrequired
String representing the object's type.
Possible values: [external_user]
statusstringnullablerequired
The status of the user at the provider. 'active' means the user is active, 'inactive' means the user is deactivated or suspended, 'pending' means the user has not yet activated their account. Additional values may be added over time.
Possible values: [active, inactive, pending]
ExternalUser
{
"email": "dr.smith@example.com",
"first_name": "Jane",
"id": "exusr_d025a96ac0c6",
"last_name": "Smith",
"object": "external_user",
"status": "active"
}