cURL
curl --request GET \ --url https://localhost:8000/v1/users/{user_id}/sessions
{ "sessions": [ { "user_ids": [ "<string>" ], "session_id": "<string>", "group_id": "<string>", "agent_ids": [ "<string>" ] } ] }
Get all sessions for a particular user
A list of sessions for the specified user.
Show child attributes