Jeroen | 2018-02-28 14:03:48 UTC | #1
Hello,
I try to assign an email from a queue to a user with post ConversationsEmailParticipantReplace and authenticated with Client Credentials, unfortunately it seems it's not authorised (see error below), any workaround to do this? I can do this using the developer tools.
Thanks, Jeroen
{ "status": 403, "code": "not.authorized", "message": "Access to Conversation 123456-1234-4c64-a484-c2389218a327 is forbidden.", "messageWithParams": "Access to {type} {id} is forbidden.", "messageParams": { "id": "123456-1234-4c64-a484-c2389218a327", "type": "Conversation" }, "contextId": "123456-1234-4fdf-a45e-64fc9edc8552", "details": [], "errors": [] }
Jeroen | 2018-03-01 11:43:08 UTC | #2
I found the issue, I thought the OAuth client had all necessary access, but it missed some.
system | 2018-04-01 10:56:33 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 2549