Skip to main content

Create Service Account

POST 

https://api.eu1.spotflow.io/workspaces/:workspaceId/service-accounts

Create Service Account

Request

Path Parameters

    workspaceId uuidrequired

Body

    displayNamestring

Responses

Service account created.

Schema
    subjectIduuid
    displayNamestring
    workspaceIduuidnullable
    creatorSubjectIduuidnullable
curl -L 'https://api.eu1.spotflow.io/workspaces/:workspaceId/service-accounts' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"displayName": "string"
}'
Request Collapse all
Base URL
https://api.eu1.spotflow.io
Parameters
— pathrequired
Body
{
  "displayName": "string"
}