Read One User Credential
GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/credentials/{{credentialID}}
Use the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/credentials/{{credentialID}}
request to return the specified credential issued to the user.
Prerequisites
- Create a user to get a
userID
for the endpoint. See also Users, especially User operations. - Create a user credential to get a
credentialID
for the endpoint. See also PingOne Credentials, especially User Credentials.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/39b4548e-e71e-4a8b-9a3d-d668a8f8e0ba/credentials/5d5751ae-e21b-4226-b1e8-1bf02127a093"}},"id":"5d5751ae-e21b-4226-b1e8-1bf02127a093","createdAt":"2023-03-15T13:01:50.207Z","updatedAt":"2023-03-15T13:01:50.207Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"39b4548e-e71e-4a8b-9a3d-d668a8f8e0ba"},"credentialType":{"id":"6d20e9c2-9102-42d1-a1fc-74eed31d65d8"},"title":"Wallet Developers","status":"PENDING"}