Skip to main content

Get all certificate credentials

GET 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/certificates

Since: 2.71.0

Required permission(s): AccessControl.CredentialView or SelfAdmin Role

Returns a paginated list of all certificate credentials for the specified user.

Each item in the response includes the full certificate details including the PEM-encoded certificate value, subject DN, issuer DN, fingerprint, serial number, and subject key identifier.

In self-admin mode, only the authenticated user's own certificates are returned. Use the continuationToken and limit parameters to paginate through large result sets.

Request

Responses

Certificate credentials retrieved successfully