Perform the specified action on the user account
The action to perform on the user account
The account's username
The action was successfully executed
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 POST \--url https://instance-tenant.apis.medallia.com/admin/v1/users/username/actions/reset-password \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json'