Last updated 2 years ago
POST /policies/{policyId}/dry-run/login
POST
/policies/{policyId}/dry-run/login
Logs virtual user into the system. Only users with the Standard Registry role are allowed to make the request
policy ID*
String
policy ID
*
Object
Virtual User
{ 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' }