Getting empty response for time of sys_updated_on for sys_user_has_role resource

AjithKumarR
Giga Contributor

We were getting empty string time for sys_updated_on for sys_user_has_role resource in production.

Is this expected or a bug?

Attaching the get call response

>>> request_args = {"url": "https://<instance>.service-now.com/api/now/table/sys_user_has_role/000971be1b8585d0947410a1b24bcbb9"}
>>> resp = snow_client._fetch_resources(request_args)
>>> 
>>> resp
({'role': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user_role/debab85bff02110053ccffffffffffb6', 'value': 'debab85bff02110053ccffffffffffb6'}, 'sys_mod_count': '', 'inh_map': '', 'included_in_role': '', 'included_in_role_instance': '', 'sys_updated_on': '', 'sys_tags': '', 'inh_count': '', 'granted_by': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user_group/not-applicable', 'value': 'not-applicable'}, 'sys_id': '000971be1b8585d0947410a1b24bcbb9', 'sys_updated_by': '', 'inherited': 'false', 'sys_created_on': '', 'state': 'active', 'user': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user/011f5b6d1ba7a814ba677db4464bcbdc', 'value': '011f5b6d1ba7a814ba677db4464bcbdc'}, 'sys_created_by': ''}, None)
>>> 
0 REPLIES 0