Personal Client

NOTE: Searches personal clients for all users

Search finds personal client credentials across all users, with optional filtering by query text or user. Request a modest page_size (≤25) to keep responses small.

post/api/v1/search/iam/personal_clients

Request body

pageSizeinteger

The maximum number of results to return per page.

pageTokenstring

A pagination token returned from a previous Search call.

querystring

A text query to filter personal clients by display name.

Response

Successful response

nextPageTokenstring

A token to retrieve the next page of results, or empty if there are no more results.

Changes

Changed in 2 of the 33 revisions of this API.61

    • the request property users became not nullable

      request-property-became-not-nullable

    • the response property list/items/createdAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/deletedAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/expiresTime became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/lastUsedAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/updatedAt became nullable for the status 200

      response-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog