mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 15:35:10 +00:00
docs(user): change some deprecated links (#8913)
# Which Problems Are Solved Some links are pointing to the deprecated API v1 # How the Problems Are Solved Change the link to the API V2 # Additional Changes For the moment, I don't have the time to add more links in the API v1 pages. Maybe later, when I will have time, I will add more links --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
c165ed07f4
commit
b65266907c
@ -6,7 +6,7 @@ The ZITADEL API has different possibilities to create users.
|
||||
This can be used, if you are building your own registration page.
|
||||
|
||||
Use the following API call to create your users:
|
||||
[Create User (Human)](/apis/resources/mgmt/management-service-import-human-user.api.mdx)
|
||||
[Create User (Human)](apis/resources/user_service_v2/user-service-add-human-user.api.mdx)
|
||||
|
||||
## With Username and Password
|
||||
|
||||
|
@ -472,7 +472,7 @@ service ManagementService {
|
||||
|
||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
summary: "Create/Import User (Human)";
|
||||
description: "Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.\n\nDeprecated: please use user service v2 AddHumanUser"
|
||||
description: "Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.\n\nDeprecated: please use user service v2 [AddHumanUser](apis/resources/user_service_v2/user-service-add-human-user.api.mdx)"
|
||||
tags: "Users";
|
||||
tags: "User Human"
|
||||
deprecated: true;
|
||||
|
Loading…
Reference in New Issue
Block a user