HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

The ID or name of the organization from which to unassign the software.String
organizationName
noneReturns
InvalidParameterExceptionExceptions
No software exists with the given software ID.SoftwareNotFoundException
OrganizationNotFound
Exception
IOSoapException
assignAdministratorsToOrganization
Assigns users and user groups as Organization Administrators. A user
or group can be assigned to multiple organizations. If both user names
assignAdministrators
ToOrganization
Name
and group names are specified, partial completion of the operation is
possible when an error occurs. This operation may be performed only
by an infrastructure orchestration Administrator.
A list of the names of users and Active Directory groups to assign as
Organization Administrators, such as "Domain\User" or "localuser."
List<String> userNamesParameters
The ID or name of the organization to which to assign administrators.String
organizationName
noneReturns
InvalidParameterExceptionExceptions
OrganizationNotFound
Exception
IOSoapException
unassignAdministratorsFromOrganization
Removes users and user groups from the set of Organization
Administrators. If both user names and group names are specified, partial
unassignAdministrators
FromOrganization
Name
completion of the operation is possible when an error occurs. This
operation may be performed only by an infrastructure orchestration
Administrator.
A list of the names of users and Active Directory groups to unassign as
Organization Administrators, such as "Domain\User" or "localuser."
List<String> userNamesParameters
The ID or name of the organization from which to unassign administrators.String
organizationName
noneReturns
InvalidParameterExceptionExceptions
OrganizationNotFound
Exception
IOSoapException
assignUsersToOrganization
Assigns users and user groups as Organization Users. A user or group
can be assigned to multiple organizations. An infrastructure orchestration
assignUsersToOrganizationName
Administrator cannot be assigned as an Organization User. If both user
names and group names are specified, partial completion of the operation
46 Operations