Git Product home page Git Product logo

Comments (4)

boryskolesnykov avatar boryskolesnykov commented on May 29, 2024

Hi Fran,

You are able to search for users within an organization with the code below:

        OperationResult<UsersListWrapper> result = session
                .usersService()
                .organization("organization_1")
                .allUsers()
                .param(UsersParameter.REQUIRED_ROLE, "ROLE_ADMINISTRATOR")
                .get();

from jrs-rest-java-client.

frandevel avatar frandevel commented on May 29, 2024

Thanks a lot. Any plans for the next release?

from jrs-rest-java-client.

Actine avatar Actine commented on May 29, 2024

@frandevel
How do you mean? The way as described in previous comment is the correct way from API point of view too, since, e.g. to get superuser and jasperadmin in JRS Pro, you'd have to make rest calls to, namely

GET /rest_v2/users/superuser
GET /rest_v2/organizations/organization_1/users/jasperadmin

Other than that — generally speaking, we cannot disclose plans for next releases ;)

from jrs-rest-java-client.

frandevel avatar frandevel commented on May 29, 2024

Thanks @Actine this is what I needed. That's ok.
And for the planning question, I can understand that, of course. Thanks anyway for the answer.

from jrs-rest-java-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.