Skip to main content
POST
/
v1
/
managed_users
/
revoke_session
Revoke a managed user's sessions
curl --request POST \
  --url https://api.notion.com/admin/v1/managed_users/revoke_session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Notion-Version: <notion-version>' \
  --data '
{
  "user": {
    "email": "<string>",
    "type": "<string>"
  }
}
'
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.notion.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

status
string
required
Allowed value: "revoked"