absent-sapphire
absent-sapphire•2y ago

Difference between trial and paid users in rental model

Hello, is there any way to find out if user is trail user?
13 Replies
absent-sapphire
absent-sapphireOP•2y ago
If I understand it correctly it's only info about paying status of apify platform, not given actor (?)
absent-sapphire
absent-sapphireOP•2y ago
yea, but from my tests, I got different fields 😦
MEE6
MEE6•2y ago
@Danek just advanced to level 5! Thanks for your contributions! 🎉
Saurav Jain
Saurav Jain•2y ago
can you elaborate that a little more please?
absent-sapphire
absent-sapphireOP•2y ago
sure. In code (python sdk) I'm using
user = await Actor.apify_client.user().get()
user = await Actor.apify_client.user().get()
I check what fields are available there and I think there are differences with documentation you provided for example isPaying field
HonzaS
HonzaS•13mo ago
Hi @Danek did you find the solution for this?
absent-sapphire
absent-sapphireOP•13mo ago
what do you mean?
HonzaS
HonzaS•13mo ago
I mean solution to this : Hello, is there any way to find out if user is trail user? I want know when paid actor is running if it is run by free trial or if it is rented.
eastern-cyan
eastern-cyan•12mo ago
Same here.
lemurio
lemurio•12mo ago
@Danek hey, have you noticed this line in the docs? Depending on whether ApifyClient was created with a token, the method will either return public or private user data
absent-sapphire
absent-sapphireOP•12mo ago
yea, I know about it

Did you find this page helpful?