Skip to main content
POST
Revoke a managed user's sessions
The organization bot token must have the following scopes:
  • managed-user-session:write

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Body

application/json
user
object
required

The managed user whose active sessions should be revoked.

Response

status
string
required

Confirms that the user's active sessions were revoked.

Allowed value: "revoked"