Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Create/Modify/Delete Accounts via WF REST/Web Service

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Create/Modify/Delete Accounts via WF REST/Web Service
 Login/Join
 
Master
posted
Is there a way to create, modify, and delete use accounts and groups via an API of some sort? We have an in house SSO group, that all users have to log in to. That information is passed over to WebFOCUS and we have all that working, however today we have to manually create all the users and place them in the groups they have rights to manually within WF.

This message has been edited. Last edited by: GavinL,



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Master
posted Hide Post
Create/Modify User
http://localhost:8080/ibi_apps/rs/ibfs/SSYS/USERS/MyNewUser?IBIRS_action=put&IBIRS_object=<object _jt="IBFSUserObject" description="My New User" email="my.new@user.com" password="abc123" type="User"><status _jt="IBSSUserStatus" name="ACTIVE"/></object>


Create Group/Modify
http://localhost:8080/ibi_apps/rs/ibfs/SSYS/GROUPS/MyNewGroup?IBIRS_action=put&IBIRS_object=<object _jt="IBFSGroupObject" container="true" description="My Group Title" type="Group"></object>


Adding User to One or more Groups
http://localhost:8080/ibi_apps/rs/ibfs/SSYS/USERS/MyNewUser?IBIRS_action=addUserToGroup&IBIRS_groupPath=/SSYS/GROUPS/MyNewGroup;/SSYS/GROUPS/Administrators 


Delete Group
http://localhost:8080/ibi_apps/rs/ibfs/SSYS/GROUPS/MyNewGroup?IBIRS_action=delete


Delete User
http://localhost:8080/ibi_apps/rs/ibfs/SSYS/USERS/MyNewUser?IBIRS_action=delete

This message has been edited. Last edited by: GavinL,



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Master
posted Hide Post
Documentation!!!

http://documentation.informati...rest_webservices.pdf



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Expert
posted Hide Post
Did you find the test site ?

http://host:port/ibi_apps/rs?IBIRS_action=TEST


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Master
posted Hide Post
Ha, nope.. IBI always has something hidden out there.



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Expert
posted Hide Post
I think you need to turn it on in the Admin Console.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Master
posted Hide Post
I had tested it via my local copy, which is a default install, and it was there.



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Create/Modify/Delete Accounts via WF REST/Web Service

Copyright © 1996-2020 Information Builders