mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(scim): ensure scim users aren't created with their own org (#7595)
This commit is contained in:
+1
-1
@@ -1564,7 +1564,7 @@ CreateParameterRequest is a structure used to create a new parameter value for a
|
||||
| Name | Type | Required | Restrictions | Description |
|
||||
| ----------------- | ------ | -------- | ------------ | ----------- |
|
||||
| `email` | string | true | | |
|
||||
| `organization_id` | string | true | | |
|
||||
| `organization_id` | string | false | | |
|
||||
| `password` | string | true | | |
|
||||
| `username` | string | true | | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user