Indicate that some user APIs handle built-in users (#44857)
The Get Users API also returns users form the restricted realm or built-in users, as we call them in our docs. One can also change the passwords of built-in users with the Change Password API
This commit is contained in:
parent
c25f3dd5d0
commit
56da35b706
|
@ -5,7 +5,7 @@
|
|||
<titleabbrev>Change passwords</titleabbrev>
|
||||
++++
|
||||
|
||||
Changes the passwords of users in the native realm.
|
||||
Changes the passwords of users in the native realm and built-in users.
|
||||
|
||||
==== Request
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<titleabbrev>Get users</titleabbrev>
|
||||
++++
|
||||
|
||||
Retrieves information about users in the native realm.
|
||||
Retrieves information about users in the native realm and built-in users.
|
||||
|
||||
|
||||
==== Request
|
||||
|
|
Loading…
Reference in New Issue