Filtering Account Administrators
How can I return a list of just account administrators?
Using the API Browser, I tried both
$filter=IsAccountAdministrator eq true
and
$filter="Administrator role.Id" eq 256
both return this cryptic error:
ErrorDetails: "One or more errors occurred."
Filtering of account admihnistrators is not supported yet. If you are not sure that filtering for some field is supported, then you can look at contact field description. ‘Administrator role’ field has flag “SupportSearch”: false. That’s why filtering fails.
We will implement such filtering in one of future updates.
-
For events, I created a separate topic: https://forums.wildapricot.com/forums/309658/suggestions/13849068
-
Yes, unfortunately for a moment there is no way to filter out admins only and we have created such a task for future improvements