# Minor changes to CMA site endpoint response

[date: 2022-05-24T11:50:43.769+02:00]

Starting from May 30th, 2022 10:00 CEST:

The [`site` resource object](https://www.datocms.com/docs/content-management-api/resources/site.md) returned by the CMA will no longer expose the following properties:

-   `attributes.frontend_url`: this was deprecated years ago in favor of multiple [build triggers](https://www.datocms.com/docs/content-management-api/resources/build-trigger/instances.md) per project;
-   `relationships.menu_items`: use the [dedicated endpoint](https://www.datocms.com/docs/content-management-api/resources/menu-item/instances.md) to retrieve the list of menu items;
    
-   `relationships.users`: use the [dedicated endpoint](https://www.datocms.com/docs/content-management-api/resources/user/instances.md) to retrieve the list of collaborators;
-   `relationships.sso_users`: use the [dedicated endpoint](https://www.datocms.com/docs/content-management-api/resources/sso-user/instances.md) to retrieve the list of SSO users;
    
-   `relationships.roles`: use the [dedicated endpoint](https://www.datocms.com/docs/content-management-api/resources/role/instances.md) to retrieve the list of roles;
-   `relationships.build_triggers`: use the [dedicated endpoint](https://www.datocms.com/docs/content-management-api/resources/build-trigger/instances.md) to retrieve the list of build triggers.