Loading

Determine what Users are frozen via the API

게시 일자: Oct 13, 2022
상세 설명
I want to be able to find which users are frozen in my organization via the API. 
솔루션
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 기사 번호

000386556

 
로드 중
Salesforce Help | Article