Get Service Accounts

GET {{baseUrl}}/v1/:name/serviceAccounts?pageToken=<>&pageSize=<>

Lists ServiceAccounts for a project.

Request Params

KeyDatatypeRequiredDescription
pageTokenstringOptional pagination token returned in an earlier
ListServiceAccountsResponse.next_page_token.
pageSizestringOptional limit on the number of service accounts to include in the
response. Further accounts can subsequently be obtained by including the
ListServiceAccountsResponse.next_page_token
in a subsequent request.