- Path:
/group/{group_id}
- Method: GET
Description
The /group/{group_id} endpoint currently requires bearer authentication and is restricted to user accounts only.
Issue
- Can we have this endpoint to be accessible to registered services to enable service-to-service communication?
- It seems this endpoint only returns
user_id's when queried, can we append the user email as well to the response?
/group/{group_id}Description
The
/group/{group_id}endpoint currently requires bearer authentication and is restricted to user accounts only.Issue
user_id's when queried, can we append the user email as well to the response?