Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 623 Bytes

list-authenticationeventsflow-filter-selfservicesignup-attributes-java-snippets.md

File metadata and controls

16 lines (10 loc) · 623 Bytes
description
Automatically generated file. DO NOT MODIFY
// Code snippets are only available for the latest version. Current version is 6.x

GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);

AuthenticationEventsFlowCollectionResponse result = graphClient.identity().authenticationEventsFlows().get(requestConfiguration -> {
	requestConfiguration.queryParameters.filter = "microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/any(attribute:attribute/id eq 'city')";
});