an object with query parameters
Optional
createdByUser?: stringThe user ID that created the API key.
Optional
endingBefore?: stringGet resources with IDs that are lower than the target resource ID. Cannot be used in conjunction with startingAfter.
Optional
limit?: numberMaximum number of API keys to retrieve.
Optional
sort?: The field to sort by, with +/- prefix indicating sort order
Optional
startingAfter?: stringGet resources with IDs that are higher than the target resource ID. Cannot be used in conjunction with endingBefore.
Optional
status?: "active" | "expired" | "revoked"The status of the API key.
Optional
sub?: 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
.
Optional
options: ApiCallOptions
Lists API keys for the tenant. To list API keys owned by other users, requesting user must be assigned the
TenantAdmin
role.