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 keyclo...@googlegroups.com
Hi there, i implement a EventListenerProvider that should call a webService, if a new user is registered.
How can i get the accesstoken of my admin user in the EventListenerProvider ? That i've to add to the webService request.
Thanks Fredy
Garth
unread,
Feb 17, 2021, 3:06:12 AM2/17/21
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 keyclo...@googlegroups.com
You can make a service account associated with the Client for the service you are calling. Then, you can get the access token of the Client using client-credential grant-type request.