You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
As a use I created a personal access token. My understanding is I should be able yo provide this with my API call to authenticate. I have tried many different ways. Such as using it as a Bearer token with no luck. If I try as a bearer token in Postman I get a 500 error. I know that the endpoint works other than authentication because if I switch it to public it returns data fine. Any help is appreciated. Thank you!
Christoph Kappestein
unread,
Jan 1, 2025, 12:50:04 PMJan 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
Hi Chuck,
in general your understanding is correct, if you create a custom token you need to provide the token as "Authorization: Bearer [my_token]" if you invoke the endpoint, it is important that the scope of the endpoint is also included in the token. Can you show me the 500 error response?
best regards
Christoph
Chuck Beyor
unread,
Jan 2, 2025, 5:32:34 PMJan 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
I realized that when I generate the token it has all scopes assigned. But as soon as I refresh the page it only shows the authorization scope. It almost seems like its not saving properly?