GET api/users/UserImportData?row1={row1}
Placeholder endpoint for importing user data from a provided string input.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| row1 |
A string representing the user data to be imported (format TBD). |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a boolean `true` response. On failure: HTTP 400 Bad Request if an error occurs during execution.
booleanResponse Formats
application/json, text/json, application/scim+json
Sample:
true