Is it possible to convert individual assignment to group assignment programmatically via Okta API? - okta

An Okta Admin is able to convert individual assignments to group assignments as stated in the help documentation. Is it possible to do this in a programmatic way through the Okta API? I'm not able to find any reference in the docs.

No, unfortunately there is no way to do that through API, as far as I know

I utilize Okta workflows to programmatically convert individual assignments to group assignments. You can send a POST (I use the custom API action card in Okta Workflows, but I'm sure you could post directly to the API) to /api/v1/apps/<okta app ID>/users/<okta userID> with the following body: {"scope":"GROUP"}. Hope that helps, I know I struggled to find a solution until I discovered this method.

Related

Create a task with a integrated google form API

With the graphical user interface of google classroom it is possible to create a task with a quiz. In this mode google forms wil be integrated and the teacher can store the questions that will be shown to the students.
How is it possible to create such a task with the Google API ?
Thanks for every answer
I understand that you want to create a quiz assignment using the Classroom API. If that is true, then you would need to use courses.courseWork.create to fulfill your goals. Here you have a reference of the request body that you can use to complete your request. Please, don't hesitate to ask me if you are still facing doubts.

Can we use the Yammer search API v2? Is it official?

When searching in Yammer it uses an /api/v2/search endpoint like this:
https://www.yammer.com/api/v2/search/models?search=test&start=0&size=20&model_types=threads&_network=xxxxxxx&relevance=DEFAULT
Compared to the v1 search endpoint this returns more data. We need this data. And we successfully tested using this v2 endpoint.
Now the question: Is this v2 search endpoint safe to use? Is it "official"? Maybe somebody from Yammer reads along - on their Help page it says:
We encourage you to post all programming questions to StackOverflow
with a #yammer hashtag
So here we are. Any help is appreciated.
The Yammer v2 search API endpoint is not yet officially supported for third-party use. This is because we anticipate the need to make changes to it as we build it out. There are no plans to lock developers out of experimenting with the v2 search API. However, when developing any important functionality against this API, automated testing should be used to detect any unannounced breaking changes that we make while we continue to build it out.

Google Recapcha V3 actions, what it is

hi i would like to know how to use attribute action in google recapcha API V3 i cant find what exaclty it is
Google API
already tried check API docs but without any progress :\ thanks
It seems action can be anything you like, it just acts as a way to distinguish different functions you might have captcha for. Example, one action to monitor sign in activity, one to monitor posting text, etc

Google Sign-in and Google Sheets API V4

I am trying without success to "Add Google Sign-In to Your Web App" and then use Node.js with Google Sheets API V4 to be able allow my app to use the sheets api on behalf of the user (with scope: https://www.googleapis.com/auth/spreadsheets).
I'm really confused on how to achieve this. Reading through most of the documentation from OAuth2 doesn't clarify me best practices to achieve this with the Google Sign-In button.
Furthermore, I haven't found any documentation/guides related to this. I was hoping someone can guide me towards the right direction.
P.S: I managed to use the sheets api by following the Node.js quickstart for Sheets API, which allows me to achieve authorization through console, however I believe using the Sign-In button might simplify the process while making a nicer UX.
Thanks!
Google Sign-In is like what it says, for signing-in. However, it's not enough to authorize you to use Sheets API methods because if you read the Authorize Requests docs, it clearly states that you need to use OAuth2 plus there are scopes to consider (read-only, read/write, etc).
You are correct to follow the guidelines where you used OAuth2.0. Just create your own custom button. Grab a Google button image in the web and use that.

Using timewarp with autoresponder in MailChimp

I'm looking for a way to use MailChimp's timewarp feature with autoresponder. It doesn't look possible via the autoresponder control panel, but I was wondering if this is possible via the MailChimp API? Has anyone tried anything similar?
S
Please see the response from MailChimp below. Hope this helps anyone else who is looking to do the same.
Thanks for emailing into support. That's a great question and I'll be
happy to provide a bit more information.
Currently Timewarp is only available for use on campaigns,
specifically Regular, Plain-text, and A/B Split campaigns. It would
not be possible to set up an autoresponder using the Timewarp feature
at the moment. Autoresponders are technically complex, and adding
Timewarp into the mix increases that complexity. Even with the API,
it's currently not possible to set the Timewarp flag to true for an
autoresponder using the campaign create function.

Resources