I am trying to use the API to log messages from a custom activity written in Visual Studio. I’m using the Account/Authenticate path to generate the token that I’m then using in my POST to /api/Logs/SubmitLogs. I keep receiving the error:
“Required permissions are not granted. At least one of these permissions must be granted: Logs.Create”
I have a folder role setup with Log View and Log Create. This role is assigned to the user that I’m using for auth.
Should the permissions be setup somewhere else or a different role type? Any help is appreciated!