Right now I am working with something where I am generating UserIDs randomly but trying to filtering them using information from APIs such as Friend count and checking their “Last Online” date, however it seems that this information can still be generated for users which were Terminated.
Is there some sort of API that can indicate whether a user has been terminated or not? This would help me filter them out.