Hi! I'm seeking some clarity on the relationship between the Migration API and user roles.
Expected behavior:
A user with a Publisher role should be able to use the Migration API with their user session token to edit a document.
Actual behavior:
The Migration API works well with a user session token for an Administrator user, but errors with a "401 Unauthorized" error when using a user session token for a Publisher role.
I noticed this line in the Migration API Technical Reference:
This feature is in beta and requires an access key
Admin users can try the Migration API using one of the following demo ke
Will the Migration API eventually support roles other than Administrator?
In the meantime, is it best to use a permanent token instead of user session token?
Thanks in advance for any insights here!