Skip to main content

List Service Accounts

GET 

/workspaces/:workspaceId/service-accounts

List Service Accounts

Request

Path Parameters

    workspaceId uuidrequired

Responses

Service accounts listed.

Schema

  • Array [

  • subjectId uuid
    displayName string
    workspaceId uuidnullable
    creatorSubjectId uuidnullable
  • ]

Loading...