Was trying to create an app user following this guide,
https://developer.box.com/guides/getting-started/user-types/app-users/
and with the following api request:
POST - https://api.box.com/2.0/users
request: {"is_platform_access_only": true , "name":"test"}
response:
What is missing? Can you please assist?
(I have verified I have sufficient permissions to create a user which is not an app user and it was created successfully)