Search Personal Access Tokens
POST/v2/users/pats/search
List all personal access tokens. By default all personal access tokens 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 personal access tokens 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.