Revoke all personal access tokens for a user
Personal Access Tokens
Revoke all personal access tokens for a user
Revoke all personal access tokens belonging to the user with the given email. Requires tenant admin.
DELETE
Revoke all personal access tokens for a user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Email of the user whose personal access tokens should be revoked.
Example:
"alice@example.com"
Response
All personal access tokens for the user have been revoked.
The response is of type RevokeAllPersonalAccessTokenResponse · object.