How to get Inactive Users via api call from outside sugar.

Hi,
I am trying to find a user in sugar via user_name field and that user is inactive. While making api call via postman i am not getting that inactive user detail.


http://<localhost>/rest/v11/Users/?filter[0][user_name]=Test

Is there any param available for getting the inactive user via api call or do i need to make some customization in sugar to get that user.

Thanks

Parents Reply Children
  • I need to sync records to sugar from other system. and that system may have some records assigned to inactive user. That system provides user_name as assignment identity. So first i need to fetch that user from sugar via that username and then do assignment.
    As username can be of inactive user so i am not able to get the id of that user via default get api call.
    So thats why i was asking is there any default way to achieve that. Or i need to write custom api.