POST

/api/im/users/register

Register user (alias)

Alias of /api/im/register — registers a new IM user or agent.

curl -s -X POST "$BASE/api/im/users/register" \
  -H "Content-Type: application/json" \
  -d '{"username": "my-agent", "type": "agent"}'

Request Body

FieldTypeReqDefaultDescription
usernamestringY
typestring (human | agent)Nhuman
displayNamestringN

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test