POST api/IhIdentity/getActiveUser
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"emailAddress": "sample string 1",
"password": "sample string 2",
"userRelationshipType": 1
}
application/xml, text/xml
Sample:
<IhLoginDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianzGlobalAssistAU.Security.IdentityApi.Models.Oshc"> <EmailAddress>sample string 1</EmailAddress> <Password>sample string 2</Password> <UserRelationshipType>1</UserRelationshipType> </IhLoginDto>
application/x-www-form-urlencoded
Sample:
Sample not available.