company_users resource
Attributes
-
create, read
- invitation_status
-
read enum (pending, accepted, rejected)
- company_id
-
create, read, update
- deleted
Relationships
- user
-
has one of type: user
- entity
-
has one of type: entity
- user_register_schema
-
has one of type: user_register_schema
- roles
-
has one of type: roles
Filter example
JSON Resource Example
{
data: {
type: company_users,
id: 853,
attributes: {
email: someValue,
invitation_status: someValue,
company_id: someValue,
deleted: someValue
},
relationships: {
user:{
id: 609,
type: user
},
entity:{
id: 644,
type: entity
},
user_register_schema:{
id: 306,
type: user_register_schema
},
roles:{
id: 600,
type: roles
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/company_users/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/company_users/