# v3.0.6 - 27th June 2024

### Resource Images

We are excited to announce a new feature that enhances the user experience by displaying images of resources.&#x20;

This feature aims to provide users with a visual representation of meeting rooms, desk areas, and other reservable resources, allowing for better decision-making before making reservations.

When navigating to 'My Floor' and clicking on a resource, users will now see the image of the resource at the top of the side drawer. This visual aid helps users quickly identify the resource and understand its layout and amenities.

<figure><img src="/files/o0rmgCSs7ZKJJn41OQUw" alt="" width="229"><figcaption></figcaption></figure>

To get started, as an administrator, navigate to resources and whilst adding or editing a resource you will see an option to upload an image.

<figure><img src="/files/F59ki90A9i1UoBgan7ku" alt=""><figcaption></figcaption></figure>

### Vecos Locker Integration

<figure><img src="/files/r3KfsW4MdNqmkFwZNeqa" alt=""><figcaption></figcaption></figure>

We are excited to announce the release of the Vecos locker integration feature within the UMA app. This new functionality allows administrators to seamlessly connect their Vecos locker tenant to the UMA app, enabling employees to easily claim, open, and release lockers directly from the app.

* **Streamlined Locker Management:** Simplifies the process for employees to manage lockers via the UMA app.
* **Secure Access:** Ensures that only authorised users can open and use lockers that they have reserved.

### Microsoft 365 Lite Integration

<figure><img src="/files/7x543tMbDM2jiITrQpFO" alt=""><figcaption></figcaption></figure>

We are pleased to announce an enhancement to our Microsoft 365 integration, offering more flexibility in how you connect and consent to permissions. This update introduces two distinct permission scopes: a full permission scope and a lighter Graph API permission scope for calendar integration.

<figure><img src="/files/0Izn9wWGDqR6xdJizHLR" alt="" width="375"><figcaption></figcaption></figure>

1. **Full Permission Scope:**
   * **Purpose:** Provides comprehensive access to Microsoft 365 functionalities.
   * **Permissions Included:**
     * `calendars.readwrite`
     * `group.read.all`
     * `groupmember.read.all`
     * `place.read.all`
     * `user.read.all`
   * **Capabilities:**
     * Full calendar access and management.
     * Reading all group details and members.
     * Accessing resource information.
     * Syncing user profiles including photos.
2. **Lite Permission Scope:**
   * **Purpose:** Offers a streamlined integration for basic calendar functionalities.
   * **Permissions Included:**
     * `calendars.readwrite`
     * `place.read.all`
   * **Capabilities:**
     * Basic calendar access and management.
     * Accessing resource information.
   * **Limitations:**
     * No profile photo sync from Microsoft.
     * No group user sync.

To get started, follow the guide [here](/uma-knowledgebase/integrations/calendar/microsoft-365.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2024/v3.0.6-27th-june-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
