zendesk-messaging-client
    Preparing search index...

    Type Alias ParticipantLeaveBody

    ParticipantLeaveBody:
        | { userId?: string }
        | { userExternalId?: string }
        | { participantId?: string }

    Type declaration

    • { userId?: string }
      • OptionaluserId?: string

        The id of the user that will be removed from the conversation. It will return 404 if the user can’t be found.

    • { userExternalId?: string }
      • OptionaluserExternalId?: string

        The externalId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.

    • { participantId?: string }
      • OptionalparticipantId?: string

        The participantId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.