0

I want to create user Account in PHP, i searched almost all of stackoverflow at https://stackoverflow.com/questions/tagged/box-api as well as Box API but cannot find anything

Cannot find any documentation of "create_managed_user" function in V2

6
  • do you know that their API supports this? Commented Jul 8, 2014 at 2:24
  • @Dagon i cant find anything to user accounts Commented Jul 8, 2014 at 2:31
  • well then, i may simply not exist. Commented Jul 8, 2014 at 2:33
  • Are you talking about Box.com API? Commented Jul 8, 2014 at 2:52
  • see this:: stackoverflow.com/questions/12316943/… Commented Jul 8, 2014 at 3:02

1 Answer 1

2

The Box v2 API allows you to create managed (enterprise) users if and only if you are a Box enterprise administrator:

curl https://api.box.com/2.0/users
-H "Authorization: Bearer ACCESS_TOKEN"
-d '{"login": "[email protected]", "name": "Ned Stark"}'
-X POST
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.