security_registry->addGroup
Adds a group.
Target
Signature
1security_registry->addGroup(name::string, ...)Adds a group.
security_registry->addGroup is called with member syntax on a receiver value. security_registry->addGroup works with request identity or stored session state. Keep authorization checks close to the action they protect.
Parameters
name- Required value of type
string. Supplynamepositionally unless the signature shows a keyword form. ...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1security_registry->addGroup('editors')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.