Edit . you can get all custom entities for the current user with the query
{ "entityType": "[entitytype]", "ownerId": "[profileId]", "context": { "pagination": { "rowsPerPage": 50, "pageNumber": 1 }, "searchCriteria": { // other search criteria here }, "sortCriteria": { "createdAt": 1 } } }-
get custom entities associated to a player at login.
Cloud Code3 18 May 2020, 10:5916 May 2020, 16:37