@@ -28,7 +28,7 @@ Delete an app in azure AD. Requires the Application.ReadWrite.OwnedBy or Applica
2828
2929| Name | Type | Description |
3030| --------- | ------- | --------------------------- |
31- | ` id ` | ` string ` | Object ID of the app. |
31+ | ` objectId ` | ` string ` | Object ID of the app. |
3232
3333### Disable User
3434
@@ -140,7 +140,7 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
140140
141141| Name | Type | Description |
142142| --------- | ------- | --------------------------- |
143- | ` id ` | ` string ` | ID of the app . |
143+ | ` id ` | ` string ` | ID of the user. id or userPrincipalName should be specified . |
144144| ` userPrincipalName ` | ` string ` | Principal Name of the user. id or userPrincipalName should be specified. |
145145
146146## Set up
@@ -170,7 +170,7 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
170170#### Add permissions
171171
1721721 . Go to ` Manage ` > ` API permissions `
173- 2 . Click ` Add a permissions `
173+ 2 . Click ` Add a permission `
1741743 . On the right panel, Select ` Microsoft APIs ` tab
1751754 . Click ` Microsoft Graph `
1761765 . Click ` Application permissions `
@@ -187,4 +187,4 @@ Invalidates all the refresh tokens issued to applications for a user. Requires t
187187
188188## Extra
189189
190- Module ** ` Microsoft Entra ID ` v2.9.0 **
190+ Module ** ` Microsoft Entra ID ` v2.10.5 **
0 commit comments