Add assets (cars) to a team
POST/userApi/fleets/groups/:group/cars
Adds assets (cars) to a team in the current organization. Provide a list of asset (car) IDs in cars. When an asset is added to a non-default team, the API removes that asset from the organization's default team if it is currently assigned there.
Request
Responses
- 200
- 401
- 403
Returns success: true when the request succeeds. Validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.