# Admin

### Manage Admin

`User` \ `Admin`

This interface list all active and inactive admin in the system. Click into each individual record to view the details.

### View Admin

Here you get a detail view of the selected admin user. You may block \ deactivate \ soft delete an admin here. You can also trigger which role this admin account has access to.

![](/files/-MlDhPlBF1tBN2uuPU4L)

### Create Admin

Admin account can be created from backend. Behind the scene, the system first create the user, profile and member record in database; then, proceed with admin record creation.&#x20;

{% hint style="info" %}
Do not forget to assign role to the created admin account. Minimally, it required the `admin` role assigned in order to access the backend.
{% endhint %}

![](/files/-MlDhzCssnHcEN1QgqR6)

### Assign Roles

Admin is given a specific access to the backend functionality thru the role (group of access) they assigned to.

### Reset Password

As Central is using MaGIC Account as SSO provider, password reset need to be done in MaGIC Account backend.

### Delete Admin Account

Admin can soft delete another admin from the backend. This is same to clicking `Block` button in the admin view page. Deleted admin has their account status set to `inactive`. An inactive or deleted account can be restore back to normal later on.

Behind the scene, system perform identical action of `Delete a member` . Deleted admin will not be able to access the member functionality in frontend and cpanel as well.

{% hint style="info" %}
There is no way to deactivate the admin account only without deactivate its corresponding member user. However, you may remove all roles given to an admin to achieve what you intended to do.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://central-docs.mymagic.my/common/admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
