EnvironmentTeam object

Example JSON representation

{
  "defaultAclRole": {
    "id": "string"
  },
  "team": {
    "id": 1,
    "name": "string"
  }
}

Properties

property attributes valid values description filter option
team
ComposedTeamIdentity object
required
create-only
filterable

Identifier and name of the Team.

Pass the id of the object you are referencing in:
?team=...
defaultAclRole
AclRoleForeignKey object
optional
filterable

Default ACL Role to override the Team's default ACL Role for this Environment. If it is omitted Team's default ACL Role will be used. Note that this default ACL Role is only applied for members of the Team that don't have an explicitly defined ACL Role.

Pass the id of the object you are referencing in:
?defaultAclRole=...

Endpoints using this object