Skip to main content
GET
Get Service Account

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<uuid>
必須

Service account identifier (UUID).

レスポンス

OK

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.

permissions
object[]

Direct permissions assigned to this service account.