Last updated 3 months ago
Was this helpful?
/v1/users/{uid}/sessions
The identifier of the user whose sessions are to be listed.
Session authentication token.
curl -L \ --url 'yourpodURL.symphony.com/pod/v1/users/{uid}/sessions'
{ "sessions": [ { "sessionId": "text", "clientIp": "text", "userId": 1, "userAgent": "text", "browser": "text", "os": "text", "device": "text", "deviceHash": "text", "creationTime": 1, "expirationDelay": 1 } ] }