User Management
Get current credential summary
get/accounts/{accountname}/users/{username}/credentials
Path parameters
accountnamestring required
usernamestring required
Response
User credential listing
Example response
[
{
"created_at": "created_at",
"type": "password",
"value": "value"
}
]