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

24 lines
554 B
Markdown

---
Title: Identity Group service
Added: v3.4.0
Status: Active
Last reviewed: 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
- [Identity user service](../../core/userInfo/services/identity-user.service.md)