# Account Management

social.plus is proud to introduce a new Account Management feature in our social.plus Portal. This addition enhances the collaborative capabilities of your team, allowing multiple users to log in simultaneously and manage network applications and accounts effectively. The User Management feature is a significant upgrade, designed to streamline the operation and administration of your organization's social.plus applications.

## Accessing the Account Management Page

1. Log in to the social.plus Portal using your preferred login method (email and password, Google, or SSO SAML).
2. Once logged in, navigate to the 'Account' page from the main menu on the left.

#### Authentication Methods

* **For Super Admins:** Single Sign-On (SSO) is available for a seamless access experience.
* **For Other User Types:** Traditional email and password authentication is required.

<figure><img src="/files/xx26rZQO9O7aIQTMf9hc" alt=""><figcaption></figcaption></figure>

## Roles and Permissions

#### Access and Control Overview

An Access and Control Table is provided for a detailed understanding of the different roles and their respective permissions.

#### Role Explanations

1. **Analyst**
   * **Scope:** Limited to access the dashboard.
   * **Restrictions:** No access to application details, billing information, plan details, or member management.
2. **Developer**
   * **Access:** Can view application details.
   * **Restrictions:** No access to the dashboard, billing information, plan details, or member management.
3. **Moderator**
   * **Access:** Can view application details and access the dashboard.
   * **Restrictions:** No access to billing, plan details, or member management.
4. **Admin**
   * **Capabilities:** Creating and editing applications, accessing the dashboard, and managing members.
   * **Restrictions:** No access to billing and plan details.
5. **Super Admin**
   * **Full Access:** The highest level of access, including creation and editing of applications, viewing the dashboard, accessing billing and plan details, and managing members (inviting, deleting, and changing roles).

<table><thead><tr><th width="151">Permissions / Roles</th><th width="110" align="center">Analyst</th><th width="113" align="center">Developer</th><th align="center">Moderator</th><th width="104" align="center">Admin</th><th align="center">Super Admin</th></tr></thead><tbody><tr><td><strong>View application</strong></td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>Create application</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>Edit application</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>View dashboard</strong></td><td align="center">✅</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>View billing</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td></tr><tr><td><strong>View plan detail</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td></tr><tr><td><strong>View members</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>Invite members</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td><strong>Delete members</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td></tr><tr><td><strong>Change role</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">✅</td></tr></tbody></table>

## User Invitation and Authentication

#### User Invitation

* **Eligibility for Inviting Users:** Super admins and admins can invite new users through the newly added menu in the portal.
* **User Limit:** Each portal can accommodate up to 50 users.

1. Click the **"Invite members"** button located at the top-right of the **"Manage Members"** page.

<figure><img src="/files/mNkFSvObTbBG8lwezFZG" alt=""><figcaption></figcaption></figure>

2. **Fill in** the required details for your inviting members, such as the email address and a specific role.

<figure><img src="/files/9SeTfGZ9Tu9xjHXRh16O" alt=""><figcaption></figcaption></figure>

3. Click **"Invite Member"** to confirm inviting members.


---

# 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://docs.social.plus/analytics-and-moderation/social+-portal/account-management.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.
