When creating your tenant, we also create 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.
We refer to this user record in your User model 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 so you can use them 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 them. 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, which have a Standard chip, which indicates they are read-only.