# Update a spot member **PUT /v1/spotMembers/{spotMemberId}** Update a spot member ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotMemberId** (string) The id of the spotMember ### Body: application/json (object) - **firstname** (string) The first name of the spot member - **lastname** (string) The last name of the spot member - **title** (string) The title of the spot member - **role** (string) The role of the spot member - **status** (string) The status of the spot member - **avatarUrl** (string | null) The URL of the spot member avatar - **embedBaseUrls** (object) The custom embed base URLs of the spot member. - **customRoleId** (string | null) The custom role ID of spot member ## Responses ### 200 Spot member successfully updated #### 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 ### 404 Spot member not found [Powered by Bump.sh](https://bump.sh)