Users
Number of APIs: 8
The Users endpoint allows you to manage the users who can use the API, or use your brand's Qualtrics pages to create and modify content. These are the users in your organizations, not the contacts for whom you are building content like surveys and messages.
This API gives you CRUD operations on your users. It allows you to create and retrieve a user's API Token, and in case you have multiple users, you can use this API to determine the user for which you are currently authenticated.
Contact Support: Name: https://www.qualtrics.com/support/
-
users-{userId}-apitoken - Get User API Token GET {{baseUrl}}/users/:userId/apitoken
-
users-{userId}-apitoken - Create User API Token POST {{baseUrl}}/users/:userId/apitoken
-
users-{userId} - Get User GET {{baseUrl}}/users/:userId
-
users-{userId} - Update User PUT {{baseUrl}}/users/:userId
-
users - List Users GET {{baseUrl}}/users?username=ipsum esse in proident&offset=0
-
users - Create User POST {{baseUrl}}/users
-
users-{userId} - Delete User DELETE {{baseUrl}}/users/:userId
-
Who Am I GET {{baseUrl}}/whoami