v1

latestOpenAPI 3.0.0ISC2026-07-17776696.9 KB
Users

Get user by id.

get/users/{userId}

Path parameters

userIdstring required

Response

User.

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.