Open masewo opened 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).
Thanks for adding the issue. We did not add the v2 version yet, but will do soon
When running golangci-lint then I get following linter error:
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).