adil hussain
adil hussain

Reputation: 910

Authenticated User Access Permission for Bing Ads Api

Is there any way to retrieve the permissions of the currently authenticated user (access_token) as they relate to the specified bing ads account.

Upvotes: 0

Views: 306

Answers (1)

Eric Urban
Eric Urban

Reputation: 602

You can call the GetUser operation with UserId set to nil. This will return the role for the customer and accounts that the current authenticated user (per the provided access token) can access.

Upvotes: 1

Related Questions