cURL
curl --request PATCH \ --url https://api.engagefabric.com/team/members/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "John Doe", "role": "OWNER" } '
JWT token for admin console authentication
Member UUID
Updated name for the member
255
"John Doe"
Role to assign to the member
OWNER
ADMIN
DESIGNER
DEVELOPER
VIEWER
Member updated successfully