POST api/InviteUser/PostInviteUser
Request Information
URI Parameters
None.
Body Parameters
InviteUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | globally unique identifier |
None. |
|
| Invitees | Collection of Invite |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": "e8857cfa-b0f5-4d1c-9279-c689aa5ac30b",
"Invitees": [
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "8acf9fff-5999-40b6-a6e3-8e7779ef816d",
"IsAccountCreated": true
},
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "8acf9fff-5999-40b6-a6e3-8e7779ef816d",
"IsAccountCreated": true
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |