<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

DropBox Group Push Error: "All Users must be an active Team members"

Okta Integration Network
Okta Classic Engine
Okta Identity Engine

Overview

Dropbox group push flow fails with the following error visible in the Okta dashboard:

Changes to the Group push mapping for the group "Group Name" could not take effect due to error: Error while updating user group membership for group Recruiting - Dropbox: Errors during execution: Error executing updateGroup: All Users must be an active Team members. Error Code: null

Applies To

  • Dropbox
  • Push Groups
  • Provisioning
  • Error

Solution

Most of the time, one of the pushed users is not "Active" on the Dropbox side. The error returned by Dropbox has no specifics to indicate who is the problematic user. Make sure all members of the affected Push Group are marked as "Active" within the Dropbox Administration console. If they are active check the rest of this article.

Troubleshooting steps

  1. Add the users one by one to the push group until a user breaks the group push.
  2. Get the application user external ID value for that specific user in Okta by clicking on the pencil icon from the Assignment tab of the DropBox integration.

Edit Application Assignment

  1. Use the Dropbox API to query that user team member ID (dbmid:External ID).

  2. The API response should look like this:

    {"status":200,"headers":{},"result": [{".tag":"id_not_found","id_not_found":"dbmid:External ID"}]}

  3. The user's team_member_id is invalid in Dropbox, but at the same time is associated to an Okta user.

  4. This Okta API can be used to retrieve the external ID's of all users assigned to Dropbox in Okta and then compare that against a full export from Dropbox to identify where the ID's do not match.

  5. Remove the affected users from the Dropbox integration, add them back, and push the group again.

Please contact Dropbox support for more details if needed.

Loading
Okta Support - DropBox Group Push Error: "All Users must be an active Team members"