# createPublicAppUrl

### Parameters

1. options - Json object with the same properties as \[createPublicAppUrl]\(/globalDoc/function\_createPublicAppUrl) options, plus:
   * publicUser - the user email address of the brixxbox user, that will be used for the public app .

### Example Usages

```javascript
   await brixxApi.createPublicAppUrl({appName: "survey", publicUser: "surveyuser@acme.com", id:1});
```
