Skip to main content

 Account Type is Business Plus







ibx01JQEDGQF08MD03YC0PJ29SDDS.png


Request body:
curl -i -X POST "https://api.box.com/2.0/users" \


     -H "Authorization: Bearer <ACCESS_TOKEN>" \


     -H "Content-Type: application/json" \


     -d '{


       "name": "User Name",


       "is_platform_access_only": true


     }'



When I create a user using the API I get the below error.


create_user response
Array
(
ptype] => error
>status] => 403
>code] => access_denied_insufficient_permissions
ihelp_url] => http://developers.box.com/docs/#errors
emessage] => Access denied - insufficient permission
)
Be the first to reply!

Reply