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
- Get an Access Token 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.
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.
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 Accountand
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: