RetrieveAadUserSetOfPrivilegesByIds Function
Retrieves the filtered 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. |
PrivilegeIds
|
Collection( Edm.Guid ) | False | True | An array of privileges Ids that need to be retrieved. |
Return type
Type | Nullable | Description |
---|---|---|
RetrieveAadUserSetOfPrivilegesByIdsResponse | False | Contains the response of the RetrieveAadUserSetOfPrivilegesByIds function. |