0

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

adil hussain
  • 800
  • 4
  • 10

1 Answers1

1

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.

Eric Urban
  • 582
  • 2
  • 7