Force Logout
The API only allows to force logout a user.
#
Forced LogoutAfter logging out, the user will be redirected to the initial URL on its next interaction with the system.
API endpoint: POST
https://naciondigital.com/api/v1/users/{user.id}/force-logout/
The endpoint receives as user identifier the ID or the external_id. Keep in mind that in the case the external-auth-token
is used then the external_id is the UUID contained in the token.