403 Forbidden User
Hi Team,
Whenever we send a request, Box API returns a 403 error "User is missing permissions: sign_and_send"
My account is mary.tapar@positivelendingsolutions.com.au.
Below is the sample request we sent:
{
"redirect_url": "",
"signers": [
{
"role": "signer",
"email": "joy.tapar@nodifi.com.au",
"embed_url_external_user_id": "a4H8w0000003za2EAA"
}
],
"source_files": [
{
"type": "file",
"id": "1165914396335"
}
],
"parent_folder": {
"type": "folder",
"id": "219476457236"
},
"prefill_tags": [
{
"document_tag_id": "name",
"external_id": "name",
"text_value": "Joy Tapar"
},
{
"document_tag_id": "oppnumber",
"external_id": "oppnumber",
"text_value": "00650165"
}
]
}
but I got a 401 error in the first request even if I have a correct developer token then got a successful response in the second.
Now, if I open the embed_url from the response, it returns 403 forbidden error.
Please assist.
Thanks
Please sign in to leave a comment.
Comments
0 comments