From e7a29696e0e695622e8a89051fd1bab5c3993259 Mon Sep 17 00:00:00 2001 From: riduan1231232022-lab Date: Sat, 6 Jun 2026 05:53:25 +0600 Subject: [PATCH] Update index.mdx --- .../fundamentals/manage-members/index.mdx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/content/docs/fundamentals/manage-members/index.mdx b/src/content/docs/fundamentals/manage-members/index.mdx index 854f89c1e4e..3224665f6d5 100644 --- a/src/content/docs/fundamentals/manage-members/index.mdx +++ b/src/content/docs/fundamentals/manage-members/index.mdx @@ -1,4 +1,42 @@ --- +title: Members and permissions +description: Add members to your Cloudflare account and assign roles, scopes, and policies to control their access. +image: https://developers.cloudflare.com/core-services-preview.png +--- + +> Documentation Index +> Fetch the complete documentation index at: https://developers.cloudflare.com/fundamentals/llms.txt +> Use this file to discover all available pages before exploring further. + +[Skip to content](#%5Ftop) + +# Members and permissions + +On any Cloudflare account, you can collaborate by adding members to your account and assigning them access via one or several policies. + +Configuring permissions for each member helps prevent accidental changes to your account. For example, you can scope a team member to only manage staging domains, so they do not accidentally modify a production site. Use policies to grant each member the minimum level of access they need. + +Every policy has three parts: + +1. The actor +2. The role +3. The scope + +Refer to the resources below to configure policies to ensure that you can assign only the necessary access permissions to your account members. + +## Resources + +* [ Set up dashboard SSO ](https://developers.cloudflare.com/fundamentals/manage-members/dashboard-sso/) +* [ Manage ](https://developers.cloudflare.com/fundamentals/manage-members/manage/) +* [ Policies ](https://developers.cloudflare.com/fundamentals/manage-members/policies/) +* [ Roles ](https://developers.cloudflare.com/fundamentals/manage-members/roles/) +* [ Role scopes ](https://developers.cloudflare.com/fundamentals/manage-members/scope/) +* [ User Groups ](https://developers.cloudflare.com/fundamentals/manage-members/user-groups/) + +```json +{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/fundamentals/","name":"Cloudflare Fundamentals"}},{"@type":"ListItem","position":3,"item":{"@id":"/fundamentals/manage-members/","name":"Members and permissions"}}]} +``` +--- pcx_content_type: navigation title: Members and permissions description: Add members to your Cloudflare account and assign roles, scopes, and policies to control their access.