For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dropbox Sign WebSDKsSign Up
DocumentationAPIChangelog
DocumentationAPIChangelog
  • API Quickstart
  • API Reference
    • Welcome
    • Authentication
    • Account
    • Signature Request
    • Template
    • Bulk Send Job
    • Report
    • Team
      • GETGet Team
      • GETGet Team Info
      • GETList Team Members
      • GETList Sub Teams
      • POSTCreate Team
      • PUTUpdate Team
      • DELDelete Team
      • PUTAdd User to Team
      • POSTRemove User from Team
    • Unclaimed Draft
    • Embedded
    • API App
    • Fax
    • Fax Line
  • Manual Reference Pages
    • Warnings and Errors
    • Constants
    • Search
    • Premium Branding
    • Expiration
LogoLogo
Dropbox Sign WebSDKsSign Up
On this page
  • Team Endpoints
API Reference

Team

||View as Markdown|
Was this page helpful?
Previous

Create Report

Next

Get Team

Built with

Team endpoints give administrators the ability to programmatically manage their team. The data inside the Team object gives admins valuable insight into current team members, outstanding invites, and remaining signature requests the team has left in their quota.

For more information about team roles on API Plans, this Help Center article: Team roles on Api plans can be a helpful resource for better understanding how users can interact with the API based on team role.

Team Endpoints

SummaryEndpointDescription
Get TeamGET
/team
Returns information about your Team as well as a list of its members.
Get Team Info/team/infoProvides information about a team.
List Team Members/team/members/{team_id}Provides a paginated list of members (and their roles) that belong to a given team.
List Sub Teams/team/sub_teams/{team_id}Provides a paginated list of sub teams that belong to a given team.
Create Team/team/createCreates a new Team and makes you a member.
Update TeamPUT
/team
Updates the name of your Team.
Delete Team/team/destroyDeletes your Team.
Add User to Team/team/add_memberInvites a user (specified using the email_address parameter) to your Team.
Remove User from Team/team/remove_memberRemoves the provided user Account from your Team.