post https://{hostname}/entityType.list
Returns information about your entity types.An entity type is a user profile data store.
Response
Returns information about your entity types.An entity type is a user profile data store.
xxxxxxxxxx
curl --request POST \
--url https://hostname/entityType.list \
--header 'accept: application/json'
xxxxxxxxxx
{
"results": [
"user"
],
"stat": "ok"
}