PUT api/users/{id}/activate

Reactivates a previously deleted user and restores their most recent inactive role.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the user to be reactivated.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK indicating the user was successfully reactivated. On failure: HTTP 400 Bad Request if an error occurs during the activation process.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.