Skip to main content
POST
/
user
/
activate
/
{id}
cURL
curl --request POST \
  --url https://{portalApiUrl}/user/activate/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.illuxi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of user to activate

Response

user activated

status
boolean