Users
Learn about creating and managing users via the DNAnexus Platform API.
Users can create their own DNAnexus user accounts by registering via the Platform signup page. For orgs covered by a license that enables account provisioning, org admins can create accounts for other users on behalf of the org.
The Platform provides two API methods for interacting with existing users: one for describing existing users, and one for updating your own account details and settings.
Username (Handle) vs. User ID
When a user account is created, the user supplies their desired username (also referred to as handle). To turn this username into a user object ID, the username is transformed to lowercase, and the string user- is prepended to it. The username can be obtained from the user ID with the /user-xxxx/describe method below.
API Method: /user-xxxx/describe
/user-xxxx/describeSpecification
Describes the specified user. The list of projects billed to the user is not the same as the list of projects the user has permissions to. To retrieve the latter, use /system/findProjects.
When /user-xxxx/describe is invoked by any user other than user-xxxx, or by a non full-scope token, only the ID, class, first, middle, last, and handle fields are returned.
Inputs
defaultFieldsboolean (optional, default false iffieldsis supplied, true otherwise) whether to include the default set of fields in the output (the default fields are described in the "Outputs" section below). The selections are overridden by any fields explicitly named infieldsfieldsmapping (optional) include or exclude fields from the output. These selections override the settings indefaultFieldskey Desired output field (see the "Outputs" section below for valid values)
value boolean Whether to include the field
The following options are deprecated (and are not respected if fields is present):
appsInstalledboolean (optional, default false) Whether to return the list of apps the user has installedorgsboolean (optional, default false) Whether to return the list of all organizations of which the user is a memberpendingTransfersboolean (optional, default false) If true, returns a list of project IDs which the user has been invited to be the billing account for
Outputs
idstring ID of the user in the format "user-xxxx"
The following fields are included by default (but can be disabled using$ fields or defaultFields):
classstring The value "user"firststring The user's first namelaststring The user's last namemiddlestring The user's middle initial or name (may be the empty string)handlestring The user's username (handle)
The rest of the keys are only present if the requesting user is the same as the user being described AND a full scope token is supplied.
The following fields are included by default (but can be disabled using fields or defaultFields):
createdBymapping Contains information on how the account was createduserstring The user who created the account. This is the same asidif the user signed up for an account themselvesorgstring (present if applicable) The organization ID on behalf of which the user indicated increatedBy.usercreated this user account
emailstring The user's e-mail addressbillTostring The default value ofbillTothat is used for all new projects created by this usersecurityLevelstring The user's security level, either "high" or "normal"otpEnabledboolean Whether one time password-based multi-factor authentication is enabled on the user's account.passwordExpiresAttimestamp (present ifsecurityLevelis "high") Time at which the user's password expiresphiFeaturesEnabledboolean Whether the user has protected health information (PHI) features enabled. Projects using PHI are subject to additional restrictions to ensure security and compliancepoliciesmapping User preferences. For a description of each policy, see the inputs of /user-xxxx/update. Returns all policies, even those that have not been set (and are at their default value).sshPublicKeyUser's public key for use with SSH (ornullif no key has been set via /user-xxxx/update).ssoboolean (optional, default undefined, treated as false) Present and set to true only if the user is an SSO (single sign-on) user.samlIdentityProviderstring (optional, present ifssois true) entityID of the SAML 2.0 identity provider used by this user.pendingBillingInformationmapping or null A mapping containing billing information that goes into effect once the accounts payable contact agrees to and confirms the billing information, ornullif there is no pending billing informationestSpendingLimitLeftnumber or null Estimated number of dollars left before new activities billed to the user are locked down. The valuenullindicates that there is no spending limit imposed on the account. This value may also be negative to indicate that the user has exceeded the spending limit (it may continue to become more negative if jobs are still running or any projects with a nonzero amount of storage are still billed to the user).computeChargesnumber Running total of compute charges (in dollars) for the accountstorageChargesnumber Running total of storage charges (in dollars) for the accountstorageChargesComputedAttimestamp Effective time at whichstorageChargeswas computeddataEgressChargesnumber Running total of data egress charges (in dollars) for the accountdefaultRegionstring The default region in which newly created projects billed to this user reside (may be overridden at project creation time). For more information about regions, see Regions.permittedRegionsarray of strings The regions in which this user is permitted to create projects. For more information about regions, see Regions.
If billing information has been confirmed for this billing account:
billingInformationmapping The confirmed contact information to which invoices are sent
The following fields are only returned if the corresponding field in fields is set to true and billing information has been confirmed for this account:
pricingModelsByRegionmapping Contains information about the pricing models that are in effect for the user (applied to projects whosebillTois this user). The mapping has one entry for each region in thepermittedRegionsof the user:key region, for example,
aws:us-east-1value mapping the pricing model that is applied in this region
storageRatePerGBMonthnumber Storage rate (in dollars per GB-month) for ordinary (non-archival) storage in this regioncomputeRatesPerHourmapping Contains compute rates for each instance type the user is permitted to use in this region. For a list of available instance types, see: Instance Typeskey Instance type name
value number Rate (in dollars per instance-hour)
ipRatesmapping Rate for data leaving DNAnexus from this region to specific destination IP ranges (specified in CIDR notation). If an IP is in more than one specified range, the rate is given by the most specific matching IP range. The mapping includes the predefined key "0.0.0.0/0" with the default rate.key IP range (specified in CIDR notation)
value number Rate (in dollars per GB) leaving DNAnexus to that IP range
The following field is present only if the user has the phiFeaturesEnabled field set to true:
computeRatesPerHourPHImapping Contains compute rates for each instance type the account is permitted to use in this region. This field applies only to projects that have thecontainsPHIflag set to true.key Instance type name
value number Rate (in dollars per instance-hour) for this instance type
The following fields are only returned if the corresponding field in fields is set to true:
appsInstalledmapping Lists installed appskey App name
value boolean The value true
orgsarray of strings List of IDs of organizations of which the user is a memberpendingTransfersarray of strings List of project IDs which the user has been invited to be the billing account for
Errors
ResourceNotFound (the specified user does not exist)
InvalidInput (the input is not a hash,
appsInstalled,orgsorpendingTransfers(if provided) is not a boolean)
API Method: /user-xxxx/update
/user-xxxx/updateSpecification
Updates information about the specified user. Only the user themselves has permission to invoke. The user's first, middle, and last names may be visible to other authenticated DNAnexus users.
Inputs
firststring The user's first namelaststring The user's last namemiddlestring The user's middle initial or name (may be the empty string)policiesmapping (optional) User preferences to updateemailWhenJobCompletestring (optional, default policy is "always") Indicates when email notifications are sent for successful and failed executions. Valid values:always: always email the user when an execution completes, whether it fails or succeedsfailuresOnly: only email the user when an execution failsnever: do not email the user about successful or failed executions
sshPublicKeystring or null an SSH public key that is used to authenticate the user for accessing jobs via SSH. If the value is null, the public key is unset (removing the user's ability to log in to any subsequently created jobs).billTostring (optional) ID of the default entity to which any costs associated with projects and apps created by the user are billed. It must be the ID of the user or an org in which the user is a member withallowBillableActivitiespermissiondefaultRegionstring (optional) The default region in which all newly created projects billed to this user reside (may be overridden at project creation time). For more information about regions, see Regions.
Outputs
idstring ID of the updated user
Errors
ResourceNotFound (the specified user does not exist)
InvalidInput
The input is not a hash
first,last, ormiddle(if provided) is not a stringfirstorlastis an empty stringsshPublicKeyis not either a string or nullthe keys and value of policies are invalid
defaultRegionis not among a user'spermittedRegions
PermissionDenied
A full scope token belonging to the user that is to be updated is required
billTomust be either the ID of the requesting user or the ID of an org in which the requesting user is a member withallowBillableActivitiespermission
Last updated
Was this helpful?