InviteeModel
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_ | InviteeModelType | ✅ | The type of the participant specified in invite or determined at join time |
send_invite | bool | ✅ | Indicates if invite/cancellation emails was sent to this invitee. |
joined | bool | ✅ | Indicates that this invitee joined the session |
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 |
str | ❌ | User's contact email | |
qna_blocked | bool | ❌ | Boolean to indicate if the participant was blocked from Q&A |
InviteeModelType
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