Download user list as Excel

get
https://{api-gateway-hostname}
/admin/v1/users-bulk-download

Downloads the list of users to an Excel-compatible spreadsheet

id
array[string]

The user id to filter results

q
string

The search query to filter results

role
array[string]

The role name to filter results

status
string

The user status to filter results

Allowed values:
activeinactive

The users that match the filters provided

X-Medallia-Rpc-Request-Id
string<identifier>

The request ID, used by Medallia support for troubleshooting

Example:
94615edd-d9d0-4921-8b3e-60615b3d3431
X-RateLimit-Limit
string

Indicates the request quota closest to reaching its limit amongst all available quotas. Follows the semantics of IETF draft-polli-ratelimit-headers.

Example:
10, 10;w=1, 100;w=86400
X-RateLimit-Limit-day
integer
deprecated

The number of requests allowed in total in a 24-hour period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Limit.

Example:
10000
X-RateLimit-Limit-second
integer
deprecated

The number of requests allowed in total in a 1-second period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Limit.

Example:
10
X-RateLimit-Remaining
integer

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.

Example:
10
X-RateLimit-Remaining-day
integer
deprecated

The number of requests available to make in a 24-hour period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Remaining.

Example:
10000
X-RateLimit-Remaining-second
integer
deprecated

The number of requests available to make in a 1-second period. Deprecated as of Sept. 2022 in favor of X-RateLimit-Remaining.

Example:
10
X-RateLimit-Reset
integer

Indicates the number of seconds remaining until the quota resets. Follows the semantics of IETF draft-polli-ratelimit-headers.

Example:
10
responses
/
200
foo
string
Auth
:
Server Variables
:
Parameters
:
:
:
:
curl --request GET \
--url https://instance-tenant.apis.medallia.com/admin/v1/users-bulk-download \
--header 'Accept: text/csv' \
--header 'Authorization: Bearer 123'
Response Example
1
username,firstname,lastname,email,phone,company_account_id,status,no_automatic_update,primary_role,roles,...
2
cc_agent_735,Pat,Rowe,prowe@example.medallia.com,555-867-5309,,ACTIVE,true,Frontline,,...