Team object
Example JSON representation
{
"defaultAclRole": {
"id": "string"
},
"description": "string",
"id": 1,
"name": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
defaultAclRole AclRoleForeignKey object |
required filterable |
Default ACL Role for the Team. This ACL Role is applied by default to all the members of the Team, but it can be overridden for specific users. |
Pass the id of the object you are referencing in: ?defaultAclRole=... |
|
name string |
required filterable |
Name of the Team. |
?name=... | |
id integer |
read-only filterable |
Identifier of the Team. |
?id=... | |
description string |
optional |
Description of the Team. |