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.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_session_idstringOptional
ID of the client session to which you want to grant access to resources.
user_identifier_keystringOptional
Your user ID for the user that you want to associate with the client session.
connected_account_idsstring[]Optional
IDs of the connected accounts that you want to associate with the client session.
connect_webview_idsstring[]Optional
IDs of the Connect Webviews that you want to associate with the client session.
user_identity_idsstring[] · min: 1 · max: 1OptionalDeprecated
IDs of the user identities that you want to associate with the client session.
user_identity_idstringOptional
ID of the user identity that you want to associate with the client session.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/client_sessions/grant_accessRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

