Skip to main content
POST
Create a Conversation Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
message
string
required
member_participants
string<email or ID>[]
required

Array of member email addresses or member IDs

title
string

The title is optional, by default it will just be the names of the participants

sender_id
string
default:school_owner_id

The ID of the admin or moderator sender. Default is the school owner.

user_participants
string<email or ID>[]

Array of user email addresses or user IDs

Response

201 - application/json

Group created

group_id
string

The ID of the created conversation group