Get a Client Session
Get a specified client session
Returns a specified client session.
Request
Specify the desired client session by including the corresponding client_session_id
or user_identifier_key
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Optional | ID of the desired client session. |
| String Optional | Your own internal user ID for the user associated with the client session to retrieve. |
Sample Request
Response
Returns a client_session
containing the following properties:
Property | Description |
---|---|
| ID of the workspace that contains the client session |
| Client session token associated with the client session |
| Your own internal user ID for the user |
| Date and time at which the client session was created |
| ID of the client session |
| Number of devices to which the client session grants access |
| Array of connected account IDs associated with this client session |
| Array of Connect Webview IDs associated with the client session |
| Array of user identity IDs on behalf of which which the client session may act |
Sample Response
Last updated