# Rollbar::Teams::Membership Manage a team membership for a user or project on Rollbar. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Rollbar::Teams::Membership",
    "Properties" : {
        "TeamId" : Integer,
        "MemberId" : Integer,
        "MemberType" : String
    }
}
### YAML
Type: Rollbar::Teams::Membership
Properties:
    TeamId: Integer
    MemberId: Integer
    MemberType: String
## Properties #### TeamId The team ID for the membership. _Required_: Yes _Type_: Integer _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### MemberId The ID of the user or project to associate to the team. _Required_: Yes _Type_: Integer _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### MemberType The type of membership _Required_: Yes _Type_: String _Allowed Values_: user | project _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)