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: 352, attributes: { email: someValue, invitation_status: someValue, company_id: someValue, deleted: someValue }, relationships: { user:{ id: 151, type: user }, entity:{ id: 996, type: entity }, user_register_schema:{ id: 830, type: user_register_schema }, roles:{ id: 290, 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/