user.get_user_obj ================= Returns dictionary containing information from struct passwd for the user specified by either the username or uid. Bypasses user cache. NOTE: results will not include nested groups for Active Directory users. .. raw:: html
retrieve group list for the specified user.
retrieve SID and domain information for the user.
name of the user
full username or comment field
user home directory
user command line interpreter
numerical user id of the user
numerical group id for the user's primary group
optional list of group ids for groups of which this account is a member. If get_groups
is not specified,
this value will be null.
optional SID value for the account that is present if sid_info
is specified in payload.
the source for the user account.
boolean value indicating whether the account is local to TrueNAS or provided by a directory service.