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 The RetrieveAadUserPrivileges function returns the following value.

See also