Skip to main content
POST
Add a conversation member

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Add a member to a GROUP conversation's channel, as the token tenant. The channel id is resolved from the confined DMs doc (never the body). The route reads member_id off the body (app/api/oauth/v1/conversations/[id]/members/route.ts:28).

member_id
string
required

The Firebase user/creator id to add. Required (the use-case returns 400 'member_id is required' otherwise).

Response

The added dm_member.

data
object
required

Result of adding a member.