Upsert label-user mappings for a project.

Request shape: { "labels": [ { "id": 1, "users": ["[email protected]"] }, { "id": 2, "users": ["[email protected]"] } ] }

The provided users list becomes the source of truth per label (for this project):

  • Missing users are removed from the mapping.
  • New users are added.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!