Granting access to others on your account is done with several sets of data principles:
- Accounts have Account Members.
- Account Members have policies.
- Policies are constructed out of actors, roles, and scopes.
When assigning a new user, you can assign a policy to them directly. If multiple policies are needed, they can be added or revoked at a later time.
Learn how to add new account members, edit or revoke their access, and resend verification emails.
To manage account members, you must have a role ofSuper Administrator and have averified email address.
To manage account members, you must have a role ofSuper Administrator and have averified email address.
To view members using the dashboard:
In the [Cloudflare dashboard, go to theMembers page.
Go toMembersTo view members using the API, send aGET request.
To manage account members, you must have a role ofSuper Administrator and have averified email address.
To add a member to your account:
In the Cloudflare dashboard, go to theMembers page.
Go toMembersSelectInvite.
Fill out the following information:
SelectContinue to summary.
Review the information, then selectInvite.
If a user already has an account with Cloudflare and you have an Enterprise account, you can also selectDirect Add to add them to your account without sending an email invitation.
To add a member using the API, send aPOST request.
To manage account members, you must have a role ofSuper Administrator and have averified email address.
To edit member permissions using the dashboard:
In the Cloudflare dashboard, go to theMembers page.
Go toMembersSelect a member record, then selectEdit.
Update the scope and roles of their permissions.
SelectContinue to summary.
Review the information, then selectUpdate.
To edit member permissions using the API, get alist of roles available for an account.
Then, send aPUT request to edit their permissions.
curl--requestPUT\--urlhttps://api.cloudflare.com/client/v4/accounts/{account_id}/members/{member_id}\--header'Authorization: Bearer <API_TOKEN>'\--header'Content-Type: application/json'\--data'{"roles": [{"id": "<ROLE_ID1>"},{"id": "<ROLE_ID2>"}]}'If you invited a member to your account but they cannot find the invitation or the invitation expires, you can resend the invitation through the Cloudflare dashboard:
- Log in to theCloudflare dashboard ↗ and select your account1.
- Go toManage Account >Members.
- Select a member record where theirStatus isInvite Pending.
- SelectResend invite.
To manage account members, you must have a role ofSuper Administrator and have averified email address.
↩
To manage account members, you must have a role ofSuper Administrator and have averified email address.
To revoke a member's access to your account:
In the Cloudflare dashboard, go to theMembers page.
Go toMembersLocate an account member and expand their record.
ClickRevoke.
ClickYes, revoke access.
To revoke a member's access to your account using the API, send aDELETE request.
If you have been invited to an account and want to remove yourself from the account, go toManage Account >Members. Under your email address, selectLeave.
If you are a Super Administrator for an account that has existing domains and you decide to leave the account, you can invite a new Super Administrator who will have access to the same account privileges.
You can delete your user as a Super Administrator, but you cannot delete your account. Other Super Administrators will continue to have access to the appropriate privileges to manage the account, including billing information.
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark