From aadcca9020ffcc508a06dc6b30360b07bf462c66 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Wed, 17 Sep 2025 11:49:51 +0530 Subject: [PATCH 1/3] Update rbac.adoc --- modules/rest-api/pages/rbac.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/pages/rbac.adoc b/modules/rest-api/pages/rbac.adoc index 3ef2cc107c..21af2d6a56 100644 --- a/modules/rest-api/pages/rbac.adoc +++ b/modules/rest-api/pages/rbac.adoc @@ -431,7 +431,7 @@ If successful, the call creates local user `sdavis` and adds them to the `Cluste [#create-an-external-user-and-assign-roles] === Create an External User, and Assign Roles -To create an external user, and assign them one or more roles, use the `PUT` method with the `/settings/rbac/users/external/` URI. +To create an external user, and assign them one or more roles, use the `PUT` method with the `/settings/rbac/users/local/` URI. The curl syntax is as follows: ---- From b83ccb58bbabc5535a6a0ca12527f50f15791a13 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Fri, 19 Sep 2025 12:07:13 +0530 Subject: [PATCH 2/3] Updated rest-security-authorization-table.adoc changed "/settings/rbac/users/local/" to "/settings/rbac/users/external/" --- .../rest-api/partials/rest-security-authorization-table.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/partials/rest-security-authorization-table.adoc b/modules/rest-api/partials/rest-security-authorization-table.adoc index c810ff90c6..6ef4ebf48c 100644 --- a/modules/rest-api/partials/rest-security-authorization-table.adoc +++ b/modules/rest-api/partials/rest-security-authorization-table.adoc @@ -27,7 +27,7 @@ | xref:rest-api:rbac.adoc#create-a-local-user-and-assign-roles[Create a Local User] | `PUT` -| `/settings/rbac/users/local/` +| `/settings/rbac/users/external/` | xref:rest-api:rbac.adoc#create-an-external-user-and-assign-roles[Create an External User] | `PUT` From 3b56d13570e36620ae67efb84ba96a159c50f108 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Mon, 22 Sep 2025 20:59:38 +0530 Subject: [PATCH 3/3] Updated rbac.adoc reverted change as per https://github.com/couchbase/docs-server/pull/3882/files --- modules/rest-api/pages/rbac.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/pages/rbac.adoc b/modules/rest-api/pages/rbac.adoc index 21af2d6a56..3ef2cc107c 100644 --- a/modules/rest-api/pages/rbac.adoc +++ b/modules/rest-api/pages/rbac.adoc @@ -431,7 +431,7 @@ If successful, the call creates local user `sdavis` and adds them to the `Cluste [#create-an-external-user-and-assign-roles] === Create an External User, and Assign Roles -To create an external user, and assign them one or more roles, use the `PUT` method with the `/settings/rbac/users/local/` URI. +To create an external user, and assign them one or more roles, use the `PUT` method with the `/settings/rbac/users/external/` URI. The curl syntax is as follows: ----