Creating Virtual Account

Create a new virtual account

POST /policies/{policyId}/dry-run/user

Create a new virtual account. Only users with the Standard Registry role are allowed to make the request

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

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

Last updated