List Machine Keys
Deprecated: use user service v2 ListKeys instead.
Get the list of keys of a service account. Machine keys are used to authenticate with jwt profile authentication.
Path Parameters
user_id*string
Request Body
application/json
query?
list limitations and ordering
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/keys/_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"
},
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2023-01-15T01:30:15.01Z"
}
]
}Was this page helpful?
List Application Keys
List Application Keys: Deprecated: Use [ListApplicationKeys](/reference/api/application/zitadel.application.v2.ApplicationService.ListApplicationKeys) instead to list application keys. Search application keys. Keys are u...
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...