v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Accounting Projects

Assign Team

Restrict a project to a specific team. 1-n teams can be assigned to a single project by calling this endpoint multiple times. If no team is assigned to the project its visible to all users independent of team membership.

post/accounting/projects/team/assign

Request body

organizationIdstring uuid required
projectIdstring uuid required
teamIdstring uuid required

Response

Accepted