GuideLab API

Update team member role

Changes a team member's non-owner role. Organization owners and admins may update roles; doctor is clinic-only. Ownership moves only through the transfer endpoint.

PATCH
/team/members/{id}

Changes a team member's non-owner role. Organization owners and admins may update roles; doctor is clinic-only. Ownership moves only through the transfer endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Member ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/team/members/550e8400-e29b-41d4-a716-446655440000" \  -H "Content-Type: application/json" \  -d '{    "role": "admin"  }'
{  "member": {    "id": "string",    "userId": "string",    "organizationId": "string",    "role": "string",    "createdAt": "string",    "updatedAt": "string"  }}
Empty
Empty
Empty
Empty
Empty