Skip to main content

User Data Storage

The LoginRadius system supports three types of data storage: Normalized User Profile, Custom Fields, and Custom Objects, for storing your user data in the LoginRadius Cloud Directory. We will go over each of these options and their usages below. Review data point document to get a better understanding of the data storage structure.

User Profile Data Schema

Normalized User Profile

LoginRadius provides a set of commonly used profile fields that are composed into a normalized user profile object. This is the standard user profile that is used when calling user Registration APIs or when a user is initialized via supported Social Login or federated SSO providers.

Complete detailed list of the normalized User Profile fields is listed here.

Custom Fields

Custom Fields are simple key-value pair fields that are included in your LoginRadius Normalized User Profile object and will be returned with Get User Profile API. It is possible to include these fields directly in your Registration interface during field creation on your LoginRadius Admin Console, follow our Custom Field Configuration documentation for more details.

Custom Objects

Custom Objects are schema-less objects that can be attached to a specific account a. It can be used to have a dynamic storage container that can be updated with additional fields or data formats on the fly. The Custom Object is serviced by the Custom Object APIs. This allows you to store or update complex data objects that would not be easily accessible in a single layer field (Custom Field) such as nested data or object arrays.

In order to get access to a Custom Object, you will need to contact the LoginRadius Support Team or your Customer Success Representative.