When creating your tenant, we also make the standard User model, a userId property, and the user-details relationship. The standard User model belongs to the user records, which are separate from the User model, but we copy the user details into the User model. So when you add a user to your tenant, Applaud creates a tenant-specific record in the User model.
In your User model, we refer to this user record as a Custom User and the property that links them, the User ID (or userId). Only your Applaud tenant can copy the user details to the user model. Therefore, you can't create a custom user record using the API or modify the user ID property of a custom user record in the User model. However, you can add and modify all other non-standard properties on a custom user record in the User model.
Custom properties in the User model
You can add properties to the User model to use in workflows, access control, and other areas. When you add a new property to the User model, they only appear in the tenant you add. However, when you add a property in the User model, you can't select the Required option. In addition, you can't modify any properties added by your Applaud tenant that have a Standard chip, which indicates they are read-only.