PUT api/users/{id}/activate
Reactivates a previously deleted user and restores their most recent inactive role.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.