v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
admin_users

Revoke auth token for user.

Revokes the given auth token (device) for the user. User of issued auth token (device) will no longer be logged in and will be required to authenticate again upon next activity. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action users.authtoken:update and scope global.users:*.

post/admin/users/{user_id}/revoke-auth-token

Path parameters

user_idinteger required

Request body

authTokenIdinteger

Response

An OKResponse is returned if the request was successful.

messagestring