new Groups()
Methods
-
all(qs)
-
Get a list of visible groups for the authenticated user. When accessed without authentication, only public groups are returned.
Parameters:
Name Type Description qs
object query information
-
create(group)
-
Creates a new project group. Available only for users who can create groups.
Parameters:
Name Type Description group
object group information
-
query(groupId)
-
Get all details of a group. This endpoint can be accessed without authentication if the group is publicly accessible.
Parameters:
Name Type Description groupId
integer | string The ID or URL-encoded path of the group owned by the authenticated user