I am getting the below error while create the f2m user. I have attached the SOAP XML request. only the password i changed.
Permission denied User Create operation-f2m user create requires[f2m admin or acl permission]
The error appears to have be caused by the ParentEntityId/GroupEntityId not being set. It looks like you got past that in next submit but that appears to have erred because the DNIS was not available.
Now i am passing the groupEntityId. But after passing that value, i am getting the different error. The dnis (7326764317) is actually available. I am able to get it using the FaxNumberAvailableList request.
Here is the response. Can you please help me to resolve this. I have attached the user-create request SOAP xml also.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><Response xmlns="http://ws.easylink.com/RequestResponse/2011/01"><SenderKey>http://xoa.xpedite.com/UserCreate</SenderKey><ProcessingID>0ACD321E-1456-130807060210655</ProcessingID></Response></SOAP-ENV:Header><SOAP-ENV:Body><UserCreateResult xmlns="http://ws.easylink.com/UserCreate/2011/01"><Status><StatusCode>1</StatusCode><StatusMessage>Failed</StatusMessage><ErrorList><Error><ErrorCode>2000</ErrorCode><ErrorMessage>XOA-2000 [system error] : User create internal error -- description ---Stored Proc 'MRaddF2MApp' retcode = '-200'. SQL='declare @err_msg varchar(255), @apprefno int exec MRaddF2MApp 598191, 591978, '17326764317', 598174, @apprefno output, @err_msg output, 'F2M/PKANTHWAL', 'PC-0ACD321E-1456-130807060210655', 'N', '', '', '', 'A''. SP Error message: 'Failed to map dnis to ARN' mret=3.</ErrorMessage></Error></ErrorList><SubmissionTime>2013-08-07T06:02:10.655Z</SubmissionTime><CompletionTime>2013-08-07T06:02:11.681Z</CompletionTime></Status></UserCreateResult></SOAP-ENV:Body></SOAP-ENV:Envelope>
Can somebody please help me regaring this error message
The DNIS value that you are requesting (17326764317) is already assigned to an account (actually yours).
To create a user with a DNIS value, that number must be unallocated.
The result from the FaxNumberAvailalbleList call includes elements for activationdate, deactivationdate, and reactivationdate.
If the activationdate is included, but the others are not, that means that the number is actively in use.
Hello,
How i can create user without faxnumber please.
Not sure what you are trying to do. The Account API has a UserCreateRequest.