Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion content/en/docs/control-center/people/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,18 @@ The **Members** page in Control Center allows you to manage active, deactivated,

On the **Active Members** tab, you can see an overview of the active members of your company.

These are the fields on the **Active Members** tab:

* **Name** – The member's name.
* **Email** – The member's email address.
* **Signup Date** – The date when the member joined the Mendix Platform.
* **Certification** – The member's certification level. This is updated daily.
* **Apps** – The number of apps that the member is part of.
* **Member ID** – The member's unique ID.

When you click a member's name, a pop-up window opens with their member profile. The profile displays the apps of which they are a member, as well as their **App role** for each app. These are the actions you can take in the profile window:

* Click **Deactivate Member** to deactivate that specific member.
* Click **Remove** to remove the member from the app.
* Click an app name to go to its [details page](/control-center/apps-overview/#app-details).

Expand All @@ -42,6 +52,15 @@ As a Mendix Admin:

On the **Deactivated Members** tab, you can see an overview of the deactivated members of your company.

These are the fields on the **Deactivated Members** tab:

* **Name** – The member's name.
* **Email** – The member's email address.
* **Signup Date** – The date when the member joined the Mendix Platform.
* **Certification** – The member's certification level. This is updated daily.
* **Apps** – The number of apps that the member is part of.
* **Member ID** – The member's unique ID.

When you click a member's name, a pop-up window opens. It displays their profile, along with a button to **Activate** the member.

When you select members in the list on this tab, a context menu is displayed, providing the following options:
Expand All @@ -53,7 +72,19 @@ When you select members in the list on this tab, a context menu is displayed, pr

On the **External Members** tab, you can see the members outside of your company who have access to at least one of your company apps.

When you click a member's name, a pop-up window opens with their member profile. The profile displays the apps of which they are a member as well as their **App role** for each app. Click an app name to go to the [details page](/control-center/apps-overview/#app-details) of this app.
These are the fields on the **External Members** tab:

* **Name** – The external member's name.
* **Email** – The external member's email address.
* **Status** – Shows whether the external member is active or deactivated.
* **Company** – The company to which the external member belongs.
* **Certification** – The external member's certification level. This is updated daily.
* **Apps** – The number of apps that the external member is part of.

When you click a member's name, a pop-up window opens with their member profile. The profile displays the apps of which they are a member, as well as their **App role** for each app. These are the actions you can take in the profile window:

* Click **Remove** to remove the member from the app.
* Click an app name to go to its [details page](/control-center/apps-overview/#app-details).

When you select members in the lists, a context menu appears with options for exporting member details to an *.xlsx* file.

Expand Down