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": "7d76501b-366e-45ca-96cd-6aea2dc0d9c4", "Invitees": [ { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "38f32879-b856-4230-8654-eff37a947ac8", "IsAccountCreated": true }, { "InviteName": "sample string 1", "InviteEmail": "sample string 2", "RoleId": "38f32879-b856-4230-8654-eff37a947ac8", "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. |