Skip to content

Provide options to get all users in an enterprise #94

@tcharles79

Description

@tcharles79

In the old SDK, we can get all enterprise users using below code

   BoxDefaultRequestObject b1 = new BoxDefaultRequestObject();
 b1.getRequestExtras().addQueryParam("limit", limit);
 b1.getRequestExtras().addQueryParam("offset", offset);
    client.getUsersManager().getAllEnterpriseUser(b1, null);

But i don't see the replacement in new SDK for the above use case.

Please provide. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions