GET /policies/{policyId}/dry-run/users
GET
/policies/{policyId}/dry-run/users
Returns all virtual users. Only users with the Standard Registry role are allowed to make the request
policyId*
String
Policy ID
{ content: application/json: schema: type: array items: type: object properties: username: type: string did: type: string }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }