cURL
curl --request POST \ --url https://api.openworklabs.com/v1/orgs/{orgId}/members/{memberId}/role \ --header 'Content-Type: application/json' \ --data ' { "role": "<string>" } '
{ "success": true }
Changes the role assigned to a specific organization member.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
Den TypeID with 'om_' prefix and a 26-character base32 suffix.
29
^om_.*
1 - 64
Member role updated successfully.