Grant Access to a Client Session
Grant a client session access to resources
Last updated
Was this helpful?
Grant a client session access to resources
Last updated
Was this helpful?
Grants a client session access to one or more resources, such as Connect Webviews, , and so on.
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.
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
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.
Array of IDs of the to associate with the client session
Grants a client session access to one or more resources, such as Connect Webviews, user identities, and so on.
ID of the client session to which you want to grant access to resources.
Your user ID for the user that you want to associate with the client session.
IDs of the connected accounts that you want to associate with the client session.
IDs of the Connect Webviews that you want to associate with the client session.
IDs of the user identities that you want to associate with the client session.