List Personal-Access-Tokens (PATs)
Deprecated: use user service v2 ListPersonalAccessTokens instead.
Returns a list of PATs for a user, currently only available for machine users/service accounts. PATs are ready-to-use tokens and can be sent directly in the authentication header.
Path Parameters
Request Body
application/json
list limitations and ordering
Response Body
application/json
curl -X POST "https://loading/users/string/pats/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"expirationDate": "2023-01-15T01:30:15.01Z",
"scopes": [
"string"
]
}
]
}Was this page helpful?
List Organization Members
List Organization Members: Deprecated: use [ListAdministrators](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.ListAdministrators) instead. Members are users with permission to ad...
List Project Grant Members
List Project Grant Members: Deprecated: use [ListAdministrators](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.ListAdministrators) instead. Members are users with permission to ad...