Skip to content

user_information

user_information #

Procedures that retrieve information about the user.

Procedures that retrieve information about the user from device/app settings. These procedures enable personalized workflows without requiring repeated user input for basic identity information.

GetUserID #

Bases: Procedure[UserID]

Retrieve the user's name/identifier from device/app settings.

This procedure has no parameters — it reads directly from the user's configured settings.

Source code in capturegraph-lib/capturegraph/procedures/nodes/process/user_information.py
@make_procedure
class GetUserID(Procedure[UserID]):
    """Retrieve the user's name/identifier from device/app settings.

    This procedure has no parameters — it reads directly from the
    user's configured settings.
    """