diff --git a/src/pages/[platform]/build-a-backend/auth/grant-access-to-auth-resources/index.mdx b/src/pages/[platform]/build-a-backend/auth/grant-access-to-auth-resources/index.mdx index 6c9858236d8..0b8942e0470 100644 --- a/src/pages/[platform]/build-a-backend/auth/grant-access-to-auth-resources/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/grant-access-to-auth-resources/index.mdx @@ -72,8 +72,10 @@ When you grant a function access to another resource in your Amplify backend it |forgetDevice | Grants permission to deregister any user's devices | |getDevice | Grants permission to get information about any user's devices | |getUser | Grants permission to look up any user by user name | +|listUsers | Grants permission to list users and their basic details in the UserPool | |listDevices | Grants permission to list any user's remembered devices | |listGroupsForUser | Grants permission to list the groups that any user belongs to | +|listUsersInGroup | Grants permission to list users in the specified group | |removeUserFromGroup | Grants permission to remove any user from any group | |resetUserPassword | Grants permission to reset any user's password | |setUserMfaPreference | Grants permission to set any user's preferred MFA method |