527697
5276972mo ago

Missing information in event on zitadel

Use-case: I'm trying to manage an application who doesn't have OIDC and SAML on the free version. Environment: Zitadel self hosting Version:3.3.0 Stack:It's a feature request to add user id on delete and deactivate event with Action V2 Context:I'm trying to manage the user of an application that doesn't support OIDC and SAML on the free version but have a management API. I've setup and endpoint that can manage when an event on user (created, updated...) and make the right API call on the application. What you expected to happen:I was expecting, with action V2, when zitadel send the information to the endpoint, when deleting or deactivating a user, to have the UserID of the concernced user. What went wrong: When listening to the information that ZItadel share when deleting a user, i just have the userID of the user who delete the account. I need the user ID of the user who is deleted so i can make the api call to delete the user in the application. Attachements:
{"aggregateID":"xxxx","aggregateType":"user","resourceOwner":"xxxx","instanceID":"xxxx","version":"v2","sequence":13,"event_type":"user.deactivated","created_at":"xxxx",
"userID":"ID of the user who deactivated the user","event_payload":{}}
{"aggregateID":"xxxx","aggregateType":"user","resourceOwner":"xxxx","instanceID":"xxxx","version":"v2","sequence":13,"event_type":"user.deactivated","created_at":"xxxx",
"userID":"ID of the user who deactivated the user","event_payload":{}}
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?