@mmki – Yes, we’ve been replacing that manual requirement with a Client Credentials grant (the “automatic” token you’re talking about) in several places. At this point, anything that needs a continuous connection to the management API (user login, password changes, email changes [next version]) performs this automatically. Things that are not changed often, like Rules management (account linking, profile enhancement, etc), still rely on that manual token but will be removed in a future version in favor of specific documentation on how to make those changes directly in the dashboard.
Is there a specific action that you need a manual management token for? In handling the above, the API token field will eventually be removed so if you have a custom Management API scenario, it will necessary switch over to the new system. You only need to worry about that if you have any custom code running that uses the Management API.
Hope that helps!
Thread Starter
mmki
(@mmki)
Thank, you for the reply. I think that will suffice for me. Right now I need it for email changes and account linking.
Email changes make sense but account linking only needs the API token when you’re turning it on or off in wp-admin. Once the Rule is in place, the token is not required.