Skip to main content

Logout user

Endpoint URL

POST /api/v2/users/:id/logout

Logout user

Logs out a specific user from the portal by terminating their active session. To successfully log out a user, provide the user’s unique ID in the request. If the request is valid and the user exists, the system immediately invalidates the user’s current session and logs them out of the portal.

Request