Skip to main content

Create a service account

POST 

/iam/v1/service_accounts

Create a service account.

Request

Body

required

A new service_account to be created.

    contact_email string

    Email address of the person or group that is managing this service account.

    description

    A description for this service account.

    name string

    The service account's name. This parameter is required.

Responses

Successful response.

Schema
    any
Loading...