Response Packet Structure
The get-db-users node of the output XML packet is presented by type DatabaseGetDBUsersOutputType (database_output.xsd) and structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultFilterType (
common.xsd). - The status node is required. It specifies the execution status of the get-db-users operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the get-db--users operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the get-db--user operation fails. Data type: string.
- The filter-id node is optional. It returns the filtering rule parameter. For more information, refer to the Filtering Issues section.
- The id node is optional. If the get-db-users operation succeeds, it specifies the database user ID. Data type: integer.
- The login node is optional. If the get-db-users operation succeeds, it specifies login name of the database user. Data type: string.
- The db-id node is optional. If the get-db-users operation succeeds, it specifies ID of the database where the user is located. Data type: integer.