person-controller
List the credential operations available to this person
List the credential operations available to this person
get/api/persons/{personId}/credentialOps
Path parameters
personIdstring required
personId
Query parameters
pageinteger
page
sizeinteger
size
sortedboolean
unsortedboolean
Response
OK
Example response
{
"content": [
{
"person": {
"expiringDtm": "yyyy-MM-dd'T'HH:mm:ss"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.