Hello everyone, i am automating the creation of mail accounts in the domain of the company where I work. I have read the following documentation:
https://developers.google.com/admin-sdk/directory/v1/guides/manage-usersIn the IAM option ==> Service accounts I have generated a user with their API key and API controls added a new client.
I want to test the API and bring me all the company email accounts and in the documentation I see the following example:
I’ll use curl or httpie to bring me the API data, but I don’t know where to find the header value called "Token"
Need help to properly enable the use of the API? I don’t know how to enable OAuth 2.0 authentication.
Reegards,