For the complete documentation index, see llms.txt. This page is also available as Markdown.

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'
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Was this helpful?