Pular para o conteúdo principal

List My Stakeholder Cards

GET 

/api/v1/cards/my-stakeholder

Cards on which the target user holds at least one stakeholder role.

Defaults to the current user so the legacy GET /cards/my-stakeholder (no query params) keeps powering the Workspace → "My roles" dashboard section without changes.

Pass ?user_id=<uuid> to look up another user's stakeholder portfolio — the Workspace section reuses this to offer a "view as another user" picker. Cross-user lookups require stakeholders.view.

Returns cards plus a roles_by_card_id map keyed by card id, where each entry is a list of role descriptors {key, label, color, translations} resolved from the matching StakeholderRoleDefinition for the card's type. The frontend uses label + translations to render a localised role chip per role.

Request

Responses

Successful Response