The Backend User object is similar to the User object as it holds information about a user of your application, such as their unique identifier, name, email addresses, phone numbers, and more. However, the Backend User object is different from the User object in that it is used in the Backend API and is not directly accessible from the Frontend API.
A boolean indicating whether the user has enabled Backup codes.
Name
banned
Type
boolean
Description
A boolean indicating whether the user is banned or not.
Name
createdAt
Type
number
Description
The date when the user was first created.
Name
createOrganizationEnabled
Type
boolean
Description
A boolean indicating whether the organization creation is enabled for the user or not.
Name
createOrganizationsLimit
Type
null | number
Description
An integer indicating the number of organizations that can be created by the user. If the value is 0, then the user can create unlimited organizations. Default is null.
Name
deleteSelfEnabled
Type
boolean
Description
A boolean indicating whether the user can delete their own account.