Sign out every user currently affected by this SSO profile, except the caller. Non-SSO sessions are untouched.
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/sso/profiles/{profile_id}/sessions \
--header 'Authorization: Bearer <token>'{
"revoked": 123
}Was this page helpful?
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/sso/profiles/{profile_id}/sessions \
--header 'Authorization: Bearer <token>'{
"revoked": 123
}