From 5507c6e0e620df48d9051a20832302e1da12aa38 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Mon, 23 Sep 2024 15:45:31 +0530 Subject: [PATCH 1/2] Add Project API and BYOIDP references. --- content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md b/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md index c5e181312a0..9067b544cdd 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md @@ -9,7 +9,9 @@ deprecated: true ## Introduction {{% alert color="warning" %}} -This API is deprecated. If you are currently using this API or intend to start using it, please look at, and contribute to, [this idea in the Mendix Community](https://community.mendix.com/link/space/user-experience/ideas/3962). This will allow us to understand your use case and will help us to prioritize a new API that is fit for purpose. +This API is deprecated. If you are currently using this API or intend to start using it, please look at, and contribute to [this idea in the Mendix Community](https://community.mendix.com/link/space/user-experience/ideas/3962). This will allow us to understand your use case and will help us to prioritize a new API that is fit for purpose. + +Alternatively, you can consider using the [Project API](/apidocs-mxsdk/apidocs/projects-api/), which provides similar functionality for managing users on the platform. It is not fully equivalent but it can serve as a viable option for many use cases. Additionally, if you are using BYOIDP, you can control platform users by creating a Mendix platform users group in your IdP. For more information, see [Set Up an SSO (BYOIDP)](/control-center/security/set-up-sso-byoidp/). {{% /alert %}} The User Management API allows your company's user management systems to integrate with the Mendix Platform. Through this API, you can create and manage user accounts in your company. Additionally you can create and manage groups. In the Mendix Platform, you can define group policies for groups which grant access to your company's applications to their members. From 7df959f188e70ef0c3a88712f4e56d5b8a69eb02 Mon Sep 17 00:00:00 2001 From: Karuna-Mendix Date: Wed, 25 Sep 2024 13:36:21 +0530 Subject: [PATCH 2/2] correction --- content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md b/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md index 9067b544cdd..34e3692a8ed 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/user-management-api.md @@ -11,7 +11,7 @@ deprecated: true {{% alert color="warning" %}} This API is deprecated. If you are currently using this API or intend to start using it, please look at, and contribute to [this idea in the Mendix Community](https://community.mendix.com/link/space/user-experience/ideas/3962). This will allow us to understand your use case and will help us to prioritize a new API that is fit for purpose. -Alternatively, you can consider using the [Project API](/apidocs-mxsdk/apidocs/projects-api/), which provides similar functionality for managing users on the platform. It is not fully equivalent but it can serve as a viable option for many use cases. Additionally, if you are using BYOIDP, you can control platform users by creating a Mendix platform users group in your IdP. For more information, see [Set Up an SSO (BYOIDP)](/control-center/security/set-up-sso-byoidp/). +Alternatively, you can consider using the [Projects API](/apidocs-mxsdk/apidocs/projects-api/), which provides functionality to manage project memberships for platform users. Although it does not fully cover all kinds of platform users, it can still serve as a viable option for many use cases. Additionally, if you are using BYOIDP, you can restrict platform access to a designated group of users by creating a Mendix platform users group in your IdP. For more information, see [Set Up an SSO (BYOIDP)](/control-center/security/set-up-sso-byoidp/). {{% /alert %}} The User Management API allows your company's user management systems to integrate with the Mendix Platform. Through this API, you can create and manage user accounts in your company. Additionally you can create and manage groups. In the Mendix Platform, you can define group policies for groups which grant access to your company's applications to their members.