zitadel/internal/api/grpc/user/v2
Stefan Benz 0416153e8e
fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593)
Add organizationID as query for ListUsers and clean up the deprecated Organisation attributes in other queries.

This PR removes the following fields from API requests (user service v2):

organisation from AddHumanUser (deprecated some time ago, organization still exists)
organization from GetUserByID

(cherry picked from commit 319ebe7898)
2024-03-21 13:00:37 +01:00
..
email_integration_test.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
email.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
otp_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
otp.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
passkey_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
passkey_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
passkey.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
password_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
password_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
password.go fix: set userAgentID in password change event if available (#7319) 2024-01-30 15:36:34 +01:00
phone_integration_test.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
phone.go feat: add implementation for resend of email and phone code (#7348) 2024-02-14 07:22:55 +00:00
query_integration_test.go fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 13:00:37 +01:00
query.go fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 13:00:37 +01:00
server.go feat: user v2 service query (#7095) 2024-01-17 10:00:10 +01:00
totp_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
totp_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
totp.go fix(api): use (provided) organisation instead of resourceOwner of caller (#6714) 2023-10-12 10:00:36 +02:00
u2f_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
u2f_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
u2f.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
user_integration_test.go fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 13:00:37 +01:00
user_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
user.go perf: user grant owner removed (#6962) 2024-01-08 15:26:30 +00:00