# Users

Once the BAP has completed setup, the Portal admins can then start adding organizations (detailed in the organizations section of this document) and users to the organizations, specifying their role in the organization.

## User Roles

&#x20;There are only 3 types of users in the BAP:

1. Portal Admin (sometimes referred to as Tenant Admin): Controls every aspect of the portal from what it looks like, to what organization can see and do, to which users belong to which organization and in what capacity.\
   NOTE: The Portal Admin role is independent of any organization.
2. Organization Admin: When a user is given the role of Admin for an organization it means they are able to manage the users for that organization (alongside all of the regular things that a user of the organization can do).
3. Organization User: A user of an organization is able to create processes from a template available to that organization, and see processes made available to the organization.

IMPORTANT: Each user can be a part of multiple organizations, but can only have ONE role in each organization.

## Common User actions

When a user logs in, the menu should allow them to switch between organizations.

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2FlSw2BXwDH9uuxw4EOiOg%2Fscreenshot-rocks%20(76).png?alt=media&#x26;token=86f67f27-d0dd-4c6d-9443-8c4d7eb71751" alt=""><figcaption><p>User is able to switch Organizations through profile menu.</p></figcaption></figure>

All authenticated users will get the 2 highlighted menus, and see only templates (integration catalog) and processes (My integrations) associated with the organization they are currently switched to.

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2Fb38h2kadwR7OvuYtvVFy%2Fscreenshot-rocks%20(77).png?alt=media&#x26;token=30adc473-17fa-4d15-9d3e-0df4934012ca" alt=""><figcaption><p>Common menus for all users.</p></figcaption></figure>

## Tenant Admin

If the user switched to an organization where they had the role of “Admin“ they would have an additional tab - Settings, which would allow them to manage ONLY users in that organization.

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2FlVywfhUlowXUhD5oHrBu%2Fscreenshot-rocks%20(78).png?alt=media&#x26;token=54349479-e907-4075-b5a7-9e85401129e6" alt=""><figcaption><p>Organization settings menu for managing current Organization's users.</p></figcaption></figure>

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2F34aARSFW7KoBeZwny14J%2Fscreenshot-rocks%20(79).png?alt=media&#x26;token=e0cb6cde-689a-4b90-bff1-69d7615f4572" alt=""><figcaption><p>User list for current organization.</p></figcaption></figure>

Aside from the Portal Admins, the Tenant Admin is the ONLY role that is able to configure tags (both template and process) visible by each organization.

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2FcrAEYN1o43YRqiHtjNx7%2Fscreenshot-rocks%20(80).png?alt=media&#x26;token=c09914a2-628b-4be1-8ca0-687a47b8b7af" alt=""><figcaption><p>Full organization configuration (not just users) for Portal Admins.</p></figcaption></figure>

## Portal Admin

The “Portal Admin“ is a super admin role who is able to do everything in the settings menu, in addition to everything else (but they would still need to switch organizations to handle matters for that organization).

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2F0ugTKIe0qyzGhOGOPiVr%2Fscreenshot-rocks%20(81).png?alt=media&#x26;token=32ebd44d-70c2-412e-9cf0-1e080b8d824e" alt=""><figcaption><p>All configurations available for portal admin.</p></figcaption></figure>

Portal admins can only be created from the users settings page (by an existing portal admin), where you can edit a specific user and make them a portal admin.

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2F3A0YkZFyrTb8qxaKqCXC%2Fscreenshot-rocks%20(82).png?alt=media&#x26;token=39057235-230a-4e68-bf63-b204c7d660a5" alt=""><figcaption><p>Highlighting how to edit users in BAP.</p></figcaption></figure>

<figure><img src="https://1996790239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY6GDpBcNZ0ne5Crknhg1%2Fuploads%2FdAiZWkxXBcF2OLKKBGBb%2Fscreenshot-rocks%20(83).png?alt=media&#x26;token=ac419cd4-fe60-4a7e-90bd-49a131a60677" alt=""><figcaption><p>Changing the role will make a user a portal admin.</p></figcaption></figure>


---

# 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.frends.com/bap/general/configuration/users.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.
