# Invite a spot member **POST /v1/spotMembers** Invite a spot member ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **email** (string) The email of the spot member - **withEmailNotification** (boolean) Set to true to send notification mail to each invited members ## Responses ### 201 Spot member has been successfully invited #### Body: application/json (object) - **id** (string) The id of the spot member. - **spotId** (string) The id of the spot. - **userId** (string | null) The id of the user. - **email** (string) The email of the spot member. - **title** (string | null) The title of the spot member. - **lang** (string) The lang of the spot member. - **role** (string) The role of the spot member. - **customRoleId** (string | null) The custom role ID of the spot member. - **status** (string) The status of the spot member. - **firstname** (string) The firstname of the spot member. - **lastname** (string) The lastname of the spot member. - **warnings** (number) The number of warnings the spot member has. - **embedBaseUrls** (object) The custom embed base URLs of the spot member. - **updatedAt** (integer | null) Timestamp in ms of updated date - **lastActivityAt** (integer | null) Timestamp in ms of last activity date ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)