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

- The result node is required. It wraps the response retrieved from the server. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the set-db-user operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the set-db-user operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the set-db-user operation fails. Data type: string.
- The id node is optional. If the set-db-users operation succeeds, it specifies the id of the updated database user. Data type: string.