Get Office 365 Exchange Online Content
Select
SaaS
Customer Managed
Get Office 365 Exchange Online Content
Path Parameters
- appId int32 required
Commvault exchange app id
Query Parameters
- pageNumber int32
- pageSize int32
- sort string
- searchKey string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- content object[]
{
"content": [
{
"GUID": "string",
"name": "string",
"office365Plan": {
"id": 0,
"name": "string"
},
"status": "INCLUDED_IN_BACKUP",
"emailAddress": "string",
"type": "ALL_MAILBOXES"
}
]
}
Loading...