Skip to content

ZoomCoHostLink

A co-host entry for a Zoom group appointment, containing a ZAK token for automatic co-host promotion

Fields

full_name · String! · required · Full name of the co-host
user_id · ID! · required · User ID of the co-host
zak_token · String! · required · ZAK token used to build a co-host join URL

Used By

Definition

"""
A co-host entry for a Zoom group appointment, containing a ZAK token for automatic co-host promotion
"""
type ZoomCoHostLink {
"""
Full name of the co-host
"""
full_name: String!
"""
User ID of the co-host
"""
user_id: ID!
"""
ZAK token used to build a co-host join URL
"""
zak_token: String!
}