# Invite multiple members as Live speaker **POST /v1/lives/{liveId}/speakers~bulkInvite** Invite multiple members as Live speaker ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **liveId** (string) The id of the Live ### Body: application/json (object) - **invitedBySpotMemberId** (string) The Spot member ID on the initiative of the invitation - **highlighted** (boolean) Set to true to highlight the Speaker. - **grantHostRights** (boolean) Set to true to grant Host rights to the Speaker. - **withEmailNotification** (boolean) Set to true to send notification mail to each invited members - **spotMemberIds** (array[string]) Spot members to invite as Live speaker ## Responses ### 200 Members has been successfully invited #### Body: application/json (array[object]) - **id** (string) The id of the participant. - **liveId** (string) The Live id of the participant. - **spotMemberId** (string) The ID of the Spot member associated to the participant - **spotMemberEmail** (string) The email of the Spot member associated to the participant - **spotMemberFirstname** (object | null) The Spot member firstname associated to the participant. Can be null for a participant invited by email. - **spotMemberLastname** (object | null) The Spot member lastname associated to the participant. Can be null for a participant invited by email. - **status** (string) The status of the participant. - **type** (string) The type of the participant. - **invitedAt** (string(date-time) | null) The invitation date of the participant. - **registeredAt** (string(date-time) | null) The registration date of the participant. - **isHighlighted** (boolean) The highlight value of the participant. - **metrics** (object) The metrics of the participant. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 413 Payload is too large [Powered by Bump.sh](https://bump.sh)