# Invite a member as Live participant **POST /v1/lives/{liveId}/participants** Invite a member as Live participant ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **liveId** (string) The id of the Live ### Body: application/json (object) - **member** (string) Member to invite as Live participant from email address or existing Spot member ID - **invitedBySpotMemberId** (string) The Spot member ID on the initiative of the invitation - **withEmailNotification** (boolean) Set to true to send notification mail to each invited members ## Responses ### 200 Member already invited ### 201 Member has been successfully invited #### Body: application/json (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 [Powered by Bump.sh](https://bump.sh)