Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/rest-api/pages/rbac.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/<new-username>` URI.
To create an external user, and assign them one or more roles, use the `PUT` method with the `/settings/rbac/users/local/<new-username>` URI.
The curl syntax is as follows:

----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/<new-username>`
| `/settings/rbac/users/external/<new-username>`
| xref:rest-api:rbac.adoc#create-an-external-user-and-assign-roles[Create an External User]

| `PUT`
Expand Down