> For the complete documentation index, see [llms.txt](https://dansteren.gitbook.io/cordova-plugin-gotenna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dansteren.gitbook.io/cordova-plugin-gotenna/api/user.md).

# User

The User class is exposed as gotenna.User and can be instantiated thusly:

```javascript
var myUser = new gotenna.User({name: 'John Doe', gid: 1234567890, ...})
```

## Static Methods

{% content-ref url="/pages/-LK26YGk7z5lIBOU0nVi" %}
[createUser](/cordova-plugin-gotenna/api/user/createuser.md)
{% endcontent-ref %}

## Methods

{% content-ref url="/pages/-LK27PL5ncl\_KM4Ib0hp" %}
[constructor](/cordova-plugin-gotenna/api/user/constructor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LK27UDVEAFcjCkuNCMC" %}
[addGroupGID](/cordova-plugin-gotenna/api/user/addgroupgid.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LK27hLDZq5pC-jakcQF" %}
[addMultiCastGroupGID](/cordova-plugin-gotenna/api/user/addmulticastgroupgid.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LK27ne-I\_vIkkPFzT-z" %}
[deleteGroupGID](/cordova-plugin-gotenna/api/user/deletegroupgid.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LK27tbdRpr9mNujlWAC" %}
[deleteMulticastGroupGID](/cordova-plugin-gotenna/api/user/deletemulticastgroupgid.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LK28AbUlDxYBTeIlmY4" %}
[getGID](/cordova-plugin-gotenna/api/user/getgid.md)
{% endcontent-ref %}

{% hint style="info" %}
Note: These docs are not up to date. For a full list of methods check the [API Reference](/cordova-plugin-gotenna/api.md) page
{% endhint %}
