action id4i_add_user_roles { label: "Add role(s) to user" provider: id4i method: POST path: "/api/v1/organizations/{organizationId}/users/{username}/roles" encoding: json input: { type: "object" properties: { organizationId: { type: "string" } username: { type: "string" } } required: ["organizationId", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }