GET api_v2/AccountUserSessions/GetUserPropertiesByToken?token={token}
Получить свойства пользователя для заданного токена сессии.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token | Токен сессии пользователя |
Define this parameter in the request URI. |
Response Information
Возвращает свойства пользователя, если они доступны или ошибку в противном случае
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>f5e43036-639d-4f5e-a709-5c8742599057</AccountUserID> <AccountID>3d750fb8-ef78-4b82-b0c0-3d6407bbf764</AccountID> <Login>sample string 3</Login> <Email>sample string 4</Email> <FullPhoneNumber>sample string 5</FullPhoneNumber> <FirstName>sample string 6</FirstName> <LastName>sample string 7</LastName> <MiddleName>sample string 8</MiddleName> <CorpUserID>ac847337-c72c-4f07-a26e-217544bc9191</CorpUserID> <CorpUserSyncStatus>sample string 9</CorpUserSyncStatus> <Removed>true</Removed> <CreationDate>sample string 11</CreationDate> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "f5e43036-639d-4f5e-a709-5c8742599057", "AccountID": "3d750fb8-ef78-4b82-b0c0-3d6407bbf764", "Login": "sample string 3", "Email": "sample string 4", "FullPhoneNumber": "sample string 5", "FirstName": "sample string 6", "LastName": "sample string 7", "MiddleName": "sample string 8", "CorpUserID": "ac847337-c72c-4f07-a26e-217544bc9191", "CorpUserSyncStatus": "sample string 9", "Removed": true, "CreationDate": "sample string 11" }