Read All User Credentials

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/credentials

Use the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/credentials request to return all of the credentials issued to the specified user.

Prerequisites

Create a user to get a userID for the endpoint. See also Users, especially User operations.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/1760140c-8e2b-4eaa-a335-a8d49760fed3/credentials"}},"_embedded":{"items":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/1760140c-8e2b-4eaa-a335-a8d49760fed3/credentials/6d2c1417-a387-42c5-802e-3663f39baa4b"}},"id":"6d2c1417-a387-42c5-802e-3663f39baa4b","createdAt":"2023-03-01T20:40:04.094Z","updatedAt":"2023-03-02T16:37:43.456Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"1760140c-8e2b-4eaa-a335-a8d49760fed3"},"credentialType":{"id":"8a3a6157-5fb9-40b7-96c0-909331858248"},"title":"Wallet Developers","status":"REVOKED","expiresAt":"2023-03-02T16:37:42.973Z"}]},"size":1}