Create a user in Box

To create a user in Box, supply the following property values in the upstream Snap, followed by Structure before the Box Create User Snap:

  • User name: Snapuser (Name of the user to be created)
  • User login: [email protected] (Enter a valid email address for the user)

such as the following JSON example:

{
    "username": "Snapuser",
    "login": "[email protected]"
}