Version 4.0.24.14
Web login session for the specified user.
Calls to this endpoint may be denied by Looker (Google Cloud core).
Request
GET
/users/{user_id}/sessions/{session_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
user_id
Id of user
session_id
Id of Web Login Session
query
Expand HTTP Query definition...
fields
Requested fields.
Response
200: Web Login Session
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id
ip_address
lock
IP address of user when this session was initiated
browser
lock
User's browser type
operating_system
lock
User's Operating System
city
lock
City component of user location (derived from IP address)
state
lock
State component of user location (derived from IP address)
country
lock
Country component of user location (derived from IP address)
credentials_type
lock
Type of credentials used for logging in this session
extended_at
lock
Time when this session was last extended by the user
extended_count
lock
Number of times this session was extended
sudo_user_id
lock
Actual user in the case when this session represents one user sudo'ing as another
created_at
lock
Time when this session was initiated
expires_at
lock
Time when this session will expire
url
lock
Link to get this item
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
403: Permission Denied
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link