goauthentik / goauthentik/authentik
Other filters for attribute values
Open
enhancement
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 644
Description
**Is your feature request related to a problem? Please describe.**
It would be nice to have additional filters for attribute values like '<', '>' e.g. for integer or date values.
**Describe the solution you'd like**
Pass a string containing a comparism like `my_attribute > 0' via the api and return corresponding results.
**Describe alternatives you've considered**
Get each user and compare the attribute.
**Additional context**
/
Contributor guide
Assessment
This issue has not been assessed yet.