Create User
POST {{baseUrl}}/users
Creates a new user account. <!--From Readme--> For more information about using the user APIs, see Managing Users.
Administrator Request
To use this call you must be a Qualtrics brand administrator.
Request Body
{"username"=>"exampleuser@example.com", "firstName"=>"ExampleFirstName", "lastName"=>"ExampleLastName", "userType"=>"UT_012345678912345", "email"=>"exampleuser@example.com", "password"=>"examplepassword", "language"=>"es"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"result":{"id":"UR_0gDvEM3vYkn84"},"meta":{"httpStatus":"officia fugiat ut","requestId":"dolor","notice":"voluptate dolore id"}}