Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

users resource

GET https://api.multinexo.comusers

Attributes

first_name
create, read, update StringFilter Sortable
last_name
create, read, update StringFilter Sortable
email
create, read, update
actual_status
read
avatar_url
read
activated
read
deleted_at
read
status
read
activation_reset
create, read, update

Relationships

notifications
has one of type: notifications
company_users
has one of type: company_users
auth_clients
has one of type: auth_clients

Filter example

https://api.multinexo.comusers?filter[first_name]=someValue

JSON Resource Example

  {
    data: {
      type: users,
      id: 895,
      attributes: {
        first_name: someValue,
        last_name: someValue,
        email: someValue,
        actual_status: someValue,
        avatar_url: someValue,
        activated: someValue,
        deleted_at: someValue,
        status: someValue,
        activation_reset: someValue
        },
      relationships: { 
         notifications:{
          id: 559,
          type: notifications
        },
      
         company_users:{
          id: 952,
          type: company_users
        },
      
         auth_clients:{
          id: 323,
          type: auth_clients
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comusers/{resource_id}

POST https://api.multinexo.comusers/