Returns the Claims Associated with this Identity
EXPANDexpand_more
Response Information
Resource Description
UserInfoModel containing user information.
UserInfoModel
Name | Description | Type | Additional information |
sub |
|
string
|
None.
|
preferred_username |
|
string
|
None.
|
Response Formats
{
"sub": "sample string 1",
"preferred_username": "sample string 2"
}
<UserInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.CoreAPI">
<preferred_username>sample string 2</preferred_username>
<sub>sample string 1</sub>
</UserInfoModel>