If you have removed all Super Administrators mistakenly, you can restore the role to account member(s) using the Account API Token you created for SCIM provisioning.
First, fetch a list of account members and find the member ID for the user you want to restore Super Admin to vialist members.
curl-XGET"https://api.cloudflare.com/client/v4/accounts/{account_id}/members"\-H"Authorization: Bearer YOUR_SCIM_AOT"\-H"Content-Type: application/json"Then restore the Super Admin role to that member viaupdate member
curl-XPUT"https://api.cloudflare.com/client/v4/accounts/{account_id}/members/{member_id}"\-H"Authorization: Bearer YOUR_SCIM_AOT"\-H"Content-Type: application/json"\-d'{"roles": [{"id": "33666b9c79b9a5273fc7344ff42f953d"}]}'The value33666b9c79b9a5273fc7344ff42f953d is the role ID of Super Administrator.
- 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