post https://{hostname}/amfa/v1/users//aliases
Add an alternative username for a user.
Responses
Add an alternative username for a user.
xxxxxxxxxx
curl --request POST \
--url https://hostname/amfa/v1/users/userId/aliases \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"alias": "john_doe@example.com",
"aliasId": "alias_63rsiArOttoiRMxtzaG8hN",
"createdDate": "2024-09-10T09:11:13.671+00:00",
"modifiedDate": "2024-09-10T09:11:13.671+00:00"
}