organization_product_list-access
Lists who can work in a product: the explicit grants and their roles, the organization owners and admins who inherit full access (read-only here), the organization members holding no access yet, and the organization's named roles a grant can be handed at.
Lists who can work in a product: the explicit grants and their roles, the organization owners and admins who inherit full access (read-only here), the organization members holding no access yet, and the organization's named roles a grant can be handed at. `canManage` states whether the caller may change any of it.
Behavior
- HTTP
GET /governance/api/v1/products/:productId/access
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| productId | string | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| members | array | • | |
| orgRoles | array | • | |
| canManage | boolean | • | |
| inherited | array | • | |
| candidates | array | • |
Try it
Lists who can work in a product: the explicit grants and their roles, the organization owners and admins who inherit full access (read-only here), the organization members holding no access yet, and the organization's named roles a grant can be handed at.