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.
:py:obj:resources.user.User
Parameters
Name | Type | Description |
---|---|---|
select | ||
init | ||
by | ||
**kwargs |
Constants
RESOURCE = userMethods
archive ()
clone (update=None, **kwargs)
delete ()
exists ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
load (*fields)
roles ()
save (update=None, **kwargs)
send_mail (subject, text=None, html=None)
set (key, value)