mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
feat: allow import of federated users in ImportHumanUser (#4675)
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
@@ -5408,6 +5408,7 @@ This is an empty response
|
||||
| password_change_required | bool | - | |
|
||||
| request_passwordless_registration | bool | - | |
|
||||
| otp_code | string | - | |
|
||||
| idps | repeated ImportHumanUserRequest.IDP | - | |
|
||||
|
||||
|
||||
|
||||
@@ -5436,6 +5437,19 @@ This is an empty response
|
||||
|
||||
|
||||
|
||||
### ImportHumanUserRequest.IDP
|
||||
|
||||
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| config_id | string | internal id of the IDP in ZITADEL | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| external_user_id | string | id of the user on the IDP | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| display_name | string | (display) name of the user on the IDP | string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
|
||||
### ImportHumanUserRequest.Phone
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user