How to create a user in specific organisation

Hi,
I want to create a user in specific organisation. I followed the API provided in HTTP API .
i.e http://localhost:3006/api/orgs/2/users (POST) but i am getting below reponse.

{
“message”: “User not found”
}

Please help me