Deleting accounts from cloudflare via SailPoint

Documentation for deleting the account on Cloudflare

The account id will always be: 3b489eaefc35da1235ecdb32fbadf314, however I do not know how to correctly parse the endpoint along with all the data.

https://api.cloudflare.com/client/v4/accounts/3b489eaefc35da1235ecdb32fbadf314/members/{member_id} . How do I deal with member_id given the fact that each user has a separate id generated by Cloudflare? I have created a before provisioning rule, and also a disabling option of the account. The account gets disabled, however it must get deleted right afterwards, however it does not given the fact that I do not know yet how to manipulate the member id within the endpoint and also create the right mapping.

Can you provide more information on how the Source is configured? If member_id is part of the account schema, and if yes, is it set as Account ID?

Also explain a use case where the account is getting Disabled without having to pass member_id.


this is the schema

image
this is how ids look in postman. apparently just for delete we need member_id for each particular user, which I do not know yet how to handle.

This is how the data should look for a dummy user.

Any ideas guys? So far seems that nothing is working.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.