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: 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/