Skip to content

Commit 722f71b

Browse files
authored
Update users.py
Signed-off-by: Adam Mcgrath <adam.mcgrath@auth0.com>
1 parent 1588c9f commit 722f71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth0/management/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def regenerate_recovery_code(self, user_id: str) -> dict[str, Any]:
377377
return self.client.post(url)
378378

379379
def get_guardian_enrollments(self, user_id: str) -> dict[str, Any]:
380-
"""Retrieves all Guardian enrollments.
380+
"""Retrieve the first confirmed Guardian enrollment for a user.
381381
382382
Args:
383383
user_id (str): The user_id of the user to retrieve.

0 commit comments

Comments
 (0)