getGroup( )


Retrieves a group.

For groups with group.privacyStatus set to SECRET, only group admins and group members can see the group and its content.

Method Declaration
Copy
Method Parameters
groupIdstringRequired

ID of the group to retrieve.


optionsGetGroupOptions
Returns
Return Type:Promise<Group>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?