Custom Field Configuration
Custom fields allow for a simple key value storage option that extends the LoginRadius Normalized user profile. These key values should be flat field (objects or Arrays are not supported) and should be limited to 1000 characters.
Add custom field in your Registration interface during field creation on your LoginRadius Admin Console by following the below steps:
- Log in to your LoginRadius Admin Console
- Click on "Platform Configuration"
- Click on Standard Login
- On the right-hand side click on "Custom Fields"
Click on the "Add Custom field" and input the Field Name and hit "Add"
Once the field is added you can include it on your Registration form by simply clicking on the field name.
In order to write data to these fields using the Update API or Registration API, they must be created as described above.