users api

users api

Hello,

I'm using the following in a custom script:

response = invokeurl
[
url :" https://www.zohoapis.com/crm/v2/users?type=AdminUsers"
type :GET
connection:"zohocrm_users_read"
];

It successfully returns some user data BUT not all the fields listed here:

https://www.zoho.com/crm/help/api/v2/users-examples.html#get-admin-user

For example it returns "signature" for me, but not for all my other admin users, who all have a signature in place.

Can you help please?

Regards,
Simon