Update Member Role
Chat — Members
Update Member Role
Change a member’s role in a group conversation
PATCH
Update Member Role
Updates the role of an active member in a group conversation. Only group conversations have roles — this endpoint returns a 400 for direct and space conversations. The caller must be an activeDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
admin.
Path Parameters
The ID of the conversation.
The ID of the member whose role is being changed.
Body Parameters
The new role. Accepted values:
"admin", "member".Response
Returns the updated ConversationMember record.Error Responses
Not Found — 404
Not Found — 404
Invalid Type — 400 Bad Request
Invalid Type — 400 Bad Request
Forbidden — 403
Forbidden — 403
Member Not Found — 404
Member Not Found — 404

