mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
fix: rename to given and family name (#6152)
* fix: rename to given and family name * fix: rename to given and family name * fix: rename to given and family name
This commit is contained in:
@@ -36,9 +36,9 @@ The first parameter contains the following fields
|
||||
- `appendMetadata(string, Any)`
|
||||
The first parameter represents the key and the second a value which will be stored
|
||||
- `setFirstName(string)`
|
||||
Sets the first name
|
||||
Sets the given name
|
||||
- `setLastName(string)`
|
||||
Sets the last name
|
||||
Sets the family name
|
||||
- `setNickName(string)`
|
||||
Sets the nickname
|
||||
- `setDisplayName(string)`
|
||||
@@ -75,9 +75,9 @@ A user selected **Register** on the overview page after external authentication.
|
||||
- `metadata`
|
||||
Array of [*metadata*](./objects#metadata-with-value-as-bytes). This function is deprecated, please use `api.v1.user.appendMetadata`
|
||||
- `setFirstName(string)`
|
||||
Sets the first name
|
||||
Sets the given name
|
||||
- `setLastName(string)`
|
||||
Sets the last name
|
||||
Sets the family name
|
||||
- `setNickName(string)`
|
||||
Sets the nick name
|
||||
- `setDisplayName(string)`
|
||||
|
@@ -96,13 +96,13 @@ curl --request POST \
|
||||
"idpId": "218528353504723201",
|
||||
"rawInformation": {
|
||||
"User": {
|
||||
"email": "fabienne@rootd.ch",
|
||||
"email": "minni@mouse.com",
|
||||
"email_verified": true,
|
||||
"family_name": "Bühler",
|
||||
"given_name": "Fabienne",
|
||||
"hd": "rootd.ch",
|
||||
"family_name": "Mouse",
|
||||
"given_name": "Minnie",
|
||||
"hd": "mouse.com",
|
||||
"locale": "de",
|
||||
"name": "Fabienne Bühler",
|
||||
"name": "Minnie Mouse",
|
||||
"picture": "https://lh3.googleusercontent.com/a/AAcKTtf973Q6NH8KzKTMEZELPU9lx45WpQ9FRBuxFdPb=s96-c",
|
||||
"sub": "111392805975715856637"
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<td><strong>Basic data</strong></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Surname and first name</li>
|
||||
<li>Family and given name</li>
|
||||
<li>Email addresses</li>
|
||||
<li>User name</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user