Logging Virtual User

Logs virtual user into the system

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

Path Parameters

NameTypeDescription

policy ID*

String

policy ID

Request Body

NameTypeDescription

*

Object

Virtual User

{
    content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    username:
                      type: string
                    did:
                      type: string
}

Last updated