queryTenantMembership(tenantIDs)
Used to retrieve all tenant objects in Content Manager that have a members property referencing one of the tenant objects represented by the tenantIDs argument.
The method generates a set of tenantIDs by performing the following task for each tenantID referenced in the request argument:
- Find every tenant object under /directory/tenants whose members property references the tenant object represented by the tenantID.
Use of this method requires either trusted request or user being System Administrator
Signatures
- Java and Apache Axis
-
public java.lang.String[] queryTenantMembership(java.lang.String[] tenantIDs)
- C# .NET
-
public string[] queryTenantMembership(string[] tenantIDs)
References
- Part of the following method sets:
- Implemented by the following services:
-
The services that implement the deleteTenants method, along with the associated SOAP actions, are listed in the following table.
Table 1. Services implementing the queryTenantMembership method. Service
SOAP Action
contentManagerService
http://www.ibm.com/xmlns/prod/cognos/contentManagerService/201404/
What's new
- New in Version 10.2.2 — Support for delegated tenant administration
-
This method was added.
Input parameters
Use the following parameter when calling this method.
- tenantIDs
- A list of tenantIDs representing the tenant objects in CM.
This argument
- is an array of type
string
is encoded as type
tns:stringArray
- is an array of type
Return values
- result
- A list of tenantIDs.
This argument
- is an array of type
string
is encoded as type
tns:stringArray
- is an array of type