ChatroomMemberships API
Create a new chatroom_membership
POST research/chatroom_memberships.json
Parameters
Name |
Description |
Required |
Scope |
chatroom_id |
Chatroom ID |
true |
|
user_id |
User ID |
true |
|
instruction_id |
Instruction ID |
true |
|
display_name |
Display Name |
false |
|
Request
Headers
Content-Type: application/json
Authorization: Bearer TOKEN
Route
POST research/chatroom_memberships.json
Body
{"user_id":33,"chatroom_id":33,"instruction_id":29}
Response
Headers
Content-Type: application/json; charset=utf-8
Status
200 OK
Body
[binary data]