Administration

Get a user's two-factor status

GET/api/admin/users/{userId}/2fa

Returns whether two-factor authentication is enabled for the specified user.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
userIdrequiredstringID of the associated user.

Responses

200The operation completed successfully.
NameTypeDescription
isEnabledrequiredbooleanWhether two-factor authentication is enabled.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example
404Not found.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
404 example

Code samples

cURL