For the complete documentation index, see llms.txt. This page is also available as Markdown.

redivis.user

redivis.user(name) User

Construct a new user instance.

Parameters:

user_name : str The case-insensitive username of the user.

Returns:

User

Examples

user = redivis.user("imathews")

Was this helpful?