Role Mappings REST Endpoints

Setup Assistants/Role Mappings
The Resource Role Mapping resource is used to create resource roles and role mappings.
Create resource roles and role mappings
Method: post
Path: /crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/RoleMappings
Delete a resource role and role mapping
Method: delete
Path: /crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/RoleMappings/{Id}
Get all resource roles and role mappings
Method: get
Path: /crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/RoleMappings
Get resource role and role mapping
Method: get
Path: /crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/RoleMappings/{Id}
Update a resource role and role mapping
Method: patch
Path: /crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/RoleMappings/{Id}