Obtaining information on the authorized user

To work with this method, the user must be authorized.

Using the api/oas/user method it is possible to obtain user information such as user ID, account ID, login, does the user have “administrator rights” (true / false), platform information, and other identifiers.

URL

Method

GET

URL query

/api/oas/user

Headers

Authorization

SID - token obtained during authorization

Content-Type

application/json

RESPONSE

User information is transmitted in the body of the response (object User).