# Add members to a forum **POST /v1/forums/{forumId}/spotMembers~bulkAdd** Add members to a forum ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **forumId** (string) The id of the forum ### Body: application/json (object) - **spotMemberIds** (array[string]) An array of strings representing the unique identifiers of spot members to add to forum ## Responses ### 200 Members successfully added #### Body: application/json (object) - **addedSpotMemberIds** (array[string]) The list of spot member id that were successfully added to the forum. - **failedSpotMemberIds** (array[string]) The list of spot member id that failed to be added to the forum. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Forum not found [Powered by Bump.sh](https://bump.sh)