Add and manage other members
Learn how to add new account members, edit or revoke their permissions and access, and resend verifications emails.
View account members
Section titled “View account members”To manage account members, you must have a role of Super Administrator and have a verified email address.
To view members using the dashboard:
- Log in to the Cloudflare dashboard ↗ and select your account.
- Go to Manage Account > Members.
To view members using the API, send a GET
request.
Add account members
Section titled “Add account members”To manage account members, you must have a role of Super Administrator and have a verified email address.
To add a member to your account:
-
Log in to the Cloudflare dashboard ↗ and select your account.
-
Go to Manage Account > Members.
-
Select Invite.
-
Fill out the following information:
-
Select Continue to summary.
-
Review the information, then select Invite.
To add a member using the API, send a POST
request.
Edit member permissions
Section titled “Edit member permissions”To manage account members, you must have a role of Super Administrator and have a verified email address.
To edit member permissions using the dashboard:
- Log in to the Cloudflare dashboard ↗ and select your account.
- Go to Manage Account > Members.
- Select a member record, then select Edit.
- Update the scope and roles of their permissions.
- Select Continue to summary.
- Review the information, then select Update.
To edit member permissions using the API, get a list of roles available for an account.
Then, send a PUT
request to edit their permissions.
curl --request PUT \ --url https://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>" } ] }'
Resend an invitation
Section titled “Resend an invitation”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 the Cloudflare dashboard ↗ and select your account1.
- Go to Manage Account > Members.
- Select a member record where their Status is Invite Pending.
- Select Resend invite.
Footnotes
Section titled “Footnotes”-
To manage account members, you must have a role of Super Administrator and have a verified email address.
↩
Remove account members
Section titled “Remove account members”To manage account members, you must have a role of Super Administrator and have a verified email address.
To revoke a member's access to your account:
- Log in to the Cloudflare dashboard ↗ and select your account.
- Go to Manage Account > Members.
- Locate an account member and expand their record.
- Click Revoke.
- Click Yes, revoke access.
To revoke a member's access to your account using the API, send a DELETE
request.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Products
- 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