Slack SCIM API 过滤活动
Slack SCIM API Filtering on Active
尝试访问 Slack SCIM 时 API 我无法在活动字段上过滤用户。我是否错误地形成了这个查询?
我目前正在使用 GET
https://api.slack.com/scim/v1/Users/?filter=active eq "true"
例如,当过滤电子邮件时,结果符合预期。其他领域也是如此。只有主动失败。
它产生此错误消息:
{
"Errors": {
"description": "invalid_query (is_aggregate_call=1)",
"code": 400
}
}
The Slack SCIM API filter functionality 仅在 username
、email
、restricted
、ultra_restricted
上支持 filter
目前无法执行此操作。
文档摘录:
Filters may be applied to the username and email user attributes, with
the addition of two membership filters:
尝试访问 Slack SCIM 时 API 我无法在活动字段上过滤用户。我是否错误地形成了这个查询?
我目前正在使用 GET
https://api.slack.com/scim/v1/Users/?filter=active eq "true"
例如,当过滤电子邮件时,结果符合预期。其他领域也是如此。只有主动失败。
它产生此错误消息:
{
"Errors": {
"description": "invalid_query (is_aggregate_call=1)",
"code": 400
}
}
The Slack SCIM API filter functionality 仅在 username
、email
、restricted
、ultra_restricted
上支持 filter
目前无法执行此操作。
文档摘录:
Filters may be applied to the username and email user attributes, with the addition of two membership filters: