RetrieveSubsidiaryUsersBusinessUnitRequest Class
Specifies the parameters needed to retrieve all user information from the child business units of the specified business unit.
The RetrieveSubsidiaryUsersBusinessUnitRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveSubsidiaryUsersBusinessUnitRequest | Initializes a new instance of the RetrieveSubsidiaryUsersBusinessUnitRequest class. |
Field | Description |
ColumnSet | Specifies the set of attributes to retrieve for each user. |
EntityId | Specifies the ID of the business unit. |
ReturnDynamicEntities | Specifies whether the result of the operation contains a collection of instances of the systemuser class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also