Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
description
string
required

description of the service account.

name
string
required

name of the service account.

roles
object[]
required

roles that are assigned to the service account.

Response

A successful response.

A service account is an identity scoped to an organization that represents a non-human user.

created_at
string<date-time>
required

created_at represents the creation time of the service account.

creator_name
string
required

creator_name is the name of user that created the service account.

description
string
required

description of the service account.

group_roles
object[]
required

roles that the service account has inherited via a group.

id
string
required

The ID of the service account.

name
string
required

name of the service account.

roles
object[]
required

roles that are assigned to the service account.