POST api/Chat/Chat/InviteUsers

Request Information

URI Parameters

None.

Body Parameters

pa_InviteUser
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ListUserNames

string

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f0071636-fd2e-44ea-a369-6c8dff1d63c2",
  "ListUserNames": "sample string 2",
  "CreatedBy": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.