curl --request POST \
--url https://api.openworklabs.com/v1/roles \
--header 'Content-Type: application/json' \
--data '
{
"roleName": "<string>",
"permission": {}
}
'{
"success": true
}Creates a custom organization role with a named permission map.
curl --request POST \
--url https://api.openworklabs.com/v1/roles \
--header 'Content-Type: application/json' \
--data '
{
"roleName": "<string>",
"permission": {}
}
'{
"success": true
}Was this page helpful?