Skip to main content
POST
Create Service Account

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

organizationId
integer
required

Your organization id (eg: 12345)

Body

application/json
username
string
required

A descriptive name for the service account

role
enum<string>

The service account's role

Available options:
owner,
admin,
analyst,
consumer
expires
string<date-time>

The datetime that the service account should expire

projects
object[]

A list of projects to make this serivce account a member of

Response

Service account successfully created

results
object
status
enum<string>

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

Available options:
ok
Example:

"ok"