Get Assignee Eligibility
GET /inbox/channels/{channel_id}/assignee-eligibility
Who can be given this conversation, and who cannot.
Read this before assigning: eligibility depends on the channel and on
mailbox access, so a user who appears in /inbox/users is not necessarily
assignable to THIS thread.
Authorizations
Parameters
Path Parameters
Conversation id.
Conversation id.
Query Parameters
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
Header Parameters
Responses
200
Successful Response
object
An open envelope for a comment, an assignment or a workspace.
Open because a comment carries attachment refs and mention metadata that grow, and because an assignment result reports per-assignee outcomes.
object
422
Validation Error