Hi all!
I am trying out the new user defined API in 2025 R2.
I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to documentation this is necessary to get access to endpoint with automation).
In addition the REST API client is application admin, can start new workflows and so on...
What I am trying to do is a POST to an automation endpoint, which starts another workflow in its automation (very simple).
But all I am getting is, regardless of what I do:
{
"description": "Invalid scopes",
"guid": "48078ebb-424f-4a0f-9a27-7e67e408e148"
}
The guid cannot be found in designer studio, there is also no automation log.
Remark: The endpoint with a datasource works fine.
Did I miss something or this is a bug?
Thanks a lot in advance, Nik