> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genuka.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get all users

> Retrieves the complete list of users associated with the authenticated company. This endpoint returns detailed information for each user, including name, email, role, status, and other relevant data. Useful for displaying or managing all company users.



## OpenAPI

````yaml GET /2023-11/admin/users
openapi: 3.0.3
info:
  title: Genuka V2 - API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api-staging.genuka.com
  - url: https://api.genuka.com
security:
  - bearerAuth: []
tags:
  - name: Public Routes
  - name: Pages
  - name: Collections
  - name: Shops
  - name: Products
  - name: Articles
  - name: Discounts
  - name: Blogs
  - name: Company
  - name: Review
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Private Routes
  - name: Authentication
  - name: Apps
  - name: Accounting
  - name: Addresses
  - name: Customer
  - name: Analytics
  - name: Articles1
  - name: Availabilities
  - name: API Keys
  - name: Orders
  - name: Bills
  - name: Blogs1
  - name: Calendar Events
  - name: Collections1
  - name: Company1
  - name: Customers
  - name: Deliveries
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Discount
  - name: Domains
    description: |-
      ``` json
      {
      "domain": "",
      "company_id": ""
      }

       ```
  - name: Analytics1
  - name: Orders1
  - name: Payments
  - name: Pages1
  - name: Production
  - name: Bill of Materials
  - name: Payments1
  - name: Payments Methods
  - name: Workflows
  - name: New Folder
  - name: Wallet
  - name: Marketing
  - name: Campaigns
  - name: Templates
  - name: Products1
  - name: Product Variants
  - name: Analytics12
  - name: Services
    description: >-
      Services are "Products" that have a duration in minutes, a buffer time and
      a list of users able to provide the service.
  - name: SupplierProducts
  - name: Shops1
    description: >-
      Shops are sort of subsidiary of companies. A Company can have many Shops.
      Each shop can have 0 or more .  
        
      But all of them are properties of a Company.
  - name: Warehouses
    description: >-
      Warehouses are places where stocks are placed.


      Shop which are physical or virtual point of sales can be attached to one
      or many warehouses to take their products.
  - name: Stocks
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Review1
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: ReviewCriterion
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: StockMovements
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Suppliers
  - name: Treasury Accounts
    description: Comptes de trésorerie
  - name: Users
  - name: Wrapped
  - name: Returns
  - name: Webhooks
  - name: Customer Routes
  - name: Authentication1
  - name: Addresses1
  - name: Orders12
  - name: Payments12
  - name: Review12
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Developer Routes
  - name: Authentication12
  - name: Apps1
  - name: Apps Shortcut
  - name: Products12
    description: Developer can access a company product through its app
paths:
  /2023-11/admin/users:
    get:
      tags:
        - Private Routes
        - Users
      summary: List
      description: List
      operationId: list29
      parameters:
        - name: check_date
          in: query
          schema:
            type: string
            example: '2025-06-10T15:53:06.000000Z'
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
        - name: ''
          in: header
          schema:
            type: string
            example: ''
      responses:
        '200':
          description: '200'
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 13 Oct 2025 09:26:15 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5998'
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        allPermissions:
                          type: array
                          items:
                            type: string
                            example: returns.view
                          example:
                            - returns.view
                            - returns.create
                            - returns.update
                            - orders.view
                            - orders.create
                            - products.view
                            - products.create
                            - products.update
                            - products.delete
                            - customers.view
                            - customers.create
                            - customers.update
                            - collections.*
                            - warehouses.*
                            - suppliers.view
                            - suppliers.create
                            - suppliers.update
                            - expenses.view
                            - expenses.create
                        birthdate:
                          nullable: true
                          example: null
                        calendar_events:
                          type: array
                          items: {}
                          example: []
                        company_id:
                          type: string
                          example: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at:
                          type: string
                          example: '2025-10-13T09:25:31.000000Z'
                        deleted_at:
                          nullable: true
                          example: null
                        email:
                          type: string
                          example: test1@gmail.com
                        first_name:
                          type: string
                          nullable: true
                          example: null
                        id:
                          type: string
                          example: 01k7ee7anat9j4bn5v71v70qck
                        is_available:
                          type: boolean
                          example: false
                        last_activity:
                          type: string
                          nullable: true
                          example: null
                        last_login_at:
                          nullable: true
                          example: null
                        last_login_ip:
                          nullable: true
                          example: null
                        last_name:
                          type: string
                          example: Test
                        medias:
                          type: array
                          items: {}
                          example: []
                        metadata:
                          type: object
                          nullable: true
                          example: null
                        name:
                          type: string
                          example: ' Test'
                        opt_in:
                          type: number
                          example: 0
                        permissions:
                          type: array
                          items:
                            type: string
                            example: returns.view
                          example:
                            - returns.view
                            - returns.create
                            - returns.update
                            - orders.view
                            - orders.create
                            - products.view
                            - products.create
                            - products.update
                            - products.delete
                            - customers.view
                            - customers.create
                            - customers.update
                            - collections.*
                            - warehouses.*
                            - suppliers.view
                            - suppliers.create
                            - suppliers.update
                            - expenses.view
                            - expenses.create
                        phone:
                          type: string
                          example: ''
                        pin_enabled:
                          type: boolean
                          example: false
                        role:
                          type: string
                          example: employee
                        shops:
                          type: array
                          items:
                            type: object
                            properties:
                              company_id:
                                type: string
                                example: 01hqydxwtxdj3kmzp3bz7jk73g
                              created_at:
                                type: string
                                example: '2025-07-29T09:32:01.000000Z'
                              currency_code:
                                type: string
                                example: XAF
                              currency_name:
                                type: string
                                example: FCFA
                              deleted_at:
                                nullable: true
                                example: null
                              description:
                                type: string
                                example: >-
                                  Debitis non rerum aperiam tenetur placeat ut
                                  dignissimos.
                              id:
                                type: string
                                example: 01k1amypzhgs7fngfx1r9d37pn
                              metadata:
                                nullable: true
                                example: null
                              name:
                                type: string
                                example: Brekke Group
                              pivot:
                                type: object
                                properties:
                                  shop_id:
                                    type: string
                                    example: 01k1amypzhgs7fngfx1r9d37pn
                                  user_id:
                                    type: string
                                    example: 01k7ee7anat9j4bn5v71v70qck
                              slug:
                                type: string
                                example: brekke-group
                              updated_at:
                                type: string
                                example: '2025-07-29T09:32:01.000000Z'
                          example:
                            - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                              created_at: '2025-07-29T09:32:01.000000Z'
                              currency_code: XAF
                              currency_name: FCFA
                              deleted_at: null
                              description: >-
                                Debitis non rerum aperiam tenetur placeat ut
                                dignissimos.
                              id: 01k1amypzhgs7fngfx1r9d37pn
                              metadata: null
                              name: Brekke Group
                              pivot:
                                shop_id: 01k1amypzhgs7fngfx1r9d37pn
                                user_id: 01k7ee7anat9j4bn5v71v70qck
                              slug: brekke-group
                              updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at:
                          type: string
                          example: '2025-10-13T09:25:31.000000Z'
                    example:
                      - allPermissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-10-13T09:25:31.000000Z'
                        deleted_at: null
                        email: test1@gmail.com
                        first_name: null
                        id: 01k7ee7anat9j4bn5v71v70qck
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Test
                        medias: []
                        metadata: null
                        name: ' Test'
                        opt_in: 0
                        permissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        phone: ''
                        pin_enabled: false
                        role: employee
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k7ee7anat9j4bn5v71v70qck
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-10-13T09:25:31.000000Z'
                      - allPermissions:
                          - payments.*
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-08-07T17:01:08.000000Z'
                        deleted_at: null
                        email: kafecydu@mailinator.com
                        first_name: Byron
                        id: 01k22m7hy77jyezkdac846wktj
                        is_available: false
                        last_activity: '2025-08-09 08:29:21'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Chen
                        medias: []
                        metadata: null
                        name: Byron Chen
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        phone: '+12324762087'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Deleniti eum sit dolore quaerat sit est cumque
                              eveniet.
                            id: 01k1amyq13d2mv8y05c8ym6t7b
                            metadata: null
                            name: Champlin LLC
                            pivot:
                              shop_id: 01k1amyq13d2mv8y05c8ym6t7b
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: champlin-llc
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:00.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: Perspiciatis aut quia magnam et eum modi vel.
                            id: 01k1amypyvbq2zkntkvqsma3ps
                            metadata: null
                            name: Pfeffer Ltd
                            pivot:
                              shop_id: 01k1amypyvbq2zkntkvqsma3ps
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: pfeffer-ltd
                            updated_at: '2025-07-29T09:32:00.000000Z'
                        updated_at: '2025-08-11T10:20:29.000000Z'
                      - allPermissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-11T09:09:17.000000Z'
                        deleted_at: null
                        email: clarisse.chamboue@gmail.com
                        first_name: Clarisse
                        id: 01k4w0jk1n8aqmq0eyswttcryw
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Chambouo
                        medias: []
                        metadata: null
                        name: Clarisse Chambouo
                        opt_in: 0
                        permissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        phone: ''
                        pin_enabled: false
                        role: employee
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k4w0jk1n8aqmq0eyswttcryw
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-11T09:09:17.000000Z'
                      - allPermissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-02T11:04:05.000000Z'
                        deleted_at: null
                        email: vixidozix@mailinator.com
                        first_name: Emery
                        id: 01k451jap8czph9y0pzehvmcfy
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Fischer
                        medias: []
                        metadata: null
                        name: Emery Fischer
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        phone: '+14743732315'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Deleniti eum sit dolore quaerat sit est cumque
                              eveniet.
                            id: 01k1amyq13d2mv8y05c8ym6t7b
                            metadata: null
                            name: Champlin LLC
                            pivot:
                              shop_id: 01k1amyq13d2mv8y05c8ym6t7b
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: champlin-llc
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:00.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: Perspiciatis aut quia magnam et eum modi vel.
                            id: 01k1amypyvbq2zkntkvqsma3ps
                            metadata: null
                            name: Pfeffer Ltd
                            pivot:
                              shop_id: 01k1amypyvbq2zkntkvqsma3ps
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: pfeffer-ltd
                            updated_at: '2025-07-29T09:32:00.000000Z'
                        updated_at: '2025-09-02T11:04:05.000000Z'
                      - allPermissions:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - '*'
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-29T09:32:01.000000Z'
                        deleted_at: null
                        email: demo@genuka.com
                        first_name: Payton
                        id: 01k1amyqgjje8sknkzpm78qv6x
                        is_available: false
                        last_activity: '2025-10-13 09:26:14'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Donnelly
                        medias: []
                        metadata:
                          lang: fr
                        name: Payton Donnelly
                        opt_in: 0
                        permissions:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        phone: +1 (551) 313-2592
                        pin_enabled: false
                        role: admin
                        shops: []
                        updated_at: '2025-10-13T09:26:14.000000Z'
                      - allPermissions:
                          - orders.view
                          - deliveries.*
                          - expenses.view
                          - expenses.create
                          - users.view
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-02T11:03:29.000000Z'
                        deleted_at: null
                        email: fubik@mailinator.com
                        first_name: Ralph
                        id: 01k451h7fax1d6qyayapnam2h2
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Stuart
                        medias: []
                        metadata: null
                        name: Ralph Stuart
                        opt_in: 0
                        permissions:
                          - orders.view
                          - deliveries.*
                          - expenses.view
                          - expenses.create
                          - users.view
                        phone: '+14299527408'
                        pin_enabled: false
                        role: courrier
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k451h7fax1d6qyayapnam2h2
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-02T11:03:29.000000Z'
                      - allPermissions:
                          - payments.*
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-08-06T17:06:57.000000Z'
                        deleted_at: null
                        email: vuwixyzy@mailinator.com
                        first_name: Reece
                        id: 01k2025f8ekcwnxxzmpbebe6yh
                        is_available: false
                        last_activity: '2025-08-18 09:57:22'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Odom
                        medias: []
                        metadata:
                          lang: fr
                          locale: fr
                        name: Reece Odom
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - orders.change_user
                        phone: '+11647571542'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k2025f8ekcwnxxzmpbebe6yh
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-16T11:31:26.000000Z'
                  links:
                    type: object
                    properties:
                      first:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/users?page=1
                      last:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/users?page=1
                      next:
                        nullable: true
                        example: null
                      prev:
                        nullable: true
                        example: null
                  meta:
                    type: object
                    properties:
                      current_page:
                        type: number
                        example: 1
                      from:
                        type: number
                        example: 1
                      last_page:
                        type: number
                        example: 1
                      links:
                        type: array
                        items:
                          type: object
                          properties:
                            active:
                              type: boolean
                              example: false
                            label:
                              type: string
                              example: '&laquo; Previous'
                            page:
                              type: number
                              nullable: true
                              example: null
                            url:
                              type: string
                              nullable: true
                              example: null
                        example:
                          - active: false
                            label: '&laquo; Previous'
                            page: null
                            url: null
                          - active: true
                            label: '1'
                            page: 1
                            url: http://genuka-api.test/2023-11/admin/users?page=1
                          - active: false
                            label: Next &raquo;
                            page: null
                            url: null
                      path:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/users
                      per_page:
                        type: number
                        example: 15
                      to:
                        type: number
                        example: 7
                      total:
                        type: number
                        example: 7
              examples:
                '200':
                  value:
                    data:
                      - allPermissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-10-13T09:25:31.000000Z'
                        deleted_at: null
                        email: test1@gmail.com
                        first_name: null
                        id: 01k7ee7anat9j4bn5v71v70qck
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Test
                        medias: []
                        metadata: null
                        name: ' Test'
                        opt_in: 0
                        permissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        phone: ''
                        pin_enabled: false
                        role: employee
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k7ee7anat9j4bn5v71v70qck
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-10-13T09:25:31.000000Z'
                      - allPermissions:
                          - payments.*
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-08-07T17:01:08.000000Z'
                        deleted_at: null
                        email: kafecydu@mailinator.com
                        first_name: Byron
                        id: 01k22m7hy77jyezkdac846wktj
                        is_available: false
                        last_activity: '2025-08-09 08:29:21'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Chen
                        medias: []
                        metadata: null
                        name: Byron Chen
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        phone: '+12324762087'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Deleniti eum sit dolore quaerat sit est cumque
                              eveniet.
                            id: 01k1amyq13d2mv8y05c8ym6t7b
                            metadata: null
                            name: Champlin LLC
                            pivot:
                              shop_id: 01k1amyq13d2mv8y05c8ym6t7b
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: champlin-llc
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:00.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: Perspiciatis aut quia magnam et eum modi vel.
                            id: 01k1amypyvbq2zkntkvqsma3ps
                            metadata: null
                            name: Pfeffer Ltd
                            pivot:
                              shop_id: 01k1amypyvbq2zkntkvqsma3ps
                              user_id: 01k22m7hy77jyezkdac846wktj
                            slug: pfeffer-ltd
                            updated_at: '2025-07-29T09:32:00.000000Z'
                        updated_at: '2025-08-11T10:20:29.000000Z'
                      - allPermissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-11T09:09:17.000000Z'
                        deleted_at: null
                        email: clarisse.chamboue@gmail.com
                        first_name: Clarisse
                        id: 01k4w0jk1n8aqmq0eyswttcryw
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Chambouo
                        medias: []
                        metadata: null
                        name: Clarisse Chambouo
                        opt_in: 0
                        permissions:
                          - returns.view
                          - returns.create
                          - returns.update
                          - orders.view
                          - orders.create
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - customers.view
                          - customers.create
                          - customers.update
                          - collections.*
                          - warehouses.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - expenses.view
                          - expenses.create
                        phone: ''
                        pin_enabled: false
                        role: employee
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k4w0jk1n8aqmq0eyswttcryw
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-11T09:09:17.000000Z'
                      - allPermissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-02T11:04:05.000000Z'
                        deleted_at: null
                        email: vixidozix@mailinator.com
                        first_name: Emery
                        id: 01k451jap8czph9y0pzehvmcfy
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Fischer
                        medias: []
                        metadata: null
                        name: Emery Fischer
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - orders.change_user
                        phone: '+14743732315'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Deleniti eum sit dolore quaerat sit est cumque
                              eveniet.
                            id: 01k1amyq13d2mv8y05c8ym6t7b
                            metadata: null
                            name: Champlin LLC
                            pivot:
                              shop_id: 01k1amyq13d2mv8y05c8ym6t7b
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: champlin-llc
                            updated_at: '2025-07-29T09:32:01.000000Z'
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:00.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: Perspiciatis aut quia magnam et eum modi vel.
                            id: 01k1amypyvbq2zkntkvqsma3ps
                            metadata: null
                            name: Pfeffer Ltd
                            pivot:
                              shop_id: 01k1amypyvbq2zkntkvqsma3ps
                              user_id: 01k451jap8czph9y0pzehvmcfy
                            slug: pfeffer-ltd
                            updated_at: '2025-07-29T09:32:00.000000Z'
                        updated_at: '2025-09-02T11:04:05.000000Z'
                      - allPermissions:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - '*'
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-29T09:32:01.000000Z'
                        deleted_at: null
                        email: demo@genuka.com
                        first_name: Payton
                        id: 01k1amyqgjje8sknkzpm78qv6x
                        is_available: false
                        last_activity: '2025-10-13 09:26:14'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Donnelly
                        medias: []
                        metadata:
                          lang: fr
                        name: Payton Donnelly
                        opt_in: 0
                        permissions:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        phone: +1 (551) 313-2592
                        pin_enabled: false
                        role: admin
                        shops: []
                        updated_at: '2025-10-13T09:26:14.000000Z'
                      - allPermissions:
                          - orders.view
                          - deliveries.*
                          - expenses.view
                          - expenses.create
                          - users.view
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-09-02T11:03:29.000000Z'
                        deleted_at: null
                        email: fubik@mailinator.com
                        first_name: Ralph
                        id: 01k451h7fax1d6qyayapnam2h2
                        is_available: false
                        last_activity: null
                        last_login_at: null
                        last_login_ip: null
                        last_name: Stuart
                        medias: []
                        metadata: null
                        name: Ralph Stuart
                        opt_in: 0
                        permissions:
                          - orders.view
                          - deliveries.*
                          - expenses.view
                          - expenses.create
                          - users.view
                        phone: '+14299527408'
                        pin_enabled: false
                        role: courrier
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k451h7fax1d6qyayapnam2h2
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-02T11:03:29.000000Z'
                      - allPermissions:
                          - payments.*
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                        birthdate: null
                        calendar_events: []
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-08-06T17:06:57.000000Z'
                        deleted_at: null
                        email: vuwixyzy@mailinator.com
                        first_name: Reece
                        id: 01k2025f8ekcwnxxzmpbebe6yh
                        is_available: false
                        last_activity: '2025-08-18 09:57:22'
                        last_login_at: null
                        last_login_ip: null
                        last_name: Odom
                        medias: []
                        metadata:
                          lang: fr
                          locale: fr
                        name: Reece Odom
                        opt_in: 0
                        permissions:
                          - returns.*
                          - orders.*
                          - products.*
                          - customers.*
                          - collections.*
                          - deliveries.*
                          - stats.*
                          - discounts.*
                          - company.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - shipping_fees.*
                          - payment_methods.*
                          - suppliers.*
                          - expenses.*
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.*
                          - pages.*
                          - media_files.*
                          - domains.*
                          - orders.change_user
                        phone: '+11647571542'
                        pin_enabled: false
                        role: manager
                        shops:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            currency_code: XAF
                            currency_name: FCFA
                            deleted_at: null
                            description: >-
                              Debitis non rerum aperiam tenetur placeat ut
                              dignissimos.
                            id: 01k1amypzhgs7fngfx1r9d37pn
                            metadata: null
                            name: Brekke Group
                            pivot:
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              user_id: 01k2025f8ekcwnxxzmpbebe6yh
                            slug: brekke-group
                            updated_at: '2025-07-29T09:32:01.000000Z'
                        updated_at: '2025-09-16T11:31:26.000000Z'
                    links:
                      first: http://genuka-api.test/2023-11/admin/users?page=1
                      last: http://genuka-api.test/2023-11/admin/users?page=1
                      next: null
                      prev: null
                    meta:
                      current_page: 1
                      from: 1
                      last_page: 1
                      links:
                        - active: false
                          label: '&laquo; Previous'
                          page: null
                          url: null
                        - active: true
                          label: '1'
                          page: 1
                          url: http://genuka-api.test/2023-11/admin/users?page=1
                        - active: false
                          label: Next &raquo;
                          page: null
                          url: null
                      path: http://genuka-api.test/2023-11/admin/users
                      per_page: 15
                      to: 7
                      total: 7
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````