an object with query parameters
OptionalcreatedByUser?: stringThe user ID that created the API key.
OptionalendingBefore?: stringGet resources with IDs that are lower than the target resource ID. Cannot be used in conjunction with startingAfter.
Optionallimit?: numberMaximum number of API keys to retrieve.
Optionalsort?: The field to sort by, with +/- prefix indicating sort order
OptionalstartingAfter?: stringGet resources with IDs that are higher than the target resource ID. Cannot be used in conjunction with endingBefore.
Optionalstatus?: "active" | "expired" | "revoked"The status of the API key.
Optionalsub?: stringThe ID of the subject. For SCIM the format is SCIM\\{{IDP-ID}}, where {{IDP-ID}} is the ID of the IDP in Qlik. For users, use their user ID, e.g. 64ef645a3b7009d55dee5a2b.
Optionaloptions: ApiCallOptions
Lists API keys for the tenant. To list API keys owned by other users, requesting user must be assigned the
TenantAdminrole.