RetrieveAadUserPrivileges Function

Retrieves the privileges an Azure Active Directory user has through his or her direct roles, or via team memberships.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
DirectoryObjectId
Edm.Guid False True

Azure Active Directory Object ID (Azure AD ID) of the user.

Return type

Type Nullable Description
RetrieveAadUserPrivilegesResponse False Contains the response of the RetrieveAadUserPrivileges function.

See also