User listing except Standard Registry and Auditor

DISPLAYING USERS

Returns a list of users, excluding Standard Registry and Auditors

GET /accounts

Returns all users except those with roles Standard Registry and Auditor. Only users with the Standard Registry role are allowed to make the request.

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Account'
}

Last updated