IAM: Adds the team creation endpoint in app platform (#111003)

* implement team creation for legacy store

* add generated code

* add basic integration test

* add new fields to get and list teams

* fix sql tests for teams

* register dual writer for team resource

* add generated code

* add more sql tests for team creation

* address feedback

* add integration tests
This commit is contained in:
Mihai Doarna
2025-09-18 14:43:07 +03:00
committed by GitHub
parent 975ba0bf8b
commit 9d9dca3208
35 changed files with 1441 additions and 114 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
SELECT id, uid, name, email, created, updated
SELECT id, uid, name, email, external_uid, is_provisioned, created, updated
FROM {{ .Ident .TeamTable }}
WHERE org_id = {{ .Arg .Query.OrgID }}
{{ if .Query.UID }}