You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`GET`|`/v6/projects/:projectId/billingAccounts`| JWT / M2M | All billing accounts for project |
99
-
|`GET`|`/v6/projects/:projectId/permissions`| JWT / M2M | Regular human JWT: caller work-management policy map. M2M, admins, project managers, and project copilots on the project: per-member permission matrix with project permissions and template policies |
99
+
|`GET`|`/v6/projects/:projectId/permissions`| JWT / M2M | Regular human JWT: caller work-management policy map. M2M, admins, project managers, talent managers, and project copilots on the project: per-member permission matrix with project permissions and template policies |
100
100
101
101
Talent Manager note:
102
102
-`Talent Manager` and `Topcoder Talent Manager` callers create projects as primary `manager` members.
103
+
-`Talent Manager` and `Topcoder Talent Manager` users can also be assigned the `manager` (`Full Access`) project role through member add/update/invite flows.
104
+
-`Talent Manager` and `Topcoder Talent Manager` callers also receive the elevated per-member response from `GET /v6/projects/:projectId/permissions`, which is used to provision challenge-related actions in Work Manager.
103
105
- Updating `billingAccountId` is restricted to human administrators and project members whose role on that project is `manager` (`Full Access`).
Copy file name to clipboardExpand all lines: docs/PERMISSIONS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ Swagger auth notes:
31
31
## Talent Manager Behavior
32
32
33
33
-`Talent Manager` and `Topcoder Talent Manager` satisfy `CREATE_PROJECT_AS_MANAGER`, so project creation persists them as the primary `manager` project member.
34
+
- The same Talent Manager roles also satisfy the `manager` project-role validation used by member add/update/invite flows, so they can be granted `Full Access` from Work Manager's Users tab.
34
35
- That primary `manager` membership then unlocks the standard manager-level project-owner paths, such as edit and delete checks that rely on project-member context.
36
+
-`Talent Manager` and `Topcoder Talent Manager` also qualify for the elevated `GET /v6/projects/:projectId/permissions` response, which keeps Work Manager's challenge-provisioning matrix aligned with project-manager access.
0 commit comments