user_grant

Function

ArgDescriptionType
userThe user to create or update.string (required)
rolesList of roles to give the user.list of string
orgsOne or more org IDs to grant access to. If not specified we use current orglist of string
policyA dict of permissions to set (e.g. as obtained from the gui_users() function).ordereddict.Dict

Description

Grants the user the specified roles.