> For the complete documentation index, see [llms.txt](https://docs.toolregistry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toolregistry.ai/api-documentation/user.md).

# User

## Revoke all tokens for a user

> Revokes all tokens associated with the specified user ID

```json
{"openapi":"3.0.0","info":{"title":"toolregistry.ai API","version":"1.0"},"servers":[{"url":"https://api.toolregistry.ai"}],"security":[{}],"paths":{"/v1/users/{userId}/revoke-all":{"post":{"description":"Revokes all tokens associated with the specified user ID","operationId":"UserController_revokeAll","parameters":[{"name":"userId","required":true,"in":"path","description":"The user ID whose tokens will be revoked","schema":{"type":"string"}}],"responses":{"201":{"description":"Users tokens revoke triggered"},"401":{"description":"Unauthorized - invalid API key"}},"summary":"Revoke all tokens for a user","tags":["User"]}}}}
```
