POST
/v1/mgmt/user/logout

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

loginId?string
userId?string
sessionTypes?array<string>
string

Log a user out of all sessions, using a valid management key.

This API endpoint allows you to log a user out of all active sessions.

See also

curl -X POST "https://api.descope.com/v1/mgmt/user/logout" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?