Add a userCopy Pagepost https://{hostname}/amfa/v1/usersCreate a new user.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 ParamsAdd user request JSON.emailstringlength ≥ 1The user's email address.firstNamestringlength ≥ 1The user's first name.lastNamestringlength ≥ 1The user's last name.usernamestringrequiredlength ≥ 1The user's username. The username is unique for the tenant.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200User successfully created. 400Bad request. 401Unauthorized. 403Forbidden. 500Internal server error.Updated 4 months ago