API endpoints for managing entity types (user profile databases) and the attributes that make up an entity type schema.
Endpoint | Methods |
---|---|
View Your Entity Types/entityType.listView all your entity types. |
|
View an Entity Type/entityTypeView detailed information for the specified entity type. |
|
Create an Entity Type/entityType.createCreate an entity type. |
|
Create an Attribute/entityType.addAttributeAdd an attribute to an entity type schema. |
|
Delete an Attribute/entityType.removeAttributeDelete an attribute from an entity type schema. |
|
Create a Validation Rule/entityType.addRuleAdd a validation data rule to en entity type schema. For example, you might add a rule that limits an attribute to no more than 20 characters. |
|
View Your Validation Rules/entityType.rulesView validation rules for an entity type schema. Validation rules help determine the data that can and cannot be stored in an attribute. |
|
Delete a Validation Rule/entityType.removeRuleDelete a validation rule from an entity type schema. |
|
Assign a Constraint to an Attribute/entityType.setAttributeConstraintsUpdate the constraints assigned to an attribute. Constraints impose specific conditions on an attribute; for example, you mark an attribute as required meaning that a user cannot save their user profile unless that attribute has been set to a non-null value. |
|
Modify Your Password History Settings/entityType.setPasswordSettingsManage your password history/unique password enforcement settings. When password history is enabled, you can prevent users from reusing their last X number of passwords any time they need to do a password reset.. |
|