FlowMate API Documentation
  1. Schemas
FlowMate API Documentation
  • Authentication
    • Login
  • Flows
    • Retrieve all flows
    • Find Flow by ID
    • Deletes a flow
    • Update an existing flow
    • Bulk update a number of existing flows
    • Start a flow
    • Stop a flow
    • Start multiple flows
    • Stop multiple flows
  • User
    • get all users
    • Create user
    • get a user by id
    • get current user
  • Templates
    • Retrieve all flow templates
    • Add a new template to the repository
    • Find Flow Template by ID
    • Deletes a flow template
    • Update an existing flow template
    • Generate a flow from the flow template
  • Reporting & Monitoring
    • Get Executions
    • Get Logs
  • Webhooks
    • Incoming Webhook
  • Schemas
    • Schemas
      • MutableFlow
      • Status
      • MutableFlowTemplate
      • Flow
      • GlobalRole
      • FlowTemplate
      • FlowGraph
      • Permissions
      • Meta
      • MembershipRole
      • Owner
      • Token
      • ArrayOfIds
      • TokenCreate
      • Login data
      • Register data
      • Tenant Schema
      • Tenant Schema
      • Role
      • MutableRole
      • User body
      • Access token object
      • users' membership in a tenant context
      • User tenant membership
      • User information
      • ArrayOfTenants
      • resetPassword
      • ArrayOfUsers
      • ArrayOfUserTenantContext
    • RequestBodies
      • ArrayOfIds
      • addTenantToFlow
  1. Schemas

ArrayOfUsers

[
    {
        "id": "string",
        "username": "string",
        "firstname": "string",
        "lastname": "string",
        "status": "ACTIVE",
        "tenant": "string",
        "roles": [
            {
                "id": "string",
                "name": "string",
                "permissions": [
                    "all"
                ],
                "scope": "string",
                "createdAt": "string",
                "updatedAt": "string",
                "isGlobal": true,
                "description": "string"
            }
        ],
        "permissions": [
            "all"
        ],
        "confirmed": true,
        "img": "string"
    }
]
Built with