Loading

Determine what Users are frozen via the API

Publiseringsdato: Oct 13, 2022
Beskrivelse
I want to be able to find which users are frozen in my organization via the API. 
Løsning
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. 
Knowledge-artikkelnummer

000386556

 
Laster
Salesforce Help | Article