Trust Framework Setup
Framework Configuration
Manage Administrators
onboard users docid\ ijyftusvdonrn4rxsnsev and users docid\ ijyftusvdonrn4rxsnsev to delegate ecosystem or federation management in raidiam, you can onboard two types of trust framework administrators users docid\ ijyftusvdonrn4rxsnsev managing the data within the ecosystem or federation, particularly handling the onboarding and ongoing management of organisations have no access to reference data configuration users docid\ ijyftusvdonrn4rxsnsev p ossess comprehensive control over the entire platform including reference data configuration prerequisites users docid\ ijyftusvdonrn4rxsnsev access to the platform obtaining access tokens docid 5miarxigf9evyopcotzkf using authorization code flow obtain access token docid 0z3ot2yen n x48j6cwla managing data administrators onboard data administrator select reference data > data administrators > new data administrator provide the email of the user you wish to invite to raidiam as a new data administrator save managing super users for security purposes, super administrators can be managed only using the apis onboard super administrator send a request to the create super user api sample curl curl \\ x post https //{host}/users/super \\ h "authorization bearer {access token}" \\ d "{"status" "active", "email" "john doe\@example com"}" update super administrator status possible status are active or inactive in order to inactivate a global administrator, make a request to the update super administrator status api sample curl curl \\ x put https //{host}/users/super/{email} \\ h "authorization bearer {access token}"\\ d "{"status" "inactive"}" inactive administrators cannot interact with the framework in any way or access the raidiam connect plaform remove super administrator for security purposes, raidiam enables super administrators only to soft delete other super administrators by setting their status to inactive using the update super administrator status api