Entity type and attribute API operations

OperationURL
View your entity types
Returns information about your entity types.
/entityType.list
View an entity type
Returns detailed information about the specified entity type.
/entityType
Create an entity type
Creates an entity type that includes the specified set of attributes.
/entityType.create
Manage password history settings
Manages the password history settings for an entity type.
/entityType.setPasswordSettings
Create an attribute
Adds an attribute to an entity type.This also adds the new attribute to all existing user profiles.
/entityType.addAttribute
Delete an attribute
Removes an attribute from an entity type. Note that all the data associated with this attribute is deleted as well.
/entityType.removeAttribute
View your validation rules
Returns all the data validation rules configured for the specified entity type.
/entityType.rules
Create a validation rule
Creates a data validation rule for specified attributes in your schema.
/entityType.addRule
Delete a validation rule
Removes the specified validation rule.
/entityType.removeRule
Assign constraints to an attribute
Sets the list of constraints for an attribute.
/entityType.setAttributeConstraints