action avaza_user_profile_get { label: "Get Collection of Users who have roles in the current Avaza account." description: "Admin and Invoice Managers can see all. Other users are limited to seeing their own profile." provider: avaza method: GET path: "/api/UserProfile" encoding: json input: { type: "object" properties: { CompanyIDFK: { type: "string" } CurrentUserOnly: { type: "string" } Roles: { type: "string" } Tags: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }