Update a member
PATCH/v1/bot:bot_id/:api_key/member/:member_id
Update the membership of a member.
Request
Responses
- 200
- 304
- 400
- 403
- 404
The member has been successfully updated.
The member has not been updated because the new data is the same as the current data.
"member_id" is not subscribed to the "project_id" provided, or the parameters are invalid.
Your bot does not have permission to update this member. This can happen if the bot is in test mode, or is using a plan that does not allow this action.
The member_id provided does not belong to someone who has previously interacted with the bot or they have blocked the bot.