Skip to main content
Version: 6 - Palatschinke

User

class flow_api.user.User(select=None, init=None, by=name, **kwargs)

Base class: Identity

The User class represents a User. Functions from the User class allow interaction with User objects.

A user can be created with system.user('username').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at User

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = user

Methods