users resource
Attributes
- first_name
- last_name
-
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
JSON Resource Example
{
data: {
type: users,
id: 636,
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: 750,
type: notifications
},
company_users:{
id: 609,
type: company_users
},
auth_clients:{
id: 177,
type: auth_clients
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comusers/{resource_id}
POST https://api.multinexo.comusers/