IBM QRadar

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Can we Add/Remove Users from Rest API

    Posted 08/29/22 01:46 PM

    We are trying to automate QRadar User Access Process using Rest API. I was looking into the api_doc under config/access/users but i doubt we can add users form there because i can see post option only available for {id} and for that description is "The ID of the deployed user to update." So if you confirm that we can manage users from API or not and any documentation for it would be highly appreciated. I have checked https://github.com/IBM/api-samples but dont see anything there for User Access.



    #QRadar
    #Support
    #SupportMigration


  • 2.  RE: Can we Add/Remove Users from Rest API

    Posted 09/05/22 03:29 PM

    Hi Omkar,

    You need to explore the following API to create a staged users first.

    POST - /staged_config/access/users

    Once the staged user is created, after performing a deploy change the user will be activated as deployed user and should be able to login to QRadar.

    The staged configuration are not active until a deploy is performed. Must have ADMIN or ADMINMANAGER capability to call this endpoint. Users or authorized services without the ADMINMANAGER capability can only create staged users with a user role that does not contain the ADMIN capability. Users or authorized services with the ADMINMANAGER capability can create staged users with any user role.

    Hope it helps.

    Regards,

    Prabir



    #QRadar
    #Support
    #SupportMigration


  • 3.  RE: Can we Add/Remove Users from Rest API

    Posted 09/06/22 09:20 AM


  • 4.  RE: Can we Add/Remove Users from Rest API

    Posted 09/06/22 04:44 PM

    Also can we add user_role and security_profile as well? I dont see post option for it.



    #QRadar
    #Support
    #SupportMigration