diff --git a/auth0/management/users.py b/auth0/management/users.py index bd7d820e..3ef8f853 100644 --- a/auth0/management/users.py +++ b/auth0/management/users.py @@ -348,7 +348,7 @@ def unlink_user_account(self, id: str, provider: str, user_id: str) -> Any: url = self._url(f"{id}/identities/{provider}/{user_id}") return self.client.delete(url) - def link_user_account(self, user_id: str, body: dict[str, Any]) -> dict[str, Any]: + def link_user_account(self, user_id: str, body: dict[str, Any]) -> list[dict[str, Any]]: """Link user accounts. Links the account specified in the body (secondary account) to the