Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Image RemovedImage Added

Method searches user in oAuth.

...

Code Block
languagexml
titleSample Request
collapsetrue
curl -X GET -H "Content-Type: application/json"

Authorize

  1. Verify the validity of access token
  2. Check user scop in order to perform this action
    1. In case error - return 401 error

Get email from employee request

...