POST api/InviteUser/PostInviteUser
Request Information
URI Parameters
None.
Body Parameters
InviteUserModelName | Description | Type | Additional information |
---|---|---|---|
OrgId | globally unique identifier |
None. |
|
Invitees | Collection of Invite |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrgId": "d0ad75b4-89b7-487c-958c-c7f2f2eb979f", "Invitees": [ { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "a50b3c5f-48f3-422b-8013-6d98f02c9d2c", "IsAccountCreated": true }, { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "a50b3c5f-48f3-422b-8013-6d98f02c9d2c", "IsAccountCreated": true } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |