Skip to content

Integrate the STORE API for automated user insertion into groups#101

Draft
abdotop wants to merge 1 commit intomasterfrom
100-integrate-the-store-api-for-automated-user-insertion-into-groups
Draft

Integrate the STORE API for automated user insertion into groups#101
abdotop wants to merge 1 commit intomasterfrom
100-integrate-the-store-api-for-automated-user-insertion-into-groups

Conversation

@abdotop
Copy link
Member

@abdotop abdotop commented Mar 13, 2026

refactor: externalize team management to use lmdb-store for Google Groups.

@abdotop abdotop linked an issue Mar 13, 2026 that may be closed by this pull request
@abdotop abdotop self-assigned this Mar 13, 2026
const allData = await get<GoogleGroupItem[]>('google/group', {
q: `select((.kind == "admin#directory#group" and .id == "${id}") or (.kind == "admin#directory#member" and (._key | split("/")[2]) == "${id}"))`,
})

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get group first: google/group/${id}, .name
get members: google/group/${id}/member { email: .email, .id: .id, name: get("google/user", .id) | .fullName }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate the STORE API for automated user insertion into groups

2 participants