groups()
Returns all groups defined on the server.
1. Signature
-
Sync
-
Async
ecm.security.groups() -> list[ECMGroup]
await ecm.security.groups() -> list[ECMGroup]
3. Examples
4. See also
-
group() — Retrieve attributes of a single group
-
group_members() — Retrieve members of a group
-
user_groups() — Groups of a specific user