/AWS1/CL_WKRBATCHCREATEUSERRSP¶
BatchCreateUserResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A message indicating the overall result of the batch operation.
it_successful TYPE /AWS1/CL_WKRUSER=>TT_USERS TT_USERS¶
A list of user objects that were successfully created, including their assigned user IDs and invite codes.
it_failed TYPE /AWS1/CL_WKRBTCUSERERRRSPITEM=>TT_BATCHUSERERRORRESPONSEITEMS TT_BATCHUSERERRORRESPONSEITEMS¶
A list of user creation attempts that failed, including error details explaining why each user could not be created.
Queryable Attributes¶
message¶
A message indicating the overall result of the batch operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
successful¶
A list of user objects that were successfully created, including their assigned user IDs and invite codes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
failed¶
A list of user creation attempts that failed, including error details explaining why each user could not be created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |