Get Office 365 Teams List
Select
SaaS
Customer Managed
Get Office 365 Teams List
Path Parameters
- appId int32 required
Commvault teams app id
Query Parameters
- propertyLevel string
Optional parameter. Set it to BasicProperties or AllProperties
- onlyTeams int32
Set this optional parameter value 1 to only send teams list, otherwise 0.
- onlyUsers int32
Set this optional parameter value 1 to only send teams users list, otherwise 0.
- pageNumber int32
- pageSize int32
- sort string
- searchKey string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- teams object[]
{
"teams": [
{
"lastBackup": 0,
"activeBackupSize": 0,
"inactiveBackupSize": 0,
"totalBackupSize": 0,
"activeItemsBackedUp": 0,
"InactiveItemsBackedUp": 0,
"TotalItemsBackedUp": 0,
"lastBackupStatus": "NONE",
"lastBackupAttempt": 0,
"lastAttemptJobId": 0,
"failedItemsCount": 0,
"GUID": "string",
"name": "string",
"office365Plan": {
"id": 0,
"name": "string"
},
"status": "INCLUDED_IN_BACKUP",
"emailAddress": "string",
"teamType": "PRIVATE",
"type": "TEAM"
}
]
}
Loading...