The Center Admin role is the institutional administrator for a single CGIAR center or Alliance unit. Users with this role can see every result produced by their center, load large batches of capacity-sharing events through the Bulk Upload tool, and configure the default SDG alignment for their center through SDG Management. These capabilities sit under theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AllianceBioversityCIAT/alliance-research-indicators-client/llms.txt
Use this file to discover all available pages before exploring further.
/administration/center-admin/ route group and are not visible to researchers or MEL Regional Experts.
Access requirements
Center Admin access requiresrole_id === 9 with a matching focus_id and sec_role_id provisioned by your system administrator. A global Admin (role_id === 1) also passes the guard and can access all center admin tools. Regular researchers (role_id other than 1 or 9) cannot match these routes.
The guard logic is implemented in centerAdminGuard (src/app/shared/guards/center-admin.guard.ts): if RolesService.canAccessCenterAdmin() returns false, the router redirects to /home instead of loading the administration components.
Center-scoped visibility
Center Admins see all results produced by their center — not just results they personally created. This scoped view lets you identify results that are stalled, missing required fields, or waiting on partner confirmation, so you can unblock reporters before deadlines.Admin tools overview
Capacity Bulk Upload
Load large volumes of capacity-sharing events from a structured template without creating each result individually.
SDG Management
Set default SDG target alignments for your center, organized by CLARISA lever, so new results are pre-populated correctly.
Role relationships
The Center Admin role exists alongside two other elevated roles in the platform. Understanding where they overlap helps avoid confusion:| Role | role_id | Scope |
|---|---|---|
| Admin | 1 | Platform-wide; can access all center admin tools |
| Center Admin | 9 | One center; bulk upload and SDG management for that center |
| MEL Regional Expert | 10 | Regional scope; can edit and validate any result in their region |