mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
fix: check user is unique (#1678)
This commit is contained in:
@@ -3262,8 +3262,8 @@ This is an empty response
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| user_name | string | - | string.pattern: ^[^[:space:]]{1,200}$<br /> |
|
||||
| email | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| user_name | string | - | string.max_len: 200<br /> |
|
||||
| email | string | - | string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
@@ -4443,7 +4443,7 @@ This is an empty request
|
||||
|
||||
|
||||
### RemoveOrgIDPResponse
|
||||
This is an empty request
|
||||
This is an empty response
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user