Get credential holder details from milestone

I am trying to create a report based on Access control system. Now I am getting only Credential holder ID. But I need Details of credential holder. How can I achieve this?

Hey Mathew

Sorry for the late reply to your question.

We do not store information about the credential holder in the milestone database. Information about credential holder is found in the access control solution.

You can look at our DemoAccessControlPlugin, it communicates with a webservice in the AccessControl (demo service) which can return information about the credentialholder. See CredentialHolderManager.cs line 45 to see what happens.

Link for DemoAccessControlPlugin:

https://github.com/milestonesys/mipsdk-samples-plugin/tree/main/DemoAccessControlPlugin