Zilfu
API ReferenceAccounts

Activate an account

Activates the given account and deactivates all other accounts on the same platform within the space.

PATCH
/spaces/{space}/accounts/{account}/activate
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

account*integer

The account ID

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://zilfu.app/api/spaces/0/accounts/0/activate"
{
  "data": {
    "id": 0,
    "social": "string",
    "display_name": "string",
    "handler": "string",
    "avatar": "string",
    "is_active": true
  }
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}