ProjectService.createUserProject Method

Creates a user project for the specified account.
 

Parameters

accountId

Type: String
The ID of the account to create the user project for.
tenantId

Type: String
The ID of the user project's tenant.

Return Value


Type: jQuery.Promise
Value: dundas.filesystem.Project
A promise object that is resolved when the call is complete. If successful, a dundas.filesystem.Project object is returned with the ID of the created project.