# Member

### Manage Members

`User` \ `Member`

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

### View member

Here you get a detail view of the selected member user. You may block \ deactivate \ soft delete a member here. You may also choose to `terminate` a member user account.&#x20;

![](/files/-MlDdDvszbTPQuAbsaiX)

### Create member

As admin, you can create member account from backend. However, this is not recommended. Member should create their own account from the frontend going thru all the designed workflow to ensure data integrity.&#x20;

### **Reset Password**

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

### Delete a member

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

### Terminate a member

{% hint style="warning" %}
Unlike \`delete a member\`, this action is not reversible
{% endhint %}

Member termination can come from user himself (operate thru Control Panel) or Admin. Once confirmed, it will:

1. Soft delete the member user account on Central
2. Call `/api/terminateAccount`to instruct MaGIC Account to delete
3. Create a request record with code `removeUserAccount` with `pending` status
4. Create a request record to generate user data download
5. Unsubscribe user from mailchimp
6. Notify the user his account has been successfully terminated


---

# 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/member.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.
