List Sessions
Path parameters
uidstringRequired
The identifier of the user whose sessions are to be listed.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
204
No user found.
400
Client error.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/users/{uid}/sessionsLast updated
Was this helpful?