Create project service account
Projects
Create project service account
Creates a new service account in the project. This also returns an unredacted API key for the service account.
POST
Create project service account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the project.
Body
application/json
The project service account create request payload.
The name of the service account being created.
Response
Project service account created successfully.