# Get a group's participants **GET /api/v1/group/{group_uuid}/participants** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **group_uuid** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Name to filter by - **filter[type]** (string) Account type to filter by. Valid fields are [employee, client, external]. - **filter[role]** (string) Account role to filter by. Valid fields are [owner, admin, member, individual, trust, business, joint, introducer]. - **sort** (string) Field to sort by. Valid fields are [created_at, first_name, last_name, updated_at, type]. Negative sign to denote DESC. Defaults to 'name'. - **per_page** (integer) the amount of addon subscriptions per page (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)