Skip to main content

Hi 


I am creating JWT token on server side and getting the access_token from Box. GET users is working fine with that token.



curl --location 'https://api.box.com/2.0/users' \

--header 'Authorization: Bearer token'


But when I try to create a managed user, I am getting the below error. Even I tried to create user from here and I m getting the same error.
https://developer.box.com/reference/post-users/


{
"type": "error",
"status": 400,
"code": "invalid_request_parameters",
"help_url": "http://developers.box.com/docs/#errors",
"message": "Invalid input parameters in request",
"request_id": "nz1zokhll68duz1d"
}

Hi Eugene, 


Welcome to Box Community and glad to help!


To answer your API query, please take it to forum.box.com. Rest assured that a member of our team will be in touch. 


Thanks for posting!


Reply