Account
Activate an account
Activates the given account and deactivates all other accounts on the same platform within the space.
Base URL
https://app.usesaki.com/apipatch
/spaces/{space}/accounts/{account}/activateActivate an account
Activates the given account and deactivates all other accounts on the same platform within the space.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
accountrequiredintegerThe account ID
Response
curl -X PATCH "https://app.usesaki.com/api/spaces/{space}/accounts/{account}/activate" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{
"data": {
"id": 0,
"social": "string",
"display_name": "string",
"handler": "string",
"avatar": "string",
"is_active": true
}
}