Skip to content

Commit

Permalink
PMM-12985 change the slug name
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Sep 20, 2024
1 parent e362ac9 commit 70e644b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: Create user accounts
slug: bulk-add-users
slug: create-user-accounts
categorySlug: pmm-server-maintenance
parentDocSlug: pmm-server-user-accounts
order: 1
---

## Create multiple user accounts
### Create multiple user accounts

PMM Server will start up with a single user account, the administrator account.
This account should not be for general use, because it allows complete control of
the server and access to all data that is accessible via the UI.
the server and access to all the data, including sensitive.

Similar to the management of the [admin account](ref:change-admin-password), it is
possible to manage other user accounts via the API. Waiting for readiness and
using `netrc` files with `cURL` are relevant for API usage in general and are
using `netrc` files with `curl` are relevant for API usage in general and are
thus relevant here.

### Create a single user account
Expand All @@ -26,7 +26,7 @@ follow.
The following example will create a Grafana admin user that can make certain
administrative changes to the system, but does not have full administrative access.

```sh
```shell
$ cat <<EOF >/tmp/data.json
{
"name": "Grafana Admin",
Expand Down Expand Up @@ -142,4 +142,3 @@ For simplicity, we will only be using Ansible for this example.
- login: user2
role: Viewer
```

1 change: 1 addition & 0 deletions docs/api/pmm-server-config/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ This section will provide you with information on how to perform configuration a
- [Check for upgrade](ref:checkupdates)
- [Start upgrade](ref:startupdate)
- [Check progress](ref:checkupdates)
- [PMM Server Logs](ref:logs)

0 comments on commit 70e644b

Please sign in to comment.