Activate a user's account
POST {{baseUrl}}/users/:id/activate
Activate a user's account
Request Body
{"newExpiration"=>{"neverExpires"=>"<boolean>", "expirationDate"=>"<dateTime>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-version | string | (Required) Specifies the version of the resource | |
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |