Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add projection full for users #1

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

longnbao
Copy link
Owner

@longnbao longnbao commented Mar 14, 2024

By setting the projection to "full," you're essentially specifying that you want to retrieve all available information related to the user, including customSchema, which refers to any custom attributes or fields that have been defined within the Google Workspace user profiles.

This change will ensure that you can access and utilize a more extensive range of user data, providing a more detailed and comprehensive view of user information within the Google Workspace.

// Possible values:
//
//	"basic" (default) - Do not include any custom fields for the user.
//	"custom" - Include custom fields from schemas requested in
//
// `customFieldMask`.
//
//	"full" - Include all fields associated with this user.

@longnbao longnbao merged commit 9c201c7 into master Mar 14, 2024
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.

1 participant