from_user_id

Terra.from_user_id(user_id: str)

Creates a User instance out of a UUID corresponding to a registered User on the API

Args: user_id (str): UUID corresponding to a user currently authenticated on the API

Returns: User: Created User instance