A descriptor of a group of users.
color | string <= 255 characters The color used to label and highlight the team. |
createdAt | string <date-time>
The date and time the team was created. |
name | string <= 255 characters
The name of the team (e.g. "SDRs"). |
scimExternalId | string <= 255 characters The ID from the SCIM provisioning service used to create the team. |
scimSource | string <= 255 characters The name of the SCIM provisioning source used to create the team. |
updatedAt | string <date-time>
The date and time the team was last updated. |
{- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Array of links (object) (batch) | |
Array of data (object) or links (object) (contentCategory) The content categories that are assigned to the team. Relationship contentCategories cannot be used as a filter. | |
(user (data (object) or links (object))) The creator of the team. Relationship creator cannot be used as a filter. | |
(user (data (object) or links (object))) The most recent updater of the team. Relationship updater cannot be used as a filter. | |
Array of data (object) or links (object) (user) The users associated with the team. You can use only the attribute id to filter teams by users (e.g. filter[users][id]=X). |
{- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}
METADATA NAME | DESCRIPTION | QUERY PARAM |
---|---|---|
canWrite | A boolean value indicating whether the current API user has write access to this resource. | provideAuthorizationMeta |
canDelete | A boolean value indicating whether the current API user has delete access to this resource. | provideAuthorizationMeta |
{- "data": [
- {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "scimExternalId": "string",
- "scimSource": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "batches": [
- {
- "links": {
- "related": "batch"
}
}
], - "contentCategories": [
- {
- "data": {
- "id": 0,
- "type": "contentCategory"
}
}
], - "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "users": [
- {
- "data": {
- "id": 0,
- "type": "user"
}
}
]
}, - "type": "string"
}
}