security_registry->listUsers
Lists users.
Target
Signature
1security_registry->listUsers(...)Lists users.
security_registry->listUsers is called with member syntax on a receiver value. security_registry->listUsers works with request identity or stored session state. Keep authorization checks close to the action they protect.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1security_registry->listUsersThe example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.