How to fetch user details with profile image and phone number

I’m able to fetch other details with this api: https://api.hubspot.com/settings/v3/users

Such as First Name, Last Name, but I also wants to fetch profile image and mobile number from hubspot users.

Following is response I’m getting with above API call:

{

        "id": "68968437",

        "email": "test170724@mailinator.com",

        "firstName": "",

        "lastName": "",

        "roleIds": \[],

        "superAdmin": false

    },

If anybody has any solutiion, please share. It will be a great help, thanks.

You can pull all available properties for users from the properties endpoint,

/crm/v3/properties/users.

That being said, I don’t see user image as an option but

hs_main_phone

is.