Get current user information
Returns information about the user making the request.
Request
GET
https://api.forms.yandex.net/v1/users/me
Responses
200 OK
OK
Body
application/json
{
"id": 0,
"uid": "example",
"cloud_uid": "example",
"login": "example",
"display": "example",
"email": "example"
}
|
Name |
Description |
|
id |
Type: integer User ID |
|
cloud_uid |
Type: string User cloud UID Example: |
|
display |
Type: string User display name Example: |
|
|
Type: string User email Example: |
|
login |
Type: string User login Example: |
|
uid |
Type: string User Passport UID Example: |
Was the article helpful?
Previous
Next