Forum Discussion

AarthiMathuram's avatar
AarthiMathuram
Qrew Member
8 years ago

How to know in which application the user is added first?

consider one user is having access for multiple applications(say 4 applications).In all 4 applications , consider user is in different role.I want only one license should be counted for that user and I also want to know in which application the user is added first.Can I able to get this?

eg: If user AAA - X app - M role - 1 license count
         user AAA - Y app - N role - 1 license count
         user AAA - Z app - O role - 1 license count
         user AAA - V app - P role - 1 license count

So totally 4 license count for a user AAA.I want to know in which application the user is added first and the license count should be counted as one.How can I achieve this using API as I am trying to get all users from realm?
  • Are you talking about Quick Base licenses? Those are only counted once even if the user has access to multiple apps in a Realm.
  • Thankyou

    I am trying to access all users from realm and the different application where they have access to and since when they have that access. Can I able to get this using API?