I can generate the token in Postman authentication, and use it but my requirement is to generate it in my automation tool dynamically for 100s of users.
Thanks for your response. Is it possible to handle this via API request? what will be the request format in such case?Just to make sure, It’s not for a web app but API, how is postman able to generate access token under authorization tab buy single token end point url?
I had another web app there I have no issue in token generation for the web app.
Body can be blank. Nothing else was required to generate token.
Refer the screenshot below to see how my API Post request header looks to generate token. No authorization request required separately any tool having a capability of sending post request can be used.