Perform action on account

post
https://{api-gateway-hostname}
/admin/v1/users/{username}/actions/{action}

Perform the specified action on the user account

action
string
required

The action to perform on the user account

Allowed values:
reset-passwordactivateinactive
username
string<identifier>
required

The account's username

The action was successfully executed

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
Auth
:
Server Variables
:
Parameters
:
:
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'