POST api_v2/AccountUserSessions/LoginByEmail
Выполнить вход в облако по средствам электронной почты/пароля Создается запись с новой сессией пользователя.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметры входа |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Email>sample string 1</Email> <Password>sample string 2</Password> </Request>
application/json, text/json
Sample:
{ "Email": "sample string 1", "Password": "sample string 2" }
Response Information
Идентификатор созданной сессии. SessionToken
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountToken>00d61799-60a6-401b-8cad-2e0f23c3e999</AccountToken> </Result>
application/json, text/json
Sample:
{ "AccountToken": "00d61799-60a6-401b-8cad-2e0f23c3e999" }