Remove or hide create new sites button in google for user? - google-apps

I have created sites and group in google. And i don't want to user can create new sites or new group. So how to restrict the option to users?

I think no, if you have an google account , you can create a google sites. I think it's just Google Group can be restricted to create a group.

Related

API to retrieve members of all google groups - Google Workspace

As an admin, I want to view the members of all groups present in a google workspace account with the help of an API. Is there any API to perform this action. If not are there any alternatives?
I tried searching in google docs page. They are having Directory API to list all the members of a given group. But I need to view members of all groups present in a google workspace account (not one group at a time)

Can I create another bot user from an existed one in Slack?

I need to create one more the same bot user after some conversations with the first bot (I need to have kind of recursion).
I can to do it, but I need to have another "slack bot oauth access token" for it.
So, the owner need to go to the Slack Api portal and to make a new APP, add a new bot, and after he will have the token. But it is not pretty and is not easy for the user. Do we have any ways to automate the process?
Thank you.
You can only have one bot user per Slack app. If you want to deploy multiple bot users, you also need to create multiple Slack apps.
So, what you can not do is adding additional bot users to an existing Slack app. Even if you go though the Oauth process again to get a different bot token, the bot user is still the same.

How can I add a group to an admin role in my Facebook app?

It used to be possible to add a group of users to roles (Administrators/Developers/Testers) - we have some apps with this still set up. See this obselete Facebook blog post from 2011 detailing this functionality.
However, the add group functionality seems to have been removed - add there's no add group option any more, just "Type in a name or ID of the user you want to add".
Am I right in thinking it's now impossible to make add a group to a role of a Facebook app?

Google Groups Membership

I have a problem with new google groups. I require new members to answer a question to join my group. How can I ask a membership question in new google groups?
Thanks.
It should be possible to set the Google Group permissions to "invite only" then write a website script that asks the user the question and if they answer correctly, adds them to the group via the Google Apps Provisioning API:
https://developers.google.com/google-apps/provisioning/#adding_a_member_to_a_group

Add Friends to Group on Facebook

Ive looked through the API and dont see it, but I thought Id ask anyway. Can I add users to a group through the API?
It is not possible to add users to a group via the API.