UserSingleResponseOptions

Description

UserSingleResponseOptions holds the Options type and enables you to limit the data that is returned in a response.

Parameters

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.

Usage

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:

XML

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>