GET_USER | Examples |
<GET_USER | Attribute
Description Table |
username
="string"
> No Child Elements </GET_USER > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
username | 1 Name of 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> |