Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Arguments → UserSingleResponseOptions
UserSingleResponseOptions holds the Options type and enables you to limit the data that is returned in a response.
Name | Type | Description |
---|---|---|
options | Extension. See Options. | Options extension base. Holds a name value pairing for future elements. |
sections | SectionsOption | Enumeration element that controls the sections of a user record that should be returned. |
specifiedSections | string | If SECTIONS-SPECIFIED is used in the sections element above, enter the specified section or sections here. The available options are described below in the Usage section. |
The UserSingleResponseOptions type is used to limit the return results based on specific sections that you identify.
You use the following parameters to control the amount of data that is returned in the response:
In the sections parameter, specify one of the following enumeration options:
You can use a comma-separated list in specifiedSections to return only the sections of a user record that you want. For example:
<urn:specifiedSections>SECTION:STANDARD,SECTION:GROUPS</urn:specifiedSections>
This ensures that only the standard and groups sections of a user record are returned. Here are some of the possible sections you can specify in GetUsers:
The following XML shows UserSingleResponseOptions in the <urn:options> element of the GetUsers call.
<urn:options> <urn:extraOption> <urn:name></urn:name> <urn:value></urn:value> </urn:extraOption> <urn:sections>SECTIONS-SPECIFIED</urn:sections> <urn:specifiedSections>SECTION:STANDARD</urn:specifiedSections> </urn:options>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.