Read All Reference Data

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

Use the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/referenceData request to return all of the verify reference data for the specified user in the environment.

Note: Reference data can contain rather large base64-encoded data. To reduce message size, it is not returned by this request. Use this request to find the specific reference data and then use Read One Reference Data to retrieve the reference data.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/referenceData"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"_embedded":{"referenceData":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/referenceData/099e110a-cd8c-3c6e-8394-93a312c0c918"}},"id":"099e110a-cd8c-3c6e-8394-93a312c0c918","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"49825b76-e1df-4cdc-b973-0c580f1cb049"},"type":"VOICE","createdAt":"2022-08-23T16:36:02.333Z","updatedAt":"2022-08-23T16:36:02.333Z"}]},"size":1}