GET api_v2/AccountUserSessions/GetAccountUserID?accountUserSessionID={accountUserSessionID}
Получить идентификатор пользователя по пользовательской сессии
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountUserSessionID | Идентификатор пользовательской сессии |
Define this parameter in the request URI. |
Response Information
Идентификатор пользователя
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>4ca0d56f-ff37-4fb0-8348-89b3c84af781</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "4ca0d56f-ff37-4fb0-8348-89b3c84af781" }