invite_user_to_projects¶
Invites a DNAnexus user to be a member of all projects (that the current user has access to in the specified org) with the specified access level. Typically used by an admin to invite himself to all projects in the org, since by default an admin can’t access projects in the org that aren’t shared with him.
usage: invite_user_to_projects.py [-h] [-i INVITEE] -l
{VIEW,UPLOAD,CONTRIBUTE,ADMINISTER} -o ORG
--created-after CREATED_AFTER --log-file
LOG_FILE
Named Arguments¶
| -i, --invitee |
|
| -l, --access-level | |
Possible choices: VIEW, UPLOAD, CONTRIBUTE, ADMINISTER
| |
| -o, --org |
|
| --created-after | |
| |
| --log-file | The name of the log file. |