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
- Only users logged in with the role "metadata_administrator" can use this request. For more information on metadata roles, see the metadata documentation.
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