# inviteUser

### inviteUser(string email)

This function takes a string as a parameter. This string should be an email address of a new user to whom admin of current workspace wants to invite. This function provides functionality of sending an email to a new user.

### Example Usage

```javascript
   var result = brixxApi.inviteUser("john.doe@acme.com");
```

In order to learn more about this function click here.
