Updating Push Destinations for Organizational Entities

This topic describes how to push work items, via email, to organizational entities.

Functions in OrgModelService are used to specify push destinations for organizational entities.

Updating Push Destinations for Organizational Entities

Procedure

  1. Call getOrgModel to get details about the entities in an organization model.

    The request identifies the major version number of the organization model, which can be obtained using the listOrgModelVersions function.

    The response from the getOrgModel function provides GUIDs for all entities in the specified version of the organization model.

  2. Call updatePushDestinations to set push destinations for the desired organizational entities.

    An empty response indicates a successful execution.