I am trying to list the providers on a managed Apple account using altool but I am getting an error. I am using the following command:
xcrun altool --list-providers -u <apple-id> -p <app-specific-password>
The error message indicates that a general error has occurred but does not specify what the root cause may be.
2026-01-05 11:13:29.272 ERROR: [altool.600001E6C1C0] Auth context delegate failed to get headers. Error Domain=ITunesConnectFoundationErrorDomain Code=1611 "Unable to generate an Apple Connect token at this time due to a general error" UserInfo={NSLocalizedDescription=Unable to generate an Apple Connect token at this time due to a general error}
Failed to get providers.
2026-01-05 11:13:29.273 ERROR: [altool.600001E6C1C0] Unable to generate an Apple Connect token at this time due to a general error (1611)
This command worked before the Apple ID was converted to a managed account. I have tried other managed accounts, as well as creating new app specific passwords but all fail with the same error.
How can I accomplish this task with a managed Apple account?