Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this Page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Snap type:

Read


Description:

This Snap performs a search with criteria (if given) and displays the matching entries of the selected type (User/Group) from the given Azure Active Directory instance. 

  • Expected upstream Snaps: Generators.
  • Expected downstream Snaps: Any file Formatter followed by File Writer.
  • Expected input: Entry type and key (if desired) to sort the entries.
  • Expected output: List of existing entries of the selected type matching the given criteria.


Prerequisites:

None.


Support and limitations:Works in Ultra Task Pipelines.
Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Azure Active Directory OAuth2 Account for information on setting up this type of account.


Views:


InputThis Snap has at most one document input view.
OutputThis Snap has exactly one document output view.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.


Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Entity type


The object to work with. Options available include user or group.

Default value: User


Filter

Search criteria to filter the search for the selected Entity type. Azure Expression Language must be used. Refer to https://msdn.microsoft.com/library/azure/ad/graph/howto/azure-ad-graph-api-supported-queries-filters-and-paging-options to learn how to frame search expressions.
Also, only certain attributes can be used in the search expression based on entry type. Refer to https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/entity-and-complex-type-reference to know filterable attributes.

Example:

  • userPrincipalName eq 'syed@sl.com
  • country eq 'india'
  • "userPrincipalName eq \'" + _email + "\'"
  • "country eq \'" + _country + "\'"
  • startswith(displayName,'Dan')
  • "country eq \'" + _country + "\'" +"or "+ "userPrincipalName eq \'" + _email_2 + "\'"
Multiexcerpt include macro
nameSnap Execution
pageAnaplan Read
Multiexcerpt include macro
nameSnap_Execution_Introduced
pageAnaplan Read

Examples

Image Removed

Multiexcerpt include macro
nameObtaining User object ID/Role object ID/Group object ID
pageAzure Active Directory Create Entry


Multiexcerpt include macro
nameMicrosoft Graph API Output
pageAzure Active Directory Create Entry


Insert excerpt
Azure Active Directory Snap Pack
Azure Active Directory Snap Pack
nopaneltrue