GET_USER  Examples

Used in:  REQUEST  
Servers:  Metadata (Browse)  
Parent elements:  GET_METADATA  

<GET_USER Attribute Description Table

     username ="string"
>

     No Child Elements
</GET_USER >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for GET_USER:

Attribute Usage Back to Top
username 1 Name of user.
 

Examples for GET_USER:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <GET_USER username="aUser" />
    </GET_METADATA>      
  </REQUEST>
</ARCXML>