v1

latestOpenAPI 3.0.0ISC2026-07-17776696.9 KB
Users

Get all users in the system.

get/users

Response

Users array.

displayNamestring

Name

emailstring required

User email

passwordstring

User password.

ignoreTfaboolean required

Ignore 2-step verification on login or not.

scope'adminAuth' | 'userAuth' required

Scopes of authentication, right know in our system there are only 3 scopes. admin and user. any API route protect by one of them.

passwordChangeRequiredboolean

Whenever the user required to set new password, during default password usage, password expiration, etc.