Listing Groups - test
API Endpoint
GET /v1/groups
Responses
The response will include an array of groups for the Team and will include the Group's id and name
[
{
"id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name" : "All Members"
}, {
"id" : "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"name" : "Experts"
}
]
See Also
Comments
0 comments
Please sign in to leave a comment.