v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
users

Reactivate a user. Can be called after calling delete on a user to allow them to access the community again.

post/users/reactivate

Request body

emailstring email required

The email of the user to reactivate. If no user with the provided email exists, will return a 404 response.

Example request

{
  "email": "dmoney@scrutefarms.com"
}

Response

Successful response