How to get inactive users?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LuckyLouie
    Senior Member
    • Nov 2017
    • 172

    How to get inactive users?

    Hello,

    Code:
     GET https://espocrm.XXXXXXX.com/api/v1/User?q=&primaryFilter=allorderBy=name&maxSize=100&
    API GET as admin user it returns me both active and inactive users.
    API GET as user returns me only active users. How to get both active and inactive users by executing GET as User?
    Thank you,
  • Vadym
    Super Moderator
    • Jun 2021
    • 346

    #2
    Hi LuckyLouie,

    Unfortunately, inactive users are not available for the API user.

    Comment

    Working...