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
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = userMethods
add_role
details
add_tag
details
archive
details
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
get_identity_created_by
details
get_identity_deleted_by
details
get_identity_modified_by
details
get_logs
details
get_public_keys
details
get_roles
details
get_tags
details
remove_role
details
remove_tag
details
restore
details
save
details
send_mail
details