PUT /admin/org/{id}/associations

Operation:
PUT /admin/org/{id}/associations
Description:
Replaces the organization's current list of association members with the specified list of members

If the list is empty, all existing members will be deleted.

Since:
29.0
Input parameters
non-null, possibly empty {@link List} of {@link OrgAssociationsType}s representing new list of members for this organization's associations

Consume media type(s):
application/vnd.vmware.admin.organizationAssociations+xml
Input type:
OrgAssociationsType
Output parameters
Reference to the task updating the org's associations

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples