Microsoft Active Directory · Arazzo Workflow
Active Directory Self-Service Profile Review
Version 1.0.0
Read the signed-in user's profile, then list their group memberships and look up their manager.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
self-service-profile-review
Show the signed-in user their own profile, memberships, and manager.
Reads the signed-in user's profile via /me, lists the directory objects they are a direct member of, and reads their manager.
1
getMyProfile
get-me
Retrieve the signed-in user's profile via the /me endpoint.
2
listMyMemberships
list-user-member-of
List the groups and directory roles the signed-in user is a direct member of, filtered to group objects.
3
getMyManager
get-user-manager
Read the signed-in user's assigned manager.