Element name |
Label |
Description |
Required/Optional |
Remarks |
row |
- |
Repeat the creation of users for each row. |
|
|
column |
login |
Enter the email address that the user uses to log in. |
Required |
|
name |
Enter the name of the user. |
Required |
|
role |
Enter the user's enterprise role in Box. |
Optional |
- Enter either "coadmin" or "user".
- Defaults to "user" if omitted.
|
language |
Enter the language of the user. |
Optional |
- Enter either "ja" or "en".
- Defaults to "ja" if omitted.
|
is_sync_enabled |
Enter whether the user will be able to use Box Sync. |
Optional |
- Defaults to "true" if omitted.
|
job_title |
Enter the job title of the user. |
Optional |
|
phone |
Enter the phone number of the user. |
Optional |
|
address |
Enter the address of the user. |
Optional |
|
space_amount |
Enter the amount of storage space (units: gigabytes) available to the user. |
Optional |
- Enter a positive integer or "-1" (unlimited).
- Defaults to "-1" if omitted.
|
can_see_managed_users |
Enter whether the user will be able to use their own contact list to browse for other users of the enterprise on Box. |
Optional |
- Defaults to "true" if omitted.
|
timezone |
Enter the time zone of the user. |
Optional |
- Enter the time zone by using the time zone identifier format. Ex., "Asia/Tokyo"
- Defaults to "Asia/Tokyo" if omitted.
|
is_exempt_from_device_limits |
Enter whether the user will be exempt from enterprise device limitations on Box. |
Optional |
- If omitted, "false" is set.
|
is_exempt_from_login_verification |
Enter whether the user is required to use two-factor authentication. |
Optional |
- If omitted, "false" is set.
|
status |
Enter the account status of the user. |
Optional |
- Enter "active", "inactive", "cannot_delete_edit", or "cannot_delete_edit_upload".
- Defaults to "active" if omitted.
|
Element name |
Label |
Description |
Remarks |
row |
- |
Repeat the input process the number of times that input failed in the processing. |
|
column |
result |
When input is incorrect, "skipped" is output. When the request execution result is an error, "failed" is output. |
|
login |
Output login for input that failed in the processing. |
|
status_code |
If the result is "failed", an HTTP status code is output from Box. |
|
error_code |
If the result is "failed", an error code that identifies the error contents is output. |
|
message |
An error message is output. |
|
request_id |
If the result is "failed", the ID that uniquely distinguishes the request relative to Box is output. |
|
Component variable name |
Description |
Remarks |
succeeded_count |
The number of times that input was successful in the processing is stored. |
- The default value is "0".
|
failed_count |
The number of times that input failed in the processing is stored. |
- The default value is "0".
|
skipped_count |
The number of times that input that was skipped in the processing is stored. |
- The default value is "0".
|
message_category |
When an error occurs, the category of the message code corresponding to the occurred error is stored. |
- The default value is null.
|
message_code |
When an error occurs, the code of the message code corresponding to the occurred error is stored. |
- The default value is null.
|
message_level |
When an error occurs, the severity of the message code corresponding to the occurred error is stored. |
- The default value is null.
|
error_type |
When an error occurs, the type of an occurred error is stored. |
- The default value is null.
- The error type will be in the following format.
Example: "java.io.FileNotFoundException"
The contents to be stored may vary depending on the version of DataSpider Servista.
|
error_message |
When an error occurs, the message of the occurred error is stored. |
- The default value is null.
The contents to be stored may vary depending on the version of DataSpider Servista.
|
error_trace |
When an error occurs, the trace information of the occurred error is stored. |
- The default value is null.
The contents that will be stored may vary depending on the version and client applications of DataSpider Servista.
|