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