Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Cloudflare Docs
Log in

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.


[8]ページ先頭

©2009-2025 Movatter.jp