BRApi check user access to entities
We are on OneStream 8.5 using the People Planning Solution Exchange module.
We have a Dashboard String Function (GetRegisterFilter) that returns a SQL WHERE clause for XFW_PLP_Register.
The register contains an Entity column with valid OneStream Entity member names.
Returning "[Entity] = 'USA'" successfully filters the register.
We would like to replace that with the user's effective OneStream Entity security (including inherited access through parent entities such as EMEA).
What BRApi function in 8.5 returns the list of Entity members a user can read, or checks whether a user has access to a specific Entity member?
