Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 554 Bytes

identity-group.service.md

File metadata and controls

23 lines (16 loc) · 554 Bytes
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