create user in hippo cms using rest api - content-management-system

I am able to create users using hippo cms login.
I want to create the users withou using the hipppo cms console.
Instead for example would be using rest apis to create hippo users.
How can i achieve these.
Are there any api given by hippo to create users.

See the answer provided on our mailing list: https://groups.google.com/d/topic/hippo-community/wLZeoMJHJXo/discussion

Related

How to have multiple parallel sessions for Tableau users?

Currently, the UI team at my company is just passing my Tableau Online embed to their html and they authenticate the user via Auth0 via that embed.
This allows the users in the portal seeing data for any user that happens to be logged into Talbeau Online right now.
Using Taleau's API v3 I've looked through the documentation but can't find a way to give my UI team an example of code in how they can have multiple different users viewing the same site to see their own data at the same time.
How can a Tableau developer accomplish this?
In Tableau, I use their Username() to set row level security.

Share content to an company page on linkedin using api v2

I'm trying to publish some content in a company page on Linkedin using api v2. Reading the docs I've found two ways to share content, using ugcPosts and shares API. I successfuly shared content on a USER page using the ugcPosts. But, I cannot share a content in a COMPANY page using the ugcPosts. It looks like that using shares API I can share content in a company page. But the same documentation says that SharesAPI will be deprecated soon.
I have two questions. First, there is a way to post content to a company page using ugcPosts? If not, it is safe to use the shares API since it will deprecated soon?
You have to apply for the linkedin partner program to get the manage pages permissions.
https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner/marketing-developer-program

How to create Facebook group using graph API?

I want to create Facebook group using Graph API.
Actually what i want to do: I am having a course module, so when admin add a new course i want to create a group in Facebook with course name.
Can you please help how to create Facebook group using Graph API?
Sorry, but it seems like it is not possible to create "Group" or "Event" via Facebook API. Probably closest option for you is to create a new page or post.

Facebook business page creation via API

I want to create a facebook business page programatically via their API.
I looked at each of the technologies listed on developer.facebook.com but there is nothing that i can use to create a new page.
After alot of googling i found out that it seems to be impossible to create a page programatically. And i almost gave up, but then i found
https://www.pagemodo.com
Testing their service i see that they can actually create a new one and looking trought their javascript files it seesm they do it on the backend.
After reading some more i found about the new facebook business API ( https://developers.facebook.com/docs/reference/ads-api/businessmanager ), and i got nowhere with that either.
I am on the verge of believing that it's impossible, but having the working example on pagemodo makes me unable to give up :D .
[Possible Solution 1]
Another ideea that i have on how to achieve this is to
manually create a number of template pages on my account (not published).
add that user as an admin to one of the pages via API [*]
remove myself from the administration via API [*]
edit the page title/description/etc. via API
publish the page via API
For the normal users, it will look like the page was created auto,so this could work. But the problem is that i couldn't find anything in the API to make the [*] operations work.
Any help appreciated
It's possible. You need to get your Facebook App whitelisted to get access to page creation apis.
It is not possible to create business pages via the public Facebook API.

Test User Pages - can we create them via API?

We've developed a FB application that reads/analyzes Insights data from a user's pages. We are having OAuth problems with user who administer large numbers of pages (> 25).
We are looking for a way to automate creation of test users with large numbers of pages, but it appears that you cannot create a page using the API : Mentionned in this discussion
Is there any way to automatically create pages for TEST USERS? This would be a big help for setting up test environments.
Unfortunately, there's no way to create pages at all.
So no, you can't