Skip to main content

Create Service Account

POST 

/workspaces/:workspaceId/service-accounts

Create Service Account

Request

Path Parameters

    workspaceId uuidrequired

Body

    displayName string

Responses

Service account created.

Schema

    subjectId uuid
    displayName string
    workspaceId uuidnullable
    creatorSubjectId uuidnullable
Loading...