Table of Contents |
---|
Method searches user in oAuth.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl -X GET -H "Content-Type: application/json" |
Authorize
- Verify the validity of access token
- Check user scop in order to perform this action
- In case error - return 401 error
Get email from employee request
...