Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Dec 10, 2024
1 parent 924df3b commit 29285b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs-chef-io/content/server/api_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit 29285b4

Please sign in to comment.