Skip to content

POST/api/v1/tenant/users/{userId}/reactivate

Parameters 1

NameTypeDescription
userIdrequiredpath · integer

ReturnsResponseTenantUserView

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "userId": 0,
    "email": "string",
    "name": "string",
    "roles": [
      "string"
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure