GET Billing Owner
GET/workspaces/:workspaceId/billing-owner
GET Billing Owner
Request
Path Parameters
workspaceId uuidrequired
Responses
- 200
- 404
Billing owner.
- application/json
- Schema
- Example (from schema)
Schema
subjectId uuid
type int32
Possible values: [User
, Service
, Group
]
displayName string
serviceAccount
object
workspaceId uuidnullable
creatorSubjectId uuidnullable
user
object
emailAddress string
{
"subjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "User",
"displayName": "string",
"serviceAccount": {
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"creatorSubjectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"user": {
"emailAddress": "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"
}
Loading...