How can I tell if a new user is a member of a specific sub-account?

Hi @ryan3,

Thanks for reaching out about this. If you’re using an OAuth app, you should be able to track the user’s account ID by decoding the access_token that’s generated when they install the app. Let me know if this post helps:

Thanks,
Will