-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
Component/s: Enterprise - Licensing/Member Management
-
None
-
Severity 3 - Minor
Issue Summary
When using the below API call, I'm unable to add any of the below queries, each of them return the error At least one association must be specified.
- licensed=false
- collaborator=false
- deactivated=false
Api call: [/enterprises/
{id}/members/query|https://developer.atlassian.com/cloud/trello/rest/api-group-enterprises/#api-enterprises-id-members-query-get]Each of these queries work correct when search for =true instead.
h3. Steps to Reproduce
# Make an API call to /enterprises/{id}
/members/query
- Include a query for licensed/deactivated/collaborator being false
Expected Results
The API should return a list of all accounts in the Enterprise meeting the query.
Actual Results
Trello's API returned the a 400 error with the text
At least one association must be specified
Workaround
None available