curl --request POST \
--url https://api.openworklabs.com/v1/members/{memberId}/role \
--header 'Content-Type: application/json' \
--data '
{
"role": "<string>"
}
'{
"success": true
}Changes the role assigned to a specific organization member.
curl --request POST \
--url https://api.openworklabs.com/v1/members/{memberId}/role \
--header 'Content-Type: application/json' \
--data '
{
"role": "<string>"
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?