APIToken Parameter (Connect-Confluence Cmdlet)
Specifies the API token of the authenticated user.
Syntax
Connect-Confluence -APIToken string
Data Type
cstr
Default Value
""
Remarks
Set this property to the API token that you generated in your Atlassian account under Security > Create and manage API tokens.
The token is required when you select the APIToken AuthScheme and enables the cmdlet to authenticate directly to the Confluence REST API.
The token replaces a traditional password and must belong to the user associated with the connection configuration.
This property is useful when you want a simple, passwordless authentication method that works across Atlassian Cloud services.
This is a required parameter.