v1
latestOpenAPI 3.1.02026-07-24440202.2 KBSet activation
Turn on or off an account’s authentication token
get/bearerauthentication/setactivation_42Q_v1
Query parameters
UserEmailstring required
The email address of an Orange Logic user.
Activationboolean required
Enter a Boolean value to represent the activation state of the user’s bearer token.<br><strong>Example</strong>: Enter <code>on</code>, <code>true</code>, <code>yes</code>, <code>y</code>, or <code>1</code> to activate a token. Enter <code>off</code>, <code>false</code>, <code>no</code>, <code>n</code>, or <code>0</code> to deactivate a token.
Response
200
Example response
{
"success": true
}