added
NEW - Lookup group info via it's name
April 14th, 2026 by Abhay Anumula
Earlier, using the name of the group to look up its details was not possible. Companies mostly used group_ids for fetching group details, updating, or deleting.
With this update, we are allowing companies to look up a group using it's name and then fetch all the necessary details. This makes it more convenient, and does not require the company to remember the group_id.
Endpoint Details
- Method: GET
- URL: https://api.gomotive.com/v1/groups?name={group_name}
- Purpose: Use this endpoint to search for the group by it's name and viewing the details of the group. When you specify the name of the group in the query parameter, the response will bring up all the details such as group_id, user details company_id, and parent_id.
