Forum Discussion
Nastya_Khovrina
Alumni
9 years agoHi,
Thank you for your post.
Currently, the Internal browser opens with the existing (current) session, so you cannot re-log in with different credentials - the access token returned by the server will still be for the previous user (profile). We have a corresponding task in our backlog to fix this behavior.
A workaround for the issue is restating Ready! API.So, the process can be the following:
1. Write a script to get a token for your request and specify different credentials for the first and for the second user.
2. Run the script for the first user and get an access token.
3. Restart Ready! API and run the script for the second user.