Skip to main content

Set organization base permission

ee
PUT 

/v2/organizations/:organizationId/set-base-permissions

Set default granular (scope-based) permissions for organization users, who don't have direct project permissions set.

Request

Path Parameters

    organizationId int64required

Query Parameters

    scopes string[]required

    Granted scopes to all projects for all organization users without direct project permissions set.

    Example: [translations.view, translations.edit]

Responses

OK

Loading...