cURL
curl --request PATCH \ --url https://api.bland.ai/v1/orgs/{org_id}/members/permissions \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "action": "<string>", "target": "<string>", "permissions": [ "<string>" ] }'
{ "data": { "newPermissions": ["viewer", "operator"] }, "errors": null }
Modify the permissions of an existing member within an organization.
"add"
"remove"
"reset"
"set"
"owner"
"admin"
"operator"
"viewer"
null
Was this page helpful?