# Policies - Organization ## Get organization policy - [GET /api/v2.0/orgs/{orgToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-organization/getcontextpolicy_2.md): Returns the given policy for a particular organization ## Update Organization Policy - [PUT /api/v2.0/orgs/{orgToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-organization/updatepolicy_2.md): Updates a policy of a given organization ## Delete Organization Policy - [DELETE /api/v2.0/orgs/{orgToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-organization/deletepolicy_2.md): Deletes the given policy for an organization ## Update Organization Policy Priorities - [PUT /api/v2.0/orgs/{orgToken}/policies/priority](https://api-docs.mend.io/sca/2.0/policies-organization/updatepriorities_2.md): Updates the priority of policies in a given organization. Policies are numbered and then evaluated sequentially. The request body should contain a list of policy UUIDs in the desired order, starting from highest priority. The service returns a list or ordered policies. ## Apply Organization Policies On Inventory - [POST /api/v2.0/orgs/{orgToken}/policies/apply](https://api-docs.mend.io/sca/2.0/policies-organization/applyoninventory_2.md): After initiating this call, the process will be performed asynchronously in the background. To check the status of the process and retrieve the final outcome, use the "Get Async Process Status" request. ## Get organization policies - [GET /api/v2.0/orgs/{orgToken}/policies](https://api-docs.mend.io/sca/2.0/policies-organization/getcontextpolicies_2.md): Returns all of the policies of a given organization ## Create Organization Policy - [POST /api/v2.0/orgs/{orgToken}/policies](https://api-docs.mend.io/sca/2.0/policies-organization/createpolicy_2.md): Creates a new policy for a given organization