Grant Access to a Client Session
Grant a client session access to resources
Grants a client session access to one or more resources, such as Connect Webviews, user identities, and so on.
Request
Specify the resources that you want a client session to be able to access by including the corresponding parameters in the request body. You can also specify an existing client session ID if desired.
Request Body Parameters
client_session_id
String Optional
ID of the desired client session
user_identifier_key
String Optional
Your own internal user ID for the user to associate with the client session
connected_account_ids
Array of strings Optional
Array of IDs of the connected accounts to associate with the client session
connect_webview_ids
Array of strings Optional
Array of IDs of the Connect Webviews to associate with the client session
user_identity_ids
Array of strings Optional
Array of IDs of the user identities to associate with the client session
Sample Request
Response
Returns a client_session
containing the following properties:
token
Client session token associated with the client session
workspace_id
ID of the workspace that contains the client session
user_identifier_key
Your own internal user ID for the user
client_session_id
ID of the client session
created_at
Date and time at which the client session was created
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated