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:
Titouan-joseph Cicorella
2024-11-21 14:26:39 +01:00
committed by GitHub
parent c165ed07f4
commit b65266907c
2 changed files with 2 additions and 2 deletions

View File

@@ -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. This can be used, if you are building your own registration page.
Use the following API call to create your users: 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 ## With Username and Password

View File

@@ -472,7 +472,7 @@ service ManagementService {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = { option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
summary: "Create/Import User (Human)"; 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: "Users";
tags: "User Human" tags: "User Human"
deprecated: true; deprecated: true;