Skip to main content
POST
Create project service account

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

The ID of the project.

Body

application/json

The project service account create request payload.

name
string
required

The name of the service account being created.

Response

Project service account created successfully.

object
enum<string>
required
Available options:
organization.project.service_account
id
string
required
name
string
required
role
enum<string>
required

Service accounts can only have one role of type member

Available options:
member
created_at
integer
required
api_key
object
required