Skip to main content
POST
Create Service Account

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ボディ

application/json
name
string
必須

Unique display name within the organization.

description
string

Optional free-text description of the service account.

external_id
string

Idempotency key. A second POST with the same external_id returns the existing record.

レスポンス

Created

id
string<uuid>

Service account identifier.

name
string

Unique display name within the organization.

description
string | null

Optional free-text description of the service account.

status
enum<string>

Current lifecycle state of the service account.

利用可能なオプション:
active,
deactivated
client_id
string<uuid>

Auto-generated. Used for OAuth 2.0 client credentials authentication.

external_id
string | null

Idempotency key supplied by the calling system.

created_at
string<date-time>

ISO 8601 UTC.

created_by
string<uuid>

User ID of the creator.