mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
24 lines
554 B
Markdown
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)
|