Logout All Sessions

Ends all sessions for the user identified by {uid}.

post
Path parameters
uidstringRequired

The identifier of the user whose sessions are to be terminated.

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200
OK
application/json
post
POST /pod/v1/users/{uid}/sessions/logout HTTP/1.1
Host: yourpodurl.symphony.com
sessionToken: text
Accept: */*
{
  "format": "TEXT",
  "message": "Success"
}

Last updated

Was this helpful?