# Invite a member as Learning path participant **POST /v1/learningPaths/{learningPathId}/participants** Invite a member as Learning path participant ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **learningPathId** (string) The id of the learning path ### Body: application/json (object) - **spotMemberId** (string) An uuid representing the unique identifier of the spot member to add to learning path - **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 ### 201 Member has been successfully invited #### Body: application/json (object) - **id** (string) The id of the learning path participant. - **learningPathId** (string) The id of the learning path. - **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 learning path participant. - **invitedAt** (integer | null) Timestamp in ms of invitation date of the participant. - **startedAt** (integer | null) Timestamp in ms of start date of the participant. - **completedAt** (integer | null) Timestamp in ms of completion date of the participant. - **unenrolledAt** (integer | null) Timestamp in ms of unenrollment date of the participant. - **lastActivityAt** (integer | null) Timestamp in ms of last activity date of the participant. - **completionRate** (integer) The completion rate of the participant. ### 204 Member already invited ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Learning path not found [Powered by Bump.sh](https://bump.sh)