Okta Rest API to get User and groups

alright.

Can I do selection of columns in rest api call to select specific column instead of complete User Object?

e.g. In below query, I am selecting id and status but it returns other attributes as well in response.
url}}/api/v1/users?filter=profile.firstName eq “ABC”&select=id,status