From 29285b4c150147a4721482a1f01c9eae0df9aa6c Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Tue, 10 Dec 2024 12:01:10 -0500 Subject: [PATCH] Edits Signed-off-by: Ian Maddaus --- docs-chef-io/content/server/api_chef_server.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs-chef-io/content/server/api_chef_server.md b/docs-chef-io/content/server/api_chef_server.md index 748cc9e8da..a8114f2ac1 100644 --- a/docs-chef-io/content/server/api_chef_server.md +++ b/docs-chef-io/content/server/api_chef_server.md @@ -862,15 +862,14 @@ The response will return something like the following: ### /users -A user is an individual account that has access to Chef Infra Server. For example: - -- The user that operates the workstation that Chef Infra Server is managed from. +A user is an individual account created to allow access to Chef Infra Server. +For example, a user that operates the workstation or host that Chef Infra Server is managed from. The `/users` endpoint has the following methods: `GET` and `POST`. {{< warning >}} -This endpoint may only be accessed by the `pivotal` user, which is created as part of the installation process for the Chef Infra Server. (See the "Query for Users and Orgs" example below for an example of how to access this endpoint with the `pivotal` user.) +This endpoint may only be accessed by the `pivotal` user, which is created as part of the Chef Infra Server installation process. (See the "Query for Users and Orgs" example below for an example of how to access this endpoint with the `pivotal` user.) {{< /warning >}}