MessagesLastRead Item API
Multiple access controls based on provided filters:
provider_idMultiple bodies with results:
provider_id:User must be a direct member of provider organization (1) to access provider-only messages 🔐
customer_id:User must be a direct member of customer organization (1) to access customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
customer_idMultiple bodies with results:
provider_id:User must be a direct member of provider organization (1) to access provider-only messages 🔐
customer_id:User must be a direct member of customer organization (1) to access customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ user_id, provider_id, customer_id ]
JSON PUT body:
{
"user_id": integer
"provider_id"?: integer
"customer_id"?: integer
"timestamp": timestamp
}Request payload
The body is of type object.
Successful response
The response is of type object.