mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
# Which Problems Are Solved Adds support for returning CreateUser/UpdateUser action payloads from RetrieveIdentityProviderIntent so Actions v2 can update user metadata (and other fields) using the v2 user APIs, ensuring parity with user creation using Actions v2. # How the Problems Are Solved By: - deprecating `AddHumanUser` and `UpdateHumanUser` fields in `RetrieveIdentityProviderIntentResponse` - adding a oneof field called `UserAction` with `CreateUser` and `UpdateUser` fields to support user creation/update - setting `UserAction` in the `RetrieveIdentityProviderIntentResponse` for user creation/update # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11369 - Follow-up for PRs https://github.com/zitadel/zitadel/pull/11719, https://github.com/zitadel/zitadel/pull/11747 - Actions V2 example docs will be updated in a follow-up PR --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>