Project User Management Tasks
Manage JFrog Platform project users and groups with UI procedures and REST APIs for roles, members, and admin privileges.
The basic tasks for creating and managing Project Users in JFrog Projects are described below. A Platform Admin can perform all these actions, and many can also be performed by Project Admins. For more details, refer to individual APIs.
Where:
<BASE_URL>: Your JFrog Platform base URL for the Access or Projects API<PROJECT_KEY>: The unique project key<ROLE>: The project role name<USER>: The username of the project member<GROUP>: The group name assigned to the project
For example:
GET https://company.jfrog.io/access/api/v1/projects/mobile-app/usersProject User Management
| Procedure | Using Platform UI | Using APIs | |
|---|---|---|---|
| 1 | Create a project role | Create a Project | Create Role |
| 2 | Get a project role | Manage Project Roles | Get Project Role |
| 3 | Update a project role | Update a Global or Project Role | Update an Existing Project Role |
| 4 | Delete a project role | Manage Project Roles | Delete an Existing Role |
| 5 | Add a user to a project | Assign Members to a Project | Add User in Project |
| 6 | Update a user in a project | Assign Members to a Project | Add or Update User in Project |
| 7 | Get a project user | Manage Project Roles | Get Project User |
| 8 | Get all the project users | Manage Project Roles | Get Project Users |
| 9 | Update a project user | Manage Project Roles | Add or Update User in Project |
| 10 | Delete project user | Remove a Project Member | Delete Existing Project's User |
| 11 | Get a project group | Manage Project Roles | Get Projects Group |
| 12 | Get all the project groups | Manage Project Roles | Get Projects Groups |
| 13 | Update a project group | Manage Project Roles | Update Group in Project |
| 14 | Delete a project group | Remove a Project Group | Delete Existing Project's Group |
| 15 | View project admins, groups and users | Modify a Project | |
| 16 | Edit project admin privileges | Modify a Project | Update Existing Project Properties |
Related Topics
Updated 17 days ago
Did this page help you?
