diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index 0acc361803..f4c4bf5c91 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -296,6 +296,9 @@ granting them access to the Admin API, among other things.

  • deactivated - bool, optional. If unspecified, deactivation state will be left unchanged.

    +
  • +
  • +

    locked - bool, optional. If unspecified, locked state will be left unchanged.

    Note: the password field must also be set if both of the following are true:

    Example configuration:

    user_directory:
         enabled: false
         search_all_users: true
         prefer_local_users: true
    +    show_locked_users: true
     

    @@ -13893,6 +13897,9 @@ granting them access to the Admin API, among other things.

  • deactivated - bool, optional. If unspecified, deactivation state will be left unchanged.

    +
  • +
  • +

    locked - bool, optional. If unspecified, locked state will be left unchanged.

    Note: the password field must also be set if both of the following are true:

    Example configuration:

    user_directory:
         enabled: false
         search_all_users: true
         prefer_local_users: true
    +    show_locked_users: true