Skip to main content
POST
ListOwnedServiceAccounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The ListOwnedServiceAccountsRequest message.

expandMask
App User Expand Mask · object | null

The AppUserExpandMask message contains a list of paths to expand in the response.

pageSize
integer<int32>

The maximum number of results to return per page.

pageToken
string

The token for fetching the next page of results.

Response

200 - application/json

Successful response

The ListOwnedServiceAccountsResponse message.

expanded
object[] | null

List of related objects.

list
App User View · object[] | null

The service accounts owned by the calling user, up to one page of results.

nextPageToken
string

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