Read the details of the teams with the given IDs.
Teams request
{- "ids": [
- "abc123"
]
}
{- "results": [
- {
- "relatedObjects": {
- "property1": {
- "objects": [
- {
- "id": "string",
- "metadata": {
- "name": null
}
}
]
}, - "property2": {
- "objects": [
- {
- "id": "string",
- "metadata": {
- "name": null
}
}
]
}
}, - "permissions": {
- "write": {
- "scopeType": "GLOBAL",
- "create": true,
- "update": true,
- "delete": true
}
}, - "id": "string",
- "name": "string",
- "description": "string",
- "businessUnit": "string",
- "department": "string",
- "photoUrl": "string",
- "bannerUrl": "string",
- "members": [
- {
- "person": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "relationship": "MEMBER",
- "customRelationshipStr": "string",
- "joinDate": "2019-08-24T14:15:22Z"
}
], - "memberCount": 0,
- "emails": [
- {
- "email": "user@example.com",
- "type": "PRIMARY",
- "isUserGenerated": true
}
], - "datasourceProfiles": [
- {
- "datasource": "github",
- "handle": "string",
- "url": "string",
- "nativeAppUrl": "string",
- "isUserGenerated": true
}
], - "datasource": "string",
- "createdFrom": "string",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "status": "PROCESSED",
- "canBeDeleted": true,
- "loggingId": "string"
}
], - "errors": [
- "string"
]
}