Add an alias to a userCopy Pagepost https://{hostname}/amfa/v1/users/{userId}/aliasesAdd an alternative username for a user.Path ParamsuserIdstringrequiredA unique identifier for the user account.Query ParamscontractIdstringrequiredUnique identifier for the contract.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsSpecifies the user's alias.aliasstringrequiredlength ≥ 1Alternate usernames for the user.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Alias successfully created. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 500Internal server error.Updated 4 months ago