[Index]

API Reference for view/GenerateMSHybridUserServicesReport

. User Services Report ==================== The user services report provides a rudimentary overview of the service provisioned for the user and the status of Skype and Exchange move request. Select the menu option **Bulk Migration Tools > User Services Report > Generate** to generate the report. This deletes all existing report entries for current users in the system and visible at the hierarchy where the report is generated and re-creates a report for each AD user in the system. Select the menu option **Bulk Migration Tools > User Services Report > View** to view the report once it is generated. An X indicates that the service has been activated for the user. The report can be exported. The following services are supported: * Skype for Business Online and On-Prem * Exchange Online and On-Prem * MS Online Services (whether or not the user is licensed for MS Online Services).

Model ref.: view/GenerateMSHybridUserServicesReport

The full URL would include the host-proxy name: https://[host-proxy].

Variables are enclosed in square brackets.

For a list of available UUIDs and their dot notations:
GET /api/v0/data/HierarchyNode/?format=json

Get the Add form

Task Call URL Parameters Response
Get the GUI Add form. GET /api/view/GenerateMSHybridUserServicesReport/add/
  • hierarchy=[hierarchy]
  • format=json
The GUI Add form of view/GenerateMSHybridUserServicesReport as JSON

The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.

Create

Task Call URL Parameters Payload
Create POST /api/view/GenerateMSHybridUserServicesReport hierarchy=[hierarchy]
(For payload specification)

  • Response is a transaction pkid for the create action.
  • The GET call to
    tool/Transaction/[trans pkid]
    shows the View resource has no instance pkid, because a view model stores no instances.
  • Help

    Task Call URL Parameters Response
    Get the on-line Help for view/GenerateMSHybridUserServicesReport. GET /api/view/GenerateMSHybridUserServicesReport/help hierarchy=[hierarchy] On-line help of Model ref.: view/GenerateMSHybridUserServicesReport as HTML

    Instance API Reference

    Help

    Task Call URL Parameters Response
    Help GET /api/view/GenerateMSHybridUserServicesReport/[pkid]/help hierarchy=[hierarchy] The on-line Help for view/GenerateMSHybridUserServicesReport.