GET multiple Groupsget {protocol}://{base-url}/integration/v1/group/This API is used to list all Groups.Query Paramsdisplay_namestringFilter by an exact match on display_namedisplay_name__containsstringFilter by a case-sensitive substring on display_namedisplay_name__icontainsstringFilter by a case-insensitive substring on display_nameemailstringFilter by an exact match on emailemail__containsstringFilter by a case-sensitive substring on emailemail__icontainsstringFilter by a case-insensitive substring on emailidinteger≥ 1Filter by Group ID. Multiple IDs can be specified using the format ?id=1&id=2.limitinteger≥ 1Defaults to 100The number of items to return.profile_idinteger≥ 1Filter by Group Profile ID. Multiple IDs can be specified using the format ?profile_id=1≺ofile_id=2.skipintegerDefaults to 0The number of items to skip.order_bystringenumSort by a specified property: display_name - A to Z, by display_name -display_name - Z to A, by display_name email - A to Z, by email -email - Z to A, by email id - Ascending by id -id - Descending by id profile_id - Ascending by id -profile_id - Descending by id display_name-display_nameemail-emailid-idprofile_id-profile_idShow 8 enum valuesvaluesstringA comma-separated sub-set of properties to select for each item.Responses 200Requested Groups 400Malformed Request 401Unauthorized bad/missing token 403Forbidden User cannot edit this resource 404The specified resource was not found 500Internal Server ErrorUpdated 5 months ago Group OverviewGET a GroupDid this page help you?YesNo