Create invite
TODO: Resource-level docs
POST /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites
curl \
-X POST https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Identity=string&RoleSid=string'
Request example
{
"Identity": "string",
"RoleSid": "string"
}
Request examples
{
"Identity": "string",
"RoleSid": "string"
}
Response examples (201)
{
"account_sid": "string",
"channel_sid": "string",
"created_by": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"identity": "string",
"role_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (201)
{
"account_sid": "string",
"channel_sid": "string",
"created_by": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"identity": "string",
"role_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}