Loading

Determine what Users are frozen via the API

Veröffentlichungsdatum: Oct 13, 2022
Beschreibung
I want to be able to find which users are frozen in my organization via the API. 
Lösung
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. 
Nummer des Knowledge-Artikels

000386556

 
Laden
Salesforce Help | Article