Stay organized with collections
Save and categorize content based on your preferences.
Resource: Member
A Google Groups member can be a user or another group. This member can be inside or outside of your account's domains. For more information about common group member tasks, see the Developer's Guide.
The type of the API resource. For Members resources, the value is admin#directory#member.
email
string
The member's email address. A member can be a user or another group. This property is required when adding a member to a group. The email must be unique and cannot be an alias of another group. If the email address is changed, the API automatically reflects the email address changes.
role
string
The member's role in a group. The API returns an error for cycles in group memberships. For example, if group1 is a member of group2, group2 cannot be a member of group1. For more information about a member's role, see Assign group roles to members.
Acceptable values are:
MANAGER: This role is only available if the Google Groups for Business is enabled using the Admin Console. See Turn Groups for Business ON or OFF. A MANAGER role can do everything done by an OWNER role except make a member an OWNER or delete the group. A group can have multiple MANAGER members.
MEMBER: This role can subscribe to a group, view discussion archives, and view the group's membership list. For more information about member roles, see Assign group roles to members.
OWNER: This role can send messages to the group, add or remove members, change member roles, change group's settings, and delete the group. An OWNER must be a member of the group. A group can have more than one OWNER.
etag
string
ETag of the resource.
type
string
The type of group member.
Acceptable values are:
CUSTOMER: The member represents all users in a domain. An email address is not returned and the ID returned is the customer ID.
EXTERNAL: The member is a user or group from outside the domain. (Not currently used)
GROUP: The member is another group.
USER: The member is a user.
status
string
Status of member (Immutable)
delivery_settings
string
Defines mail delivery preferences of member. This field is only supported by insert, update, and get methods.
Acceptable values are:
ALL_MAIL: All messages, delivered as soon as they arrive.
DAILY: No more than one message a day.
DIGEST: Up to 25 messages bundled into a single message.
DISABLED: Remove subscription.
NONE: No messages.
id
string
The unique ID of the group member. A member id can be used as a member request URI's memberKey.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Google Groups members can be users or groups, located within or outside your domain."],["Member roles include `MEMBER`, `MANAGER`, and `OWNER`, each with varying permissions."],["Members can have customized mail delivery settings such as `ALL_MAIL`, `DAILY`, and `DIGEST`."],["You can manage group members using the provided methods like `insert`, `delete`, and `update` through the API."],["The `type` property denotes whether a member is a `CUSTOMER`, `GROUP`, `USER`, or `EXTERNAL` entity."]]],[]]