This handler invites a user to your Yammer network. If the inputted access token belongs to a verified admin in a paid Yammer network, external email domains can be included. If not, only email addresses for official company domains will be allowed. Any errors that happen during this process will be caught and re-raised by the handler.
Note: This handler requires a verified admin account in a paid Yammer network! (If you are an admin and still getting an error with the message "Attempt to access a protected resource failed" make sure that you are also verified.)
How to retrieve your Access Token
- These instructions can also be found on developer.yammer.com/authentication under client-side authentication
- Start by creating a client application at https://www.yammer.com/client_applications
- Fill in the required information and create the application
- Using the client id you retrieved from the application, paste this url into your browser, making sure to replace [:client_id]:
- After submitting that page and authorizing the application, look in the url to find your access token. That url will look like:
- Paste this Access Token into your info values and you will be all set!
If you have already registered Kinetic Task with your Yammer network, or if you receive a message stating that the "Application Name is already in use", you can view your list of registered applications at: https://www.yammer.com/client_applications Click on your application details to get your client id and client secret.