← Back to team overview

dhis2-users team mailing list archive

Re: User management

 

Hello Ramón.

I don't know that there's an app that can do everything you want to do, but
 have you checked the User's API endpoints?
https://docs.dhis2.org/master/en/developer/html/dhis2_developer_manual_full.html#webapi_users

You could create a script that creates user accounts based on a dataset
(could be a csv, or a json perhaps). See section 1.49.3. User account
create and update. Since this endpoint also allows you to update existing
users, you could also modify roles.

To manage user types I believe the default user management app inside DHIS2
(where you can create and manage users using the interface) would allow you
to do this.

Hope this helps,


Antonio.

On Tue, Sep 5, 2017 at 7:51 AM, Ramón José Jiménez Pomareta <
dhis2@xxxxxxxxxxx> wrote:

> Hello,
>
> I was wondering if there exists some app to manage users. For example with
> these functionalities:
>  - Create users from a csv file
>  - manage user types: a definition of what a user should be able to see /
> do
>  - add  / remove roles from many users at a time.
>
> How do you do in order to manage your users ?
>
> Thank you !
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-users
> Post to     : dhis2-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>

References