POST api/Chat/Chat/InviteUsers
Request Information
URI Parameters
None.
Body Parameters
pa_InviteUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ListUserNames | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "44c0ba3c-9f2e-44aa-bd64-d7b46e948776",
"ListUserNames": "sample string 2",
"CreatedBy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.