openapi: 3.1.0 info: title: Flash Expense Integration API version: '1.0' servers: - url: https://qa.expenseon.com/api security: - {} tags: - name: Integration paths: /integration/user: post: summary: Cadastro de Usuários description: '' operationId: cadastro-de-usuários requestBody: content: application/json: schema: type: object properties: idUser: type: integer format: int32 financeSystemId: type: string name: type: string email: type: string profile: type: string subsidiary: type: string refSubsidiary: type: string area: type: string jobPosition: type: string refJobPosition: type: string iaActive: type: string documentId: type: string refManager: type: string refCostCenter: type: string bankingData: type: object properties: {} responses: '200': description: '200' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} '400': description: '400' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} deprecated: false security: [] tags: - Integration x-readme: headers: [] explorer-enabled: true proxy-enabled: true x-readme-fauxas: true