Skip to content

Commit f6d56ab

Browse files
fix(mdb): review bene
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent a54f71a commit f6d56ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/managed-mongodb-databases/api-cli/managing-users-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ dates:
77
posted: 2025-04-08
88
---
99

10-
When you create your MongoDB® Database Instance, the first user is created by default and has admin rights.
10+
When you create your MongoDB® Database Instance, a default user with administrative privileges is automatically created.
1111

1212
You can create more users and grant them pre-set roles via the [Scaleway Managed MongoDB® API](https://www.scaleway.com/en/developers/api/managed-database-mongodb/).
1313

1414
<Message type="important">
15-
All users you create have at first administrator roles, which can be changed after creation with the [Apply user roles](https://www.scaleway.com/en/developers/api/managed-database-mongodb/#path-users-apply-user-roles) call. The default user's role cannot be changed.
15+
All users you create initially have administrator roles, which can be modified after creation using the [Apply user roles](https://www.scaleway.com/en/developers/api/managed-database-mongodb/#path-users-apply-user-roles) API call. However, the default user's role cannot be changed.
1616
</Message>
1717

1818
### How to create a user

0 commit comments

Comments
 (0)