Add Member
Chat — Members
Add Member
Add a user to a group conversation
POST
Add Member
Adds a user to a group conversation. Only group conversations support explicit member management — 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 of the conversation. The target user must belong to the same project.
If the user was previously a member who left or was removed, they are re-activated (their isActive is set back to true and lastReadAt is reset to now).
Path Parameters
The ID of the conversation.
Body Parameters
The ID of the user to add. Must belong to the same project.
Response
Returns the ConversationMember record for the added user.Error Responses
Not Found — 404
Not Found — 404
Invalid Type — 400 Bad Request
Invalid Type — 400 Bad Request
Forbidden — 403
Forbidden — 403
Invalid Member — 400 Bad Request
Invalid Member — 400 Bad Request

