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.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.