Skip to content

Commit f55b369

Browse files
authored
Update concept-certificate-based-authentication-certificateuserids.md
1 parent a21a3f4 commit f55b369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/concept-certificate-based-authentication-certificateuserids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Authorized callers can run Microsoft Graph queries to find all the users with a
145145

146146
To retrieve all user objects that have the value '[email protected]' in certificateUserIds:
147147

148-
```http
148+
```msgraph-interactive
149149
GET https://graph.microsoft.com/v1.0/users?$filter=authorizationInfo/certificateUserIds/any(x:x eq '[email protected]')&$count=true
150150
ConsistencyLevel: eventual
151151
```

0 commit comments

Comments
 (0)