Reputation: 910
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
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