PUT api/users/{id}/copytomongo

Copies a specific user's data from SQL to MongoDB based on the provided user ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the user whose data should be copied to MongoDB.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK indicating the data was successfully copied. On failure: HTTP 400 Bad Request if the user is unauthorized or an error occurs during processing.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.