Find All User Objects, except my User object

I want to find All User Objects, except my User object, can you please help me to write an arcql?

Here it is:

find(type: User, arcql: "hypi.id != 'my-user-id'")