How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

FOSSology Groups API

User group management

FOSSology Groups API is one of 15 APIs that FOSSology publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Group. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 8 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 1.6.2.

Requests are made against 2 base URLs: http://localhost/repo/api/v1, http://localhost/repo/api/v2.

8 operations 5 paths 7 schemas 2 DELETE3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.6.2
Base URL
http://localhost/repo/api/v1
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 2

FOSSology Groups API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It supports OAuth 2.0 (oauth) using the clientCredentials flow. By default, every request must be authenticated.

  • bearerAuth — Token from FOSSology
  • oauth — Machine-2-Machine communication from oauth

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 2 DELETE, 3 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Groups 8

User group management

GET
/groups
Get the list of groups
getGroups → 200default
POST
/groups
Create a new group
createGroup 1 param → 200400500default
DELETE
/groups/{id}
Delete group by id
deleteGroupById 1 param → 202default
DELETE
/groups/{id}/user/{userId}
Delete group member by groupId and userId
deleteGroupMemberByGroupIdAndUserId 2 params → 200404400500default
POST
/groups/{id}/user/{userId}
Add user to a group
addMember 2 params body → 200400500default
PUT
/groups/{id}/user/{userId}
Update Permission
updatePermissionByGroupIdAndUserId 2 params body → 202404400500default
GET
/groups/deletable
Give a list of deletable groups
deletableGroups → 200default
GET
/groups/{id}/members
Get the users with their roles from a group
getGroupUsersWithRoles 1 param → 200default

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Analysis (13 properties), User (10 properties), Info (3 properties), UserGroupMember (2 properties). Each schema is shown below with its type and property counts.

Group
object
Group object
2 properties
AddMember
object
UserMember options
1 property
Analysis
object
13 properties
NewGroupPermission
object
User Group permission update
1 property
Info
object
3 properties
User
object
10 properties 1 required
UserGroupMember
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fossology-groups-api-openapi.yml Raw ↑

Other APIs FOSSology publishes across the network.

FOSSology Admin API
FOSSology auth API
FOSSology Copyrights API
FOSSology Folders API
FOSSology info API
FOSSology Job API
FOSSology License API
FOSSology Maintenance API
FOSSology Organize API
FOSSology Overview API
FOSSology Report API
FOSSology Search API
Where this information came from

This is an independent, third-party profile of FOSSology Groups API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.