# Entities - Organization ## Get Organization - [GET /api/v2.0/orgs/{orgToken}](https://api-docs.mend.io/sca/2.0/entities-organization/getentity_2.md): Returns an organization as identified by its token. ## Rename Organization - [PUT /api/v2.0/orgs/{orgToken}](https://api-docs.mend.io/sca/2.0/entities-organization/updatedomain.md): Renames the organization identified by its token ## Get Organization Projects - [GET /api/v2.0/orgs/{orgToken}/projects](https://api-docs.mend.io/sca/2.0/entities-organization/getprojects_1.md): Returns a list of all projects accessible to the current user ## Create Project With A New Product - [POST /api/v2.0/orgs/{orgToken}/projects](https://api-docs.mend.io/sca/2.0/entities-organization/createproject_1.md): Creates a new project within a new product. If project name exists will return existing project ## Get Organization Products - [GET /api/v2.0/orgs/{orgToken}/products](https://api-docs.mend.io/sca/2.0/entities-organization/getproducts.md): Returns a list of all products accessible to the current user ## Create Product - [POST /api/v2.0/orgs/{orgToken}/products](https://api-docs.mend.io/sca/2.0/entities-organization/createproduct.md): Creates a new product, If the product already exists it returns the existing product ## Get User Organizations - [GET /api/v2.0/orgs](https://api-docs.mend.io/sca/2.0/entities-organization/getuserdomains.md): Returns a list of all organizations where the current user is a member. ## Create Organization - [POST /api/v2.0/orgs](https://api-docs.mend.io/sca/2.0/entities-organization/createdomain.md): Creates a new organization ## Get Organization Product Entities - [GET /api/v2.0/orgs/{orgToken}/productEntities](https://api-docs.mend.io/sca/2.0/entities-organization/getdomainproductentities.md): Returns extended product information for all products in an organization ## Get Organization Entities - [GET /api/v2.0/orgs/{orgToken}/entities](https://api-docs.mend.io/sca/2.0/entities-organization/getdomainentities.md): Returns all projects and their associated product for a given organization. ## Change Organization - [GET /api/v2.0/orgs/{orgToken}/changeOrganization/{otherOrgToken}](https://api-docs.mend.io/sca/2.0/entities-organization/changedomain.md): You can access a different organization by asking for a new JWT token for the new org. The previous JWT is still valid for the previous org until it expires. All JWT tokens are valid for 30 minutes. ## Get User Organizations - [GET /api/v2.0/orgs](https://api-docs.mend.io/sca/2.0/access-management-organizations/getuserdomains.md): Returns a list of all organizations where the current user is a member. ## Change Organization - [GET /api/v2.0/orgs/{orgToken}/changeOrganization/{otherOrgToken}](https://api-docs.mend.io/sca/2.0/access-management-organizations/changedomain.md): You can access a different organization by asking for a new JWT token for the new org. The previous JWT is still valid for the previous org until it expires. All JWT tokens are valid for 30 minutes.