> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/norbix-cloud/code/norbix-functions/microsoft-functions/aad-users.md).

# Microsoft 365 Users

This function allows to use all of the Microsoft Graph users API requests. For the full documentation, check the [external references](#external-references).

For general Microsoft functions usage check a link below.

{% content-ref url="/pages/-M6AfVuV2lAQNKG2EO65" %}
[Microsoft Functions](/norbix-cloud/code/norbix-functions/microsoft-functions.md)
{% endcontent-ref %}

## Parameters

The following are available parameters to use in these functions.

| Name       | Description                                                                            |
| ---------- | -------------------------------------------------------------------------------------- |
| userId     | Norbix project user ID or Microsoft user ID. **Defines which user's resource to get.** |
| authUserId | Norbix project user ID. **Defines who is trying to get the resource.**                 |

## External references

As all of these functions uses Microsoft Graph API, you will find all of the details in the official documentation:

* [Microsoft Graph users documentation](https://docs.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0)
