Show / Hide Table of Contents

Enum Membership.Types.MembershipRole

Represents a user's permitted actions in a Chat space. More enum values might be added in the future.

Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum Membership.Types.MembershipRole

Fields

Name Description
RoleManager

A space manager. The user has all basic permissions plus administrative permissions that let them manage the space, like adding or removing members. Only supported in [SpaceType.SPACE][google.chat.v1.Space.SpaceType].

RoleMember

A member of the space. The user has basic permissions, like sending messages to the space. In 1:1 and unnamed group conversations, everyone has this role.

Unspecified

Default value. For [users][google.chat.v1.Membership.member]: they aren't a member of the space, but can be invited. For [Google Groups][google.chat.v1.Membership.group_member]: they're always assigned this role (other enum values might be used in the future).

In this article
Back to top Generated by DocFX