Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Specification


Apiary
PATCH mithril/api/users/{id}/actions/unblock
Scopeuser:unblock

Purpose

Unblock user (via Admin-console).

Request parameters

  • user_id
  • reason

Logic WS

  • Validate token & scope
  • Validate user id & user status (is_active)
  • Update user (set values) by $.user_id
    • is_blocked = FALSE
    • block_reason = $.block_reason
    • update_at = now()
  • Return 200

Response

  • 200 if user successful unblock  + user_object_view
  • 4xx in other case