Re: [Dhis2-devs] User password reset through API

2018-04-01 Thread Melaeke Serawit
, "userCredentials": { "id": "USER_CREDENTIAL_ID", "username": "USER_N", "password":"NEW_PASSWORD" } } Sincerely, On Sun, Apr 1, 2018 at 11:18 AM, Hannan Khan <hann...@gmail.com> wrote: > Thanks Melaeke. > >

Re: [Dhis2-devs] User password reset through API

2018-04-01 Thread Melaeke Serawit
01819 239 241 > M+88 01534 312 066 > E hann...@gmail.com > S hannan.khan.dhaka > B hannan-tech.blogspot.com > L https://bd.linkedin.com/in/hannankhan > > > > > ___ > Maili

Re: [Dhis2-devs] Web API - Finding organization units assigned to a program

2018-02-28 Thread Melaeke Serawit
Hello, For finding all org units assigned to a specific program you could use : your-web-address/api/programs/ the-program-id-you-want-to-view?fields=id,displayName,organisationUnits[id, displayName] This just shows you the id and the name of the organisation units. For more info you can take a