Create a User

In this code snippet you learn how to create a User.

Example

Ensure the following variables are set to your required values using any convenient method:

KeyDescription
USER_NAME

The unique name of the User.

USER_DISPLAY_NAME

The display name of the User.

Prerequisites

You will need to use an existing Application in order to be able to create a User. See the Create Conversation code snippet for information on how to create an Application.

Write the code

Add the following to create-user.sh:

View full source

Run your code

Save this file to your machine and run it:

bash create-user.sh

Try it out

When you run the code you will create a new User.