Last updated 2 years ago
GET /accounts
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' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }