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, user identities, 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
connect_webview_ids
Array of strings Optional
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
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
Array of IDs of the to associate with the client session
Array of IDs of the to associate with the client session
ID of the that contains the client session