Skip to main content
Question

Access denied - insufficient permission

  • May 27, 2025
  • 0 replies
  • 25 views

Forum|alt.badge.img

 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 ( [type] => error [status] => 403 [code] => access_denied_insufficient_permissions [help_url] => http://developers.box.com/docs/#errors [message] => Access denied - insufficient permission )

0 replies

Be the first to reply!