Skip to content

Commit

Permalink
Update users.py
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Mcgrath <adam.mcgrath@auth0.com>
  • Loading branch information
adamjmcgrath authored Oct 26, 2023
1 parent 1588c9f commit 722f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0/management/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def regenerate_recovery_code(self, user_id: str) -> dict[str, Any]:
return self.client.post(url)

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

0 comments on commit 722f71b

Please sign in to comment.