alfresco-ng2-components/docs/core/services/identity-group.service.md
2025-01-14 12:00:07 -05:00

554 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Identity Group service v3.4.0 Active 2019-07-13

Identity Group service

Performs CRUD operations on identity groups.

Class members

Methods

  • search(name: string, filters?: IdentityGroupFilterInterface)): Observable<IdentityGroupModel[]>
    • name: string -
    • filters: `IdentityGroupFilterInterface - (Optional)
    • Returns Observable<IdentityGroupModel[]> -

See also