Hi there, I have checked the documentation and the existing discussions but could not find an answer to this.
I am researching to integrate Monday Oauth APIs for handling authentication to our system. We will use the access token for,
Handle authentication of our system
To sync user data with Monday Boards
Now the documentation state that I can request the scope, account:read which I guess I should able to get the user email, name etc.
However oauth success response returns only following details only ( According to the documentation )"
{
access_token,
token_type,
scope,
}
My question is how do I read the account details of this user ? I could not find an example for this. I have also checked the gql postman collection but it only has an query to get list of users.
How do I do a account:read do?