v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Create Service Accounts

Create Service Account

Create a new service account for your organization and optionally add it to one or more projects in your organization

post/organizations/{organizationId}/service-accounts

Request body

usernamestring required

A descriptive name for the service account

role'owner' | 'admin' | 'analyst' | 'consumer'

The service account's role

expiresstring date-time

The datetime that the service account should expire

Response

Service account successfully created

status'ok'

"ok" if the request succeeded, "error" otherwise.

Example response

{
  "status": "ok"
}