Create a practice group
Create a new practice group to organize clinic partnerships. Supports custom export configurations. Lab only.
Create a new practice group to organize clinic partnerships. Supports custom export configurations. Lab only.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/practice-groups" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "practiceGroup": null}Assign partnerships to a practice group POST
Assign one or more active partnerships to an active practice group. All partnerships must belong to the current lab. Lab manager only.
Deactivate a practice group DELETE
Soft-delete a practice group by setting it to inactive. Active partnerships in the group are unassigned first; terminal epochs retain their historical grouping. Lab manager only.