Zum Hauptinhalt springen

Fetch teams

Get all teams associated to an organization.

Header Parameters
organization-id uuid REQUIRED

ID of organization context this request belongs to.

Responses
200

List of teams

Schema OPTIONAL
teams object[] OPTIONAL
id uuid OPTIONAL
name string OPTIONAL
organization uuid OPTIONAL
responsibilities object[] OPTIONAL
allCategories boolean
allOrganizations boolean OPTIONAL

Specifies if all and future organizations are included.

allProducts boolean OPTIONAL

Specifies if all and future products are included.

categories uuid[] OPTIONAL
id uuid OPTIONAL

ID of existing responsibility. If omitted, a new responsibility will be added.

mode string

Possible values: [READ, READ_WRITE]

organizations uuid[] OPTIONAL
products uuid[] OPTIONAL
organizationPermissionSet boolean OPTIONAL
categoryPermissionSet boolean OPTIONAL
productPermissionSet boolean OPTIONAL
400

Bad Request (e.g. element not found or resource conflict).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
403

Missing permission

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
500

Internal server error (Internal service communication or process error).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL