Last updated 5 months ago
Was this helpful?
The identifier of the user whose sessions are to be listed.
Session authentication token.
V1 Detailed Sessions Record.
GET /pod/v1/users/{uid}/sessions HTTP/1.1 Host: yourpodURL.symphony.com sessionToken: text Accept: */*
OK
{ "sessions": [ { "sessionId": "text", "clientIp": "text", "userId": 1, "userAgent": "text", "browser": "text", "os": "text", "device": "text", "deviceHash": "text", "creationTime": 1, "expirationDelay": 1 } ] }