Configuration API: entityType
Managing your user profile entity types
The Copnfiguration API's entityType endpoints help you manage the schemas and databases that store user profiles. Those endpoints are listed below:
/config/{app_id}/entityTypes/{entity_type}/attributes/{attribute_name} Returns information about the specified user profile attribute. |
GET |
/config/{app_id}/entityTypes/{entity_type}/attributes Returns information about all the attributes associated with the specified entityType. |
GET |
/config/{app_id}/entityTypes/{entity_type} Returns information about the specified entityType. |
GET |
/config/{app}/entityTypes Returns information about all your entityTypes. |
GET |