Enable User

Enables a single user account record.

PUT /system/users/{userId}/enable

  • Does not accept filter and sort expressions.
  • This is an action API; no business data is returned or changed.

Headers

  • Authorization: Bearer {hash string returned from Auth}

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}