List group members
GET/api/v1/groups/:groupId/members
Returns immediately. Requires the group id (from GET /api/v1/groups) and the id of the custom identifier whose values you want back (a property with isIdentifier: true from GET /api/v1/custom-properties). Every member comes back with its BeCause company id and name next to your own identifier value, which is how you reconcile a group against your own records and spot the companies you have not mapped yet.
Request
Responses
- 200
- 400
- 403
The group's members, each with its BeCause company id and name next to the requested custom identifier's value.
Returned when the group id or the custom identifier id is missing.
Returned when the group isn't one your API key's profile owns (directly or through a parent group), or the custom identifier isn't accessible to it.