Downloads the list of users to an Excel-compatible spreadsheet
The user id to filter results
The search query to filter results
The role name to filter results
The user status to filter results
The users that match the filters provided
The request ID, used by Medallia support for troubleshooting
Indicates the request quota closest to reaching its limit amongst all available quotas. Follows the semantics of IETF draft-polli-ratelimit-headers.
The number of requests allowed in total in a 24-hour period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Limit.
The number of requests allowed in total in a 1-second period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Limit.
Indicates the number of requests remaining in the quota that is closest to expiring (as indicated by X-RateLimit-Limit
). Follows the semantics of IETF draft-polli-ratelimit-headers.
The number of requests available to make in a 24-hour period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Remaining.
The number of requests available to make in a 1-second period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Remaining.
Indicates the number of seconds remaining until the quota resets. Follows the semantics of IETF draft-polli-ratelimit-headers.
curl --request GET \--url https://instance-tenant.apis.medallia.com/admin/v1/users-bulk-download \--header 'Accept: text/csv' \--header 'Authorization: Bearer 123'
1username,firstname,lastname,email,phone,company_account_id,status,no_automatic_update,primary_role,roles,...2cc_agent_735,Pat,Rowe,prowe@example.medallia.com,555-867-5309,,ACTIVE,true,Frontline,,...