Exporting User Accounts

This manual is in pilot operation.

Overview

This function is the same as Exporting User Accounts performed via [Manager]. It outputs the configuration details of all user accounts in a importable format. Only users authorized as User Manager can execute this request.

How to Write a Request

Below is an example request for "Exporting User Accounts":

<request type="EXPORT_USER_ACCOUNTS" desc="Export User Accounts">
  <parameters/> (1)
  <contents> (2)
  </contents>
</request>
1 No parameters
2 No request content

Parameters

There are no parameters.

Request Content

There is no request content.

Response Content

Below is an example response for "Exporting User Accounts":

<response type="EXPORT_USER_ACCOUNTS" desc="Export User Accounts">
  <returned-contents> (1)
    ADD_OR_UPDATE_USER_ACCOUNT,HDR,USER_ACCOUNT_NAME,...
    ADD_OR_UPDATE_USER_ACCOUNT, DTL, "U001","Taro Roppongi",...
    ADD_OR_UPDATE_USER_ACCOUNT, DTL, "U002","Hanako Daikanyama",...
    ...
  </returned-contents>
  <result>
    <code>SUCCESSFUL</code> (2)
    <started-at time-zone="Asia/Tokyo">2016/11/18 14:50:04.227</started-at>
    <ended-at time-zone="Asia/Tokyo">2016/11/18 14:50:07.827</ended-at>
    <messages>
    </messages>
  </result>
</response>
1 Returned Content
2 Processing Result Code

Returned Content

The returned content is the exported user account data. The format is the same as that used when exporting user accounts via [Manager] (However, comma-separated format. Also, replacing special characters <, >, & is required).

For more details, refer to the following: Exportable File Format

Message

If the result code is SUCCESSFUL, nothing is displayed in the message field.

If the result code is anything other than SUCCESSFUL, a message is displayed indicating the warning or error details.