Undelete a 'UserProfile' by id
POST/user-profile/undelete/:id
Undeletes a single 'UserProfile' entity (only if the entity type supports soft-deletion). Returns a full undeleted entity including (optional) deletion metadata.
Request
Responses
- 200
- 4XX
- 5XX
Returns a single UserProfile
The request failed because invalid request parameters or data were supplied or access was denied.
The request failed because an error occurred during processing of the request.