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": "238c6199-1c91-44ea-bb97-d7f529cf6ec0", "Invitees": [ { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "6e4470f4-26b7-4c8b-8779-05713fda87e7", "IsAccountCreated": true }, { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "6e4470f4-26b7-4c8b-8779-05713fda87e7", "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. |