Skip to main content

Add a team document

POST 

/userApi/fleets/groups/:group/documents

Adds a document in the team document context for the current organization. This endpoint uploads a file and creates a document record for the specified team.

Use multipart/form-data. Nested fields and subscribers values use bracket-style form keys (for example, fields[125][value], subscribers[users][]).

Request

Responses

Returns the created document when success: true. Validation failures return HTTP 200 with success: false and error details.