Create Service Account
POST/workspaces/:workspaceId/service-accounts
Create Service Account
Request
Path Parameters
workspaceId uuidrequired
- application/json
- text/json
- application/*+json
Body
displayName string
Body
displayName string
Body
displayName string
Responses
- 201
- 400
- 404
- 423
Service account created.
- application/json
- Schema
- Example (from schema)
Schema
subjectId uuid
displayName string
workspaceId uuidnullable
creatorSubjectId uuidnullable
{
"subjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayName": "string",
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"creatorSubjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Invalid request.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace is disabled.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...