Search Keys
POST/v2/users/keys/search
List all matching keys. By default all keys of the instance on which the caller has permission to read the owning users are returned. Make sure to include a limit and sorting for pagination.
Required permission:
- user.read
Request​
Responses​
- 200
- 400
- 401
- 403
- default
A list of all machine user keys matching the query
invalid list query
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.