zitadel / zitadel-go

ZITADEL Go - The official client library of ZITADEL for an easy integration into your Go project.
https://zitadel.com
Apache License 2.0
73 stars 29 forks source link

DeactivateUser is deprecated #368

Open masewo opened 2 months ago

masewo commented 2 months ago

When running golangci-lint then I get following linter error:

SA1019: z.client.UserService().DeactivateUser is deprecated: please move to the corresponding endpoint under user service v2 (GA). (staticcheck)

I already migrated from the management service to the user service but I cannot find out how to use the user service v2 with this SDK (v3.0.1).

hifabienne commented 2 months ago

Thanks for adding the issue. We did not add the v2 version yet, but will do soon