Projects

Creates a new service account in the project. This also returns an unredacted API key for the service account.

post/organization/projects/{project_id}/service_accounts

Path parameters

project_idstring required

The ID of the project.

Request body

namestring required

The name of the service account being created.

Response

Project service account created successfully.

object'organization.project.service_account' required
idstring required
namestring required
role'member' required

Service accounts can only have one role of type member

created_atinteger required

Changes

Changed in 1 of the 35 revisions of this API.1