When a user logs in, we get
-
Account
Hypi Id
How do we get aUser
instance using Account hypi id? User Instance is accessed by -
User hypi
id and I have only Account hypi id
When a user logs in, we get
Account
Hypi IdUser
instance using Account hypi id? User Instance is accessed byUser hypi
id and I have only Account hypi idChange the arcql query to search foraccount.hypi.id = '<account id>'
that will return the User
for the account.