# User Groups

## Purpose&#x20;

User groups simplify a Project Owner's task of managing users for his project.  This gives all the users in the group the same permission and access levels to the assigned project.&#x20;

{% embed url="<https://youtu.be/H2V3ObD5rnI?si=-ZRGsmc1-GLTITG1>" %}

## Managing User Groups

Click on the user icon in the top right section and click on Account Settings.&#x20;

<div data-full-width="false"><figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FeVWfRTvlUfJVOyj1Ug6M%2FUser%20group%201.png?alt=media&#x26;token=64766836-c81b-45f9-9f9d-071159584720" alt=""><figcaption></figcaption></figure></div>

Clicking on the "User Groups" will open the User Groups page with the following details in tabular form:&#x20;

* Group Name&#x20;
* Description
* Created By
* Action (Edit/Clone/Delete)

<figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FAkUtaYKtU59yKKHd1AAA%2FUser%20group%202.png?alt=media&#x26;token=ff958a04-e763-46db-8b46-c785418d0637" alt=""><figcaption></figcaption></figure>

To create a new user group click on the **Create User group** button in the top right section of the page or the **Edit** button under the Action field.

<figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FnmGhG7iq0rUSZ0EMn9cA%2Fuser%20group%203.png?alt=media&#x26;token=3e87b4db-111f-43c2-9166-ef776ea9b357" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FOZqyJUgErXVOGg3wrCJ6%2Fuser%20group%204.png?alt=media&#x26;token=37e87072-1b7b-4f9e-8f02-78523d2a2f4f" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2655769465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjVABEcCgwItwY4IEAD%2Fuploads%2FQ3nkG5CHv79eTX0Vm59U%2Fuser%20group%205.png?alt=media&#x26;token=ad28006f-87e2-4355-8c2b-971d651064aa" alt=""><figcaption><p>Managing Users</p></figcaption></figure>

Fill out the following fields in the Add New page:

| Field Name                     | Description                                                                                                                                                                                                       |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Group Name                     | Provide a suitable name for your user group                                                                                                                                                                       |
| Group Description              | Provide a brief description for your user group                                                                                                                                                                   |
| [Access Level](#access-levels) | <p>Choose from three options: Admin, Standard, Custom.</p><p>To learn more about permissions for each access level, click <a href="#access-levels">here</a>. </p>                                                 |
| Access Control                 | This shows up only for the Access Level: [***Custom***](#custom). Here you can customize the group's permission level for each of the project resources.                                                          |
| Add User                       | <p>Add users to the group by providing their email address. </p><p></p><p>An invitation is sent to the User asking for confirmation. Only after the user accepts the invitation, they are added to the group.</p> |

{% hint style="warning" %}
The group owner may remove a user from the group by clicking on the Remove button.&#x20;
{% endhint %}

{% hint style="success" %}
Non-DCKAP Integrator users may also be added to the project. An invitation will be sent out to them to sign up for a DCKAP Integrator account.&#x20;
{% endhint %}

### Access Levels

Access levels denote the permission rights of user groups for a project. A user group may be assigned to one of the three available access levels:

#### Admin

Has complete access to the project except deleting and transferring the project ownership. The admin has the ability to provide project access to any user or user group.

#### Standard

Has standard access to the project and the ability to do all basic things. This access level is one level below the admin. The standard user has some restrictions which include:

* cannot delete the project
* cannot transfer the project
* cannot change project settings/configuration
* cannot provide project access to any other users/groups

####

For step-by-step instructions on how to create user groups and also give access permissions to User groups, click below:&#x20;

{% content-ref url="../../tutorials/managing-user-groups" %}
[managing-user-groups](https://docs.dckapintegrator.com/tutorials/managing-user-groups)
{% endcontent-ref %}


---

# 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.dckapintegrator.com/user-guide/account-management/user-groups.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.
