Description Usage Arguments Value
View source: R/create-group-acl.R
Create a new Synapse FormGroup. Creator will be listed in ACL as administrator. See Synapse REST API. # nolint
1 | create_new_form_group(syn, name)
|
syn |
Synapse login object |
name |
Group name, between 3 and 256 characters, that is globally unique. If a group with the same name exists and the user has ACCESS_TYPE.READ permissions on the group, then will get the FormGroup back. |
The FormGroup list, including the fields groupId, name, createdBy, and createdOn.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.