# PagerDuty::Users::User Manage a user in PagerDuty. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "PagerDuty::Users::User",
    "Properties" : {
        "Name" : String,
        "Email" : String,
        "TimeZone" : String,
        "Color" : String,
        "Role" : String,
        "Description" : String,
        "JobTitle" : String,
    }
}
### YAML
Type: PagerDuty::Users::User
Properties:
    Name: String
    Email: String
    TimeZone: String
    Color: String
    Role: String
    Description: String
    JobTitle: String
## Properties #### Name The name of the user. _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 100 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Email The user's email address. _Required_: Yes _Type_: String _Minimum_: 6 _Maximum_: 100 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TimeZone The preferred time zone name. If null, the account's time zone will be used. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Color The schedule color. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Role The user role. Account must have the read_only_users ability to set a user as a read_only_user or a read_only_limited_user, and must have advanced permissions abilities to set a user as observer or restricted_access. _Required_: No _Type_: String _Allowed Values_: admin | limited_user | observer | owner | read_only_user | restricted_access | read_only_limited_user | user _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Description The user's bio. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### JobTitle The user's title. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 100 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Ref When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the Id. ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Id The ID of the user #### Summary A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier. #### Type The type of object being created. #### HtmlUrl A URL at which the entity is uniquely displayed in the Web app #### AvatarUrl The URL of the user's avatar. #### InvitationSent If true, the user has an outstanding invitation. #### Teams The list of teams to which the user belongs. Account must have the teams ability to set this. #### ContactMethods The list of contact methods for the user. #### NotificationRules The list of notification rules for the user.