This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

User Provisioning

Hi, I have a question regarding user provisioning. When I disable a user in Service Desk, I am not able to get that user in the GET request's response. I am using this documentation: Link.

The GET response contains user's Id, if I do not get the ID then I will not be able to enable/disable user.

Parents
  • Hello  
    Thank you for your question. 
    In the UI you can filter by enabled = false

    and in the API:
    get users function in the API will return all the users active and disabled users 
    you can get the list of the disabled users by this filter: "users.json?enabled=0" .

    If you are still unable to see a disabled user in the API/UI please open a ticket with all the information - and we will review that. Thanks 

Reply
  • Hello  
    Thank you for your question. 
    In the UI you can filter by enabled = false

    and in the API:
    get users function in the API will return all the users active and disabled users 
    you can get the list of the disabled users by this filter: "users.json?enabled=0" .

    If you are still unable to see a disabled user in the API/UI please open a ticket with all the information - and we will review that. Thanks 

Children
No Data