Loading

Determine what Users are frozen via the API

Data pubblicazione: Oct 13, 2022
Descrizione
I want to be able to find which users are frozen in my organization via the API. 
Risoluzione
You can query on the UserLogin object to know if user is frozen. 

E.g.
SELECT UserId, IsFrozen FROM UserLogin WHERE IsFrozen=True

The above query will return a list of all the User Ids that are frozen. 
Numero articolo Knowledge

000386556

 
Caricamento
Salesforce Help | Article