|
Access the Dropbox Business API with managed OAuth authentication. Manage team administration including members, groups, team folders, devices, linked apps, and audit logs.
CODEBLOCK0
CODEBLOCK1
Replace {endpoint-path} with the actual Dropbox Business API endpoint path. The gateway proxies requests to api.dropboxapi.com and automatically injects your OAuth token.
IMPORTANT: Dropbox Business API uses POST for almost all endpoints, including read operations. Request bodies should be JSON (use null for endpoints with no parameters).
All requests require the Maton API key in the Authorization header:
CODEBLOCK2
Environment Variable: Set your API key as MATON_API_KEY:
CODEBLOCK3
Manage your Dropbox Business OAuth connections at https://ctrl.maton.ai.
CODEBLOCK4
CODEBLOCK5
Response:
CODEBLOCK6
Open the returned url in a browser to complete OAuth authorization.
CODEBLOCK7
If you have multiple Dropbox Business connections, specify which one to use with the Maton-Connection header:
CODEBLOCK8
If omitted, the gateway uses the default (oldest) active connection.
Retrieves information about the team including license usage and policies.
CODEBLOCK9
Response:
CODEBLOCK10
Query team feature availability.
CODEBLOCK11
Response:
CODEBLOCK12
Get info about the currently authenticated admin.
CODEBLOCK13
Response:
CODEBLOCK14
CODEBLOCK15
Returns members with roles information (recommended).
CODEBLOCK16
Response:
CODEBLOCK17
CODEBLOCK18
CODEBLOCK19
Returns member with roles information (recommended).
CODEBLOCK20
Response:
CODEBLOCK21
Member Selectors:
CODEBLOCK22
CODEBLOCK23
CODEBLOCK24
CODEBLOCK25
CODEBLOCK26
Send or resend welcome email to pending members.
CODEBLOCK27
Update member profile information.
CODEBLOCK28
CODEBLOCK29
CODEBLOCK30
Change a member's admin role.
CODEBLOCK31
CODEBLOCK32
CODEBLOCK33
CODEBLOCK34
CODEBLOCK35
Response:
CODEBLOCK36
CODEBLOCK37
CODEBLOCK38
CODEBLOCK39
CODEBLOCK40
CODEBLOCK41
Response:
CODEBLOCK42
CODEBLOCK43
Note: System-managed groups (like "Everyone at...") cannot be updated.
CODEBLOCK44
For async group operations.
CODEBLOCK45
CODEBLOCK46
Response:
CODEBLOCK47
CODEBLOCK48
CODEBLOCK49
CODEBLOCK50
CODEBLOCK51
CODEBLOCK52
Activate an archived team folder.
CODEBLOCK53
CODEBLOCK54
Response:
CODEBLOCK55
CODEBLOCK56
Response:
CODEBLOCK57
CODEBLOCK58
Response:
CODEBLOCK59
CODEBLOCK60
CODEBLOCK61
CODEBLOCK62
CODEBLOCK63
Response:
CODEBLOCK64
CODEBLOCK65
CODEBLOCK66
CODEBLOCK67
CODEBLOCK68
List users excluded from automatic backup.
CODEBLOCK69
CODEBLOCK70
Response:
CODEBLOCK71
CODEBLOCK72
CODEBLOCK73
CODEBLOCK74
Response:
CODEBLOCK75
Event Categories:
apps - Third-party app eventsCODEBLOCK76
To access files on behalf of a team member, use the Dropbox-API-Select-User header with the member's teammemberid. This allows admin applications to access member files, shared folders, and file requests.
CODEBLOCK77
CODEBLOCK78
CODEBLOCK79
Note: The Dropbox-API-Select-User header requires the team_data.member scope. Use this to operate on user-level endpoints (files, sharing, etc.) on behalf of team members.
Dropbox Business uses cursor-based pagination. List endpoints return a cursor and has_more field.
Initial Request:
CODEBLOCK80
Response:
CODEBLOCK81
Continue with cursor:
CODEBLOCK82
CODEBLOCK83
CODEBLOCK84
null as the request body.tag to indicate the type (e.g., {".tag": "email", "email": "..."}).tag with email, team_member_id, or external_id to identify membersDropbox-API-Select-User with teammember_id to access user-level endpoints (files, sharing) on behalf of membersmembers/list_v2, members/get_info_v2) for enhanced responses with roles informationteam/reports/get_activity, get_devices, get_membership, get_storage) are deprecatedjq or other commands, environment variables like $MATON_API_KEY may not expand correctly in some shell environments| Status | Meaning |
|---|---|
| 400 | Bad request or invalid parameters |
| 401 |
CODEBLOCK85
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 dropbox-business-1776420002 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 dropbox-business-1776420002 技能
skillhub install dropbox-business-1776420002
文件大小: 7.34 KB | 发布时间: 2026-4-17 19:29