List groups
GET/api/v1/groups
Returns immediately. Each entry is an id and a name, and the id is what the import and search endpoints mean by groupId. Only groups your API key's profile directly owns are listed. The search and member endpoints accept these and any group beneath them — owning a group covers its whole subtree — while groups the profile is merely a member of are not listed and cannot be fetched. Owning a group directly is also what lets you import against it.
Responses
- 200
- 400
- 403
The groups your API key's profile owns, each as an id and a name.