security_registry->countUsersByGroup
security_registry->countUsersByGroup is a member in the Authentication and Registry group; call it on the receiver shown before the arrow.
Target
Signature
1security_registry->countUsersByGroupsecurity_registry->countUsersByGroup is a member in the Authentication and Registry group; call it on the receiver shown before the arrow.
security_registry->countUsersByGroup is called with member syntax on a receiver value. security_registry->countUsersByGroup works with request identity or stored session state. Keep authorization checks close to the action they protect.
Examples
Basic call
1security_registry->countUsersByGroupThe example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.