Add all active people on a business team to a project.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Business team identifier (BusinessTeamId); all active team members with a user account are considered.
Headers
Request
Optional flags for default access (e.g. editor vs collaborator) for newly added members.
When true, new teammates receive editor-level access (subject to workspace role rules). When false, they receive collaborator access (again subject to role rules, e.g. guests).
Response
True if the API call succeeded; false otherwise.