1 Reply Latest reply on Sep 7, 2012 2:04 AM by swiderski.maciej

    JBPM5.3 Rest API - User management

    fhornain

      Dear *,

       

      Well, I try to retrieve some information about Users (ActorID, GroupID, etc...) from JBPM 5.3 Rest API.

      Unfortunately for me I only able to retrieve information linked to the admin user like :

       

      http://127.0.0.1:8080/business-central-server/rs/identity/user/*/actors

      [

      • "admin",
      • "admins"

      ]

       

      Do you know what I have to do to retrieve other created users/groups and so on ?

      Thanks in advance for your precious support and your time.

       

      BR

      Frederic

        • 1. Re: JBPM5.3 Rest API - User management
          swiderski.maciej

          user management is not used in jBPM5 as it is considered an external service that is utilized (at least at the moment) only by task service. Task service provides convenient way of integrating it with user repository systems such as LDAP or data base via UserGroupCallback.

           

          What is your use case that requires access to users/groups?

           

          HTH