Error for okta for api imlementation for users

Hi Friends,
I got an error as below:
‘The endpoint does not support the provided HTTP method’.

  I am using the code as below:
                  $user = new \Okta\Users\User();
                  $foundUser = $user->get('gansuv@gmail.com');

Please help me, I need more important of us.

Thank you,
ganesh babu.

What does the raw request look like? Are you trying to make a GET request to /api/v1/users?