How-Tos
Organisations
Delegate Organisation Administration
delegate organisation administration to other organisation members to offload the administrative workload enable organisations to manage themselves, add their technical resources, and more prerequisites users docid\ ijyftusvdonrn4rxsnsev or users docid\ ijyftusvdonrn4rxsnsev access to the platform get an access token (r/w) docid\ bpimoxcmny4u46fbf0zsw and with the directory\ website scope if you want to add or manage organisation administrators using connect's apis add organisation administrators select administrators > new organisation administrator in the organisation of your choice provide the email address of a person you wish to add as an administrator and save an invitation to set up account is sent to the provided email address add organisation administrator using apis get an access token (r/w) docid\ bpimoxcmny4u46fbf0zsw the access token enables you to authenticate your client application with the raidiam's authorisation server add an organisation administrator using the add organisation administrator api sample curl curl \\ x post https //matls api sandbox raidiam io/organisations/{organisationid}/adminusers \\ h "authorization bearer $access token" \\ h "content type application/json" \\ h "x fapi auth date string" \\ h "x fapi customer ip address string" \\ h "x fapi interaction id string" \\ h "x customer user agent string" \\ d '{"useremail" "johndoe\@example com"}' delete organisation administrator for security purposes, raidiam enables super and organisation administrators only to soft delete organisation administrators by disabling their accounts you can disable an organisation's admin account by selecting the three dots next to an administrator and selecting the disable button ( access forbidden sign under actions) you can also enable/disable an organisation's admin account by using the enable/disable organisation administrator account and setting the account's status to inactive organisation administrator management using apis raidiam connect allows organisations to integrate with the following apis for organisation administrator management add organisation administrator get all organisation administrators get organisation administrator by email enable/disable organisation administrator account