This document reflects the state from API 1.0 (available from 20.04.2021)
Messages​
EmailQuery​
| Field | Type | Description | Validation |
|---|
| email | string | - | string.max_len: 200
|
| method | zitadel.v1.TextQueryMethod | - | enum.defined_only: true
|
FirstNameQuery​
| Field | Type | Description | Validation |
|---|
| first_name | string | - | string.max_len: 200
|
| method | zitadel.v1.TextQueryMethod | - | enum.defined_only: true
|
LastNameQuery​
| Field | Type | Description | Validation |
|---|
| last_name | string | - | string.max_len: 200
|
| method | zitadel.v1.TextQueryMethod | - | enum.defined_only: true
|
| Field | Type | Description | Validation |
|---|
| user_id | string | - | |
| details | zitadel.v1.ObjectDetails | - | |
| roles | repeated string | - | |
| preferred_login_name | string | - | |
| email | string | - | |
| first_name | string | - | |
| last_name | string | - | |
| display_name | string | - | |
| avatar_url | string | - | |
SearchQuery​
| Field | Type | Description | Validation |
|---|
| oneof query.first_name_query | FirstNameQuery | - | |
| oneof query.last_name_query | LastNameQuery | - | |
| oneof query.email_query | EmailQuery | - | |
| oneof query.user_id_query | UserIDQuery | - | |
UserIDQuery​
| Field | Type | Description | Validation |
|---|
| user_id | string | - | string.max_len: 200
|