Open
Description
π Describe the Bug
My decrypted SSO object shows agency admin when it should show agency owner role. Tested this on my agency account. If this is intentional then update your documentation. Ideally this is fixed so that app devs know who is actually the owner of the GHL account and if they are the one on the page.
π API Endpoint
https://marketplace.gohighlevel.com/docs/other/user-context-marketplace-apps
β Expected Behavior
Returns agency owner role properly.
π» Screenshots or Code Samples
{
"userId": "y9s4rxvvz0R0nUgGXGi4",
"companyId": "",
"role": "admin",
"type": "agency",
"activeLocation": "",
"userName": "Jacob Radcliffe",
"email": "jacob@"
}
should be
{
"userId": "y9s4rxvvz0R0nUgGXGi4",
"companyId": "",
"role": "owner",
"type": "agency",
"activeLocation": "",
"userName": "Jacob Radcliffe",
"email": "jacob@"
}
Product Area
ad-publishing
π§ Additional Context
No response