Get User
Get a single user
Configuration
Name
Description
Default value
Mandatory
Expanded
search_filter
Filter to find the user
""
return_attributes
What user attributes to include in response.
"displayName,id"
must_find_user
Valve fails if no user is found.
true
{
"name": "AzureGetSingleUser",
"enabled": true,
"config": {
"search_filter": "${item.search_filter}",
"return_attributes": "displayName,id",
"must_find_user": true
}
}