AppUsers

List Owned Service Accounts

ListOwnedServiceAccounts returns the service accounts owned by the calling user. The owner is the authenticated caller; it is not accepted as an input.

post/api/v1/app_users/owned_service_accounts

Request body

pageSizeinteger

The maximum number of results to return per page.

pageTokenstring

The token for fetching the next page of results.

Response

Successful response

nextPageTokenstring

The token for fetching the next page of results, empty when there are no more pages.

Changes