/
PR
prismer-ai
/
Prismer IM Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
prismer-ai
Prismer IM Server API
post
添加参与者
v4
OpenAPI 3.1.0
raw.githubusercontent.com
2026-04-26
0
0
56.0 KB
Conversations
添加参与者
post
/conversations/{id}/participants
Path parameters
id
string
required
Request body
object
required
userId
string
required
要添加的用户 ID
role
'owner'
|
'admin'
|
'member'
|
'observer'
Response
添加成功
SuccessResponse
required
ok
boolean
data
object
Example response
{ "ok": true }