fix(scim): ensure scim users aren't created with their own org (#7595)

This commit is contained in:
Colin Adler
2023-05-18 20:54:45 -04:00
committed by GitHub
parent 0b15b1bcd1
commit dd5b0b2721
8 changed files with 105 additions and 26 deletions

1
coderd/apidoc/docs.go generated
View File

@ -7044,7 +7044,6 @@ const docTemplate = `{
"type": "object",
"required": [
"email",
"organization_id",
"password",
"username"
],