Overview
TherevokeSharedMeetingAccess mutation revokes a previously shared user’s access to a meeting transcript.
Arguments
The revocation details. See RevokeSharedMeetingAccessInput.
Usage Example
To revoke shared access, provide the meeting ID and the email address of the user whose access you want to revoke.Error Codes
List of possible error codes that may be returned by therevokeSharedMeetingAccess mutation. Full list of error codes can be found here.
object_not_found (transcript)
object_not_found (transcript)
The specified transcript could not be found or you do not have access to it.
object_not_found (shared meeting access)
object_not_found (shared meeting access)
require_elevated_privilege
require_elevated_privilege
The user must be either the meeting owner or a team admin to revoke shared access.