> For the complete documentation index, see [llms.txt](https://gebra-it.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gebra-it.gitbook.io/wiki/client-api-reference/functions/inviteuser.md).

# 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 = app.inviteUser("john.doe@acme.com");
```

In order to learn more about this function click here.
