IGroupsByMembership
Interface
Arrays of groupId's, based on the user's membership in the group
Properties
Property |
Type |
Notes |
admin
|
string[]
|
Groups where the user is an admin, allowing them
to add / remove members, as well as share content
they do not own
|
member
|
string[]
|
Groups where the user is a member. ViewOnly groups
will not be included in this list.
|
owner
|
string[]
|
Groups where the user is the owner, allowing them
to add / remove members, as well as share content
they do not own
|
Interface defined in common/src/search/types/IGroupsByMembership.ts:5