get user by username

is there a web rest api to get bonita user by his / her name ?
we have use case where I do not know the user’s id, but just the name.
so can i pull the user by his / her name and get the id ?

i looked to see in the documentation and did not find anything ?

TIA

Hi,

You can add a filter on your REST request such as this:

http://localhost:8080/bonita/API/identity/user?f=userName=walter.bates

Cheers,

I was looking at ngbonita and older rest api documentation … found more updated documentation at version 6.5 we are at 6.2 version. thanks