ParticipantReducedModel
Properties
Name | Type | Required | Description |
---|---|---|---|
role | RcwRoleEnum | ✅ | The role of the webinar session participant/invitee. See also: Understanding Webinar Roles |
original_role | RcwRoleEnum | ✅ | The role of the webinar session participant/invitee. See also: Understanding Webinar Roles |
type_ | ParticipantReducedModelType | ✅ | The type of the participant specified in invite or determined at join time |
id_ | str | ❌ | Internal object ID |
first_name | str | ❌ | First (given) name |
last_name | str | ❌ | Last (family) name |
linked_user | RcwDomainUserModel | ❌ | |
avatar_token | str | ❌ | A token to access avatar image from CDN. Available only for authenticated panelists |
ParticipantReducedModelType
The type of the participant specified in invite or determined at join time
Properties
Name | Type | Required | Description |
---|---|---|---|
USER | str | ✅ | "User" |
ROOM | str | ✅ | "Room" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs