Log user out of all sessions

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

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
loginId
string
userId
string
Responses
200

OK

post/v1/mgmt/user/logout
Request samples