Description: Returns all projects the requesting user manages (Project Admin or a user assigned with the 'Administer the Platform' role).
Since: 7.17.4
Security: Requires a user with Project Admin or a user assigned with the 'Administer the Platform' role. Note that if the request is issued by a Project Admin, only the projects listed under the Project Admin's scope will be listed.
Usage: GET ${baseUrl}/access/api/v1/projects
Produces: application/json; charset=UTF-8
Header parameter: -H "Authorization: Bearer <ACCESS_TOKEN>"
Sample Response:
[ { "display_name": "artifactory", "description": "The binary repository manager", "admin_privileges": { "manage_members": true, "manage_resources": true }, "storage_quota_bytes": 0, "soft_limit": false, "storage_quota_email_notification": true "project_key": "rtfct" } ]