ZoomCoHostLink
A co-host entry for a Zoom group appointment, containing a ZAK token for automatic co-host promotion
Fields
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!}