List of representatives

Returns a list of representatives who have been granted full access to the current user account.

Request syntax

GET https://api-metrika.yandex.net/management/v1/delegates
 ? [callback=<string>]
callbackCallback function that processes the API response.
callbackCallback function that processes the API response.

Response format


{
    "delegates" : [ {
        "user_login" :  < string > ,
        "created_at" :  < date > ,
        "comment" :  < string > 
    }, ... ]
}
Parameters Description
delegates List of representatives who have been granted full access to the current user account.
delegates
user_login

Login of the user to get full access to the current user account.

created_at

Date when the permission was granted in YYYY-MM-DD'T'hh:mm:ssZ format.

comment

Arbitrary comment. The maximum number of characters is 255.

Parameters Description
delegates List of representatives who have been granted full access to the current user account.
delegates
user_login

Login of the user to get full access to the current user account.

created_at

Date when the permission was granted in YYYY-MM-DD'T'hh:mm:ssZ format.

comment

Arbitrary comment. The maximum number of characters is 255.