Namespace: groups¶
Interfaces¶
Functions¶
createGroup¶
▸ createGroup(): Promise
<Group
>
Creates a new group.
Returns¶
Promise
<Group
>
Defined in¶
getGroup¶
▸ getGroup(groupId
): Promise
<Group
>
Gets an existing group.
Parameters¶
Name | Type |
---|---|
groupId |
string |
Returns¶
Promise
<Group
>