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": "f985f941-7844-4644-b6cb-4ab79a9e936a",
"Invitees": [
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "2fbd8ad6-79dd-4699-a3ef-04bf72a19786",
"IsAccountCreated": true
},
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "2fbd8ad6-79dd-4699-a3ef-04bf72a19786",
"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. |