get_role | SELECT | role_id, dd_site | Get a role in the organization specified by the role’s role_id . |
list_roles | SELECT | dd_site | Returns all roles, including their names and their unique identifiers. |
create_role | INSERT | data__data, dd_site | Create a new role for your organization. |
delete_role | DELETE | role_id, dd_site | Disables a role. |
_get_role | EXEC | role_id, dd_site | Get a role in the organization specified by the role’s role_id . |
_list_roles | EXEC | dd_site | Returns all roles, including their names and their unique identifiers. |
clone_role | EXEC | role_id, data__data, dd_site | Clone an existing role |
update_role | EXEC | role_id, data__data, dd_site | Edit a role. Can only be used with application keys belonging to administrators. |