Skip to main content
POST
Assign a fax to a user
Provide the required fax identifier in job_id and workspace-user email addresses in the required emails field. You can assign multiple users in the same API call. Authenticate with a Bearer access token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
job_id
string
required

Unique identifier of the fax to assign.

emails
string<email>[]
required

Email addresses of the workspace users receiving the assignment. Multiple users are assigned in the same API call.

Response

200 - application/json

The fax was assigned successfully.

status
integer
required
message
string
required