Retrieve a user
Retrieve the details of a user
Path parameters
The ID of the user to retrieve
Response
Success
String representing the object's type. Objects of the same type share the same value.
Unix timestamp of when MFA was last enabled for this user. It should be noted that this field is not nullified if MFA is disabled.
Unix timestamp of when MFA was last disabled for this user. It should be noted that this field is not nullified if MFA is enabled again.
Unix timestamp of when the user's password was last updated.
Unix timestamp of last sign-in.
Flag to denote whether user is banned or not.
Flag to denote whether user is currently locked, i.e. restricted from signing in or not.
Flag to denote whether user has been deprovisioned and is restricted from signing in.
The number of seconds remaining until the lockout period expires for a locked user. A null value for a locked user indicates that lockout never expires.
The number of verification attempts remaining until the user is locked. Null if account lockout is not enabled. Note: if a user is locked explicitly via the Backend API, they may still have verification attempts remaining.
Unix timestamp of last update.
Unix timestamp of creation.
If enabled, user can delete themselves via FAPI.
If enabled, user can create organizations via FAPI.
The maximum number of organizations the user can create. 0 means unlimited.
Unix timestamp of the latest session activity, with day precision.
Unix timestamp of when the user accepted the legal requirements.
When set to true, the user will bypass client trust checks during sign-in.
Example response
{
"last_active_at": 1700690400000,
"legal_accepted_at": 1700690400000
}