Returns a list of users, excluding Standard Registry and Auditors
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'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}