POST api/v1/users/identity
Request Information
URI Parameters
None.
Body Parameters
ClaimsIdentityModelAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| AuthenticationType | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"userId": 1,
"authenticationType": "sample string 2"
}
application/xml, text/xml
Sample:
<ClaimsIdentityModelAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Models"> <AuthenticationType>sample string 2</AuthenticationType> <UserId>1</UserId> </ClaimsIdentityModelAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClaimsIdentityAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| Actor | ClaimsIdentityAPI |
None. |
|
| AuthenticationType | string |
None. |
|
| BootstrapContext | Object |
None. |
|
| Claims | Collection of ClaimAPI |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| Label | string |
None. |
|
| Name | string |
None. |
|
| NameClaimType | string |
None. |
|
| RoleClaimType | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
text/html
Sample:
Sample not available.