v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Users

Activate a user

Activating a previously suspended user allows them to signin again. Users that are activated will cause billing totals to be re-calculated in the hosted version.

post/users.activate

Request body

idstring uuid required

Unique identifier for the user.

Response

OK

Example response

{
  "data": {
    "name": "Jane Doe"
  }
}