POST api/BootstrapItalia/Account/Impersonate
Request Information
URI Parameters
None.
Body Parameters
ImpersonateRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ImpersonationUserId | string |
None. |
|
| ImpersonatedUsername | string |
None. |
|
| ScopeHash | string |
None. |
|
| ClientId | string |
None. |
|
| ClientSecret | string |
None. |
|
| TurnstileResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImpersonationUserId": "sample string 1",
"ImpersonatedUsername": "sample string 2",
"ScopeHash": "sample string 3",
"ClientId": "sample string 4",
"ClientSecret": "sample string 5",
"TurnstileResponse": "sample string 6"
}
application/xml, text/xml
Sample:
<ImpersonateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Areas.Models"> <ClientId>sample string 4</ClientId> <ClientSecret>sample string 5</ClientSecret> <TurnstileResponse>sample string 6</TurnstileResponse> <ImpersonatedUsername>sample string 2</ImpersonatedUsername> <ImpersonationUserId>sample string 1</ImpersonationUserId> <ScopeHash>sample string 3</ScopeHash> </ImpersonateRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.