---
url: https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/group-sharing-overview/
title: "Group Sharing Overview\n                #"
description: "GudHub provides a lot of functions to make connections between application. Such networks usually have many applications with different permissions. To share on"
lang: uk
updated: 2026-09-11T10:10:26.909Z
---

# Group Sharing Overview [#](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/group-sharing-overview/#group-sharing-overview)

_GudHub_ provides a lot of functions to make connections between application. Such networks usually have many applications with different permissions. To share one application, you must share all others. With [Sharing](https://gudhub.com/uk/docs/rest-api/sharing-folder/sharing/) the user can share and set permissions for only one application at a time. In the case of a large number of applications, it is too difficult to control all the permissions.

**Group Sharing** is created to resolve that problem. This feature allows you to group different applications together and set the same permission for all of them. And all this in just a couple of clicks. It saves a lot of time and effort.

Three groups of requests are used for the work with groups:

-   [Managing Sharing Groups](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-sharing-groups/)
-   [Managing Users In Groups](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [Managing Apps In Groups](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/)

## Work Logic [#](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/group-sharing-overview/#work-logic)

_Group Sharing_ has its own work logic. The most important thing is that permission to the certain application is provided in accordance with a certain hierarchy. The higher the permission, the higher the priority of access.

This means that if you have administrator rights for an application, but you are just a member of the group (where this application is located), you still have administrator access to that application.

In addition, the group has some rules related to [apps](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/) and [users](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/).

## Full List Of Requests [#](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/group-sharing-overview/#full-list-of-requests)

-   [sharing-group/create-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-sharing-groups/)
-   [sharing-group/update-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-sharing-groups/)
-   [sharing-group/delete-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-sharing-groups/)
-   [sharing-group/add-user-to-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [sharing-group/get-users-by-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [sharing-group/update-user-in-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [sharing-group/delete-user-from-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [sharing-group/get-groups-by-user](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-users-in-groups/)
-   [sharing-group/add-app-to-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/)
-   [sharing-group/get-apps-by-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/)
-   [sharing-group/delete-app-from-group](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/)
-   [sharing-group/get-groups-by-app](https://gudhub.com/uk/docs/rest-api/sharing-folder/group-sharing/managing-apps-in-groups/)
