Excel Add-In for Dropbox

Build 25.0.9434

ImpersonateUserMode

Specifies the impersonation mode the provider uses when making API calls on behalf of a user or admin.

Possible Values

User, Admin, None

Data Type

string

Default Value

"None"

Remarks

This property determines whether the add-in impersonates a team user or team admin in Dropbox Business.

If this property is set to User, the add-in includes the Dropbox-API-Select-User header to act on behalf of the user specified in ImpersonateUserId.

If this property is set to Admin, the add-in uses the Dropbox-API-Select-Admin header to act with team admin privileges on behalf of the specified user.

If this property is set to None, the add-in does not include impersonation headers and connects as the authorized user tied to the access token.

This property is required to enable impersonation and must be used in conjunction with ImpersonateUserId.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434