/
TI
tidelift
/
Tidelift External API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 3w ago
Details
Filter operations
Alignments
4
Authentication
1
Catalog Releases
8
Catalogs
11
CatalogStandards
3
Groups
10
get
List groups in an organization
post
Create a new group
get
Look up a group by id, name, or slug
delete
Delete a group. Does not check to see if the group is being used.
get
List all projects linked to a group
post
Add an existing project to an existing group
delete
Remove an existing project from an existing group
get
List all users in a given group
post
Add user to group
delete
Remove user from group
Licenses
4
Packages
6
Projects
8
Releases
5
Reports
3
Users
1
Vulnerabilities
2
Groups
Create a new group
post
/v1/{org_name}/groups
Path parameters
org_name
string
required
Example:
My-Company
The name of the Organization.
Request body
object
required
group_name
string
Response
The created group
GroupResponse
required
id
string
name
string
slug
string
repository_count
integer
Deprecated in favor of project_count.
project_count
integer
user_count
integer
conditional_exception_count
integer
Changes