Skip to main content
POST
Create service account

Body

application/json
name
null | string
description
null | string
organizationalRole
enum<string>
Available options:
Admin,
UserAdmin,
WorkspaceAdmin,
AgentAdmin,
Member
workspaceAssignments
null | object[]
expirationDate
null | string<date-time>
scopes
null | string[]

The granular API scopes granted to the initial credential.

Response

Created

Standard v2 API response envelope for single-item responses.

data
object

Returned only on service account creation. Contains the plaintext client secret which is shown once.

meta
object