Get a firm staff member's sidebar menu

GET/api/v1/advisory-firms/{firm_id}/users/{user_id}/menu

The stored sidebar menus for a firm staff member: their firm-wide default plus any per-client overrides. Firm owners/admins can read any member's menu; a member can read their own. The menu that applies on a client resolves business-level first (a direct membership's menu, else the per-client override), then firm-wide, then all sections.

Operation ID: get_firm_staff_menu_api_v1_advisory_firms__firm_id__users__user_id__menu_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

firm_idstringrequired
user_idstringrequired

Responses

200Successful Response

successboolean
messagestring
codestring
dataFirmStaffMenuDetailResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject