Updating user attributes for cookieless embed session

Currently, we are using the /embed/cookieless_session/acquire endpoint to create embed sessions for our users. It is mentioned in the documentation that if we pass a session_reference_token along within the call, it will not update user attribute values. However, we still want the user attributes such as locale or timezone within the session to be updated as soon as possible as it affects user experience. Is there a way to update those attributes immediately?

1 Like