Get User
Retrieve the properties and relationships of user object.
Introduction
Get a single user from Entra ID. Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module
user_id
User id or UPN.
select
Select these attributes.
id_property
Select this attribute as item ID.
"id"
use_beta_api
Graph API beta endpoint.
false
{
"name": "EntraIDGetUser",
"config": {
"user_id": "{{{item.id}}}",
"select": "id,businessPhones,displayName,mail,userPrincipalName"
}
}