v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431163144.6 KB

Modifies the details of a permission group. You cannot modify a <code>permissionGroupID</code>.

put/permission-group/{permissionGroupId}

Path parameters

permissionGroupIdstring required

The unique identifier for the permission group to update.

Request body

namestring password

The name of the permission group.

descriptionstring password

A brief description for the permission group.

applicationPermissionsApplicationPermission[]
<p>The permissions that are granted to a specific group for accessing the FinSpace application.</p> <important> <p>When assigning application permissions, be aware that the permission <code>ManageUsersAndGroups</code> allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users.</p> </important> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>
clientTokenstring

Idempotence Token for API operations

Response

Success

permissionGroupIdstring

The unique identifier for the updated permission group.