PersonalAccessToken Parameter (Connect-Smartsheet Cmdlet)
Specifies the Personal Access Token for authenticating with Smartsheet. This token can be generated through the Smartsheet user interface.
Syntax
Connect-Smartsheet -PersonalAccessToken string
Data Type
cstr
Default Value
""
Remarks
Ensure that the token is valid and matches the credentials required for the connection. If your token expires or becomes invalid, update this property with a new token.
This property is useful for secure and efficient authentication, particularly for automated workflows and integrations with the Smartsheet API.