GET_USERS

Used in

REQUEST  

Servers

Metadata (Browse)  

Parent elements

GET_METADATA 

Syntax

<GET_USERS >
     No Attributes

     No Child Elements
</GET_USERS >

Description

Requests a list of user names from the metadata USER table.

Restrictions


Notes

 

Examples for GET_USERS

<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_METADATA>
      <GET_USERS/>
    </GET_METADATA>      
  </REQUEST>
</ARCXML>

Back to top