Invalidate user access tokens

Removes all existing access grants issued to the user. This endpoints removes all access tokens, refresh tokens, and refresh secrets issued to the user.

Recipes
Invalidate user access grants
Open Recipe
Form Data
integer

Unique identifier of the user record. This member is optional if you specify the uuid member or the key_attribute member.

string

Name of a unique attribute in the schema. This member is required unless you use the uuid member or the id parameter. If you use key_attribute to locate a user account your operation also needs to use the key_value member. The key_attribute member specifies the attribute you're searching on and key_value specifies the value you're searching for.

string

Value assigned to the key_attribute member. The key_attribute member provides a way to locate a user account without using the id member or the uuid member. Enclose any string values in quotes.

string

Unique identifier of the user record. Required unless you use the id member or the key_attribute member.

Response

Response body
object
string

Status of the operation.

OK ERROR FAIL

Language
Authentication
URL