All updates from Trello
Trello logo

Trello

Trello is the flexible work management tool where teams can ideate plans, collaborate on projects, organize workflows, and track progress in a visual, productive, and rewarding way.

3 updates this yearCurated by Recently
DeprecationSeptember 15, 2025

Trello SCIM API endpoints deprecated — migrate to the REST API

The Trello SCIM API endpoints /scim/v2/users and /scim/v2/groups are deprecated as of December 10, 2025 — migrate to the REST API.

On or after December 10, 2025, the following SCIM endpoints are deprecated:

  • /scim/v2/users
  • /scim/v2/groups

Migration path

Use these Trello REST API endpoints instead:

  • enterprises/{id}/members/query — retrieve enterprise member information
  • members/{id} — retrieve individual member information
  • enterprises/{id}/organizations — retrieve organizations
  • boards/{id}/memberships — retrieve board memberships

Full release notes on developer.atlassian.com

Read full notes