Get Service Accounts
GET {{baseUrl}}/v1/:name/serviceAccounts?pageToken=<>&pageSize=<>
Lists ServiceAccounts for a project.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
pageToken | string | Optional pagination token returned in an earlier | |
| ListServiceAccountsResponse.next_page_token. | |||
pageSize | string | Optional 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. |