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": "23e72105-86a2-4594-a0c4-63b0e2f196c0",
"Invitees": [
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "f36eb75c-8453-4ced-987f-6048d060e600",
"IsAccountCreated": true
},
{
"InviteName": "sample string 1",
"InviteEmail": "sample string 2",
"RoleId": "f36eb75c-8453-4ced-987f-6048d060e600",
"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. |