List Users Minimal
Returns all BloodHound user details without any sensitive data.
Query parameters
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are id, first_name, last_name and email_address.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string-formatted uuid value. Valid filter predicates are eq, neq.
Response
OK
Changes
Changed in 5 of the 66 revisions of this API.77
- ▲
added the pattern
^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$to thequeryrequest parameteridrequest-parameter-pattern-added
- ○
for the
queryrequest parameterid, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ▲
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteremail_addressrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterfirst_namerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterlast_namerequest-parameter-pattern-added
- ▲
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteremail_addressrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterfirst_namerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterlast_namerequest-parameter-pattern-removed
- ○
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameteremail_addressrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterfirst_namerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterlast_namerequest-parameter-pattern-added
- ▲
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameteremail_addressrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterfirst_namerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterlast_namerequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○