{"title":"Get web user names","category":"default","creationDate":1776961629,"content":"<p>To get a list of web user names, make a POST <code>\/getWebUserNames<\/code> request with an empty request body.<\/p>\n<h2 id=\"getwebusernames-response-fields\">Response parameters<\/h2>\n<p>If there are no errors in the request, the call returns a list of web user names for the currently logged in merchant account, and a <code>pspReference<\/code>.<\/p>\n<p>If any issues occur during the process, the call returns one or more warning or error messages.  <\/p>\n<table><thead><tr class=\"header\"><th>Name<\/th><th>Type<\/th><th>Returned by default<\/th><th><p>Description<\/p><\/th><\/tr><\/thead><tbody><tr><td>\n<p><code>userNames<\/code><\/p>\n<\/td><td>\n<p>List<\/p>\n<\/td><td>\n<center><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/center>\n<\/td><td>\n<p>A list holding user account name strings.A user name string holds the user account display name.<br \/>\nIt can include:<\/p>\n<ul>\n<li>Digits: <em>0-9<\/em><\/li>\n<li>Letters <em>a-z<\/em>, <em>A-Z<\/em><\/li>\n<li>Special characters: \"<em>.<\/em>\" (dot), \"<em>-<\/em>\" (hyphen), \"<em>_<\/em>\" (underscore)<em><br \/>\n<\/em><\/li>\n<\/ul>\n<\/td><\/tr><tr><td>\n<p><code>pspReference<\/code><\/p>\n<\/td><td>\n<p>String<\/p>\n<\/td><td>\n<center><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/center>\n<\/td><td>\n<p>A reference to uniquely identify the request.<\/p>\n<\/td><\/tr><tr><td>\n<p><code>warnings<\/code><\/p>\n<\/td><td>\n<p>String<\/p>\n<\/td><td>\n<center><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/center>\n<\/td><td>\n<p>List containing one or more warning messages.<br \/>\nReturned when the request is not correctly processed.<\/p>\n<\/td><\/tr><tr><td>\n<p><code>errors<\/code><\/p>\n<\/td><td>\n<p>String<\/p>\n<\/td><td>\n<center><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/center>\n<\/td><td>\n<p>List containing one or more error messages.<br \/>\nReturned when the request fails.<\/p>\n<\/td><\/tr><\/tbody><\/table>\n<h2>Examples<\/h2>\n<h3 id=\"request\">Request<\/h3>\n<p>Send an empty JSON or SOAP request.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"''\" :id=\"'845519198'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"JSON\",\"content\":\"{}\"},{\"language\":\"xml\",\"tabTitle\":\"Soap\",\"content\":\"&lt;soap:Envelope xmlns:soap=\\\"http:\\\/\\\/schemas.xmlsoap.org\\\/soap\\\/envelope\\\/\\\" xmlns:xsd=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema\\\" xmlns:xsi=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema-instance\\\"&gt;\\n  &lt;soap:Body&gt;\\n    &lt;getWebUserNames xmlns=\\\"http:\\\/\\\/caaccount.services.adyen.com\\\"&gt;\\n      &lt;request \\\/&gt;\\n    &lt;\\\/getWebUserNames&gt;\\n  &lt;\\\/soap:Body&gt;\\n&lt;\\\/soap:Envelope&gt;\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3 id=\"response\">Response<\/h3>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"''\" :id=\"'785880972'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"JSON\",\"content\":\"{  \\n   \\\"pspReference\\\":\\\"9914526953120350\\\",\\n   \\\"userNames\\\":[  \\n      \\\"admin\\\",\\n      \\\"merchant1\\\",\\n      \\\"merchant_view\\\",\\n   ]\\n}\"},{\"language\":\"xml\",\"tabTitle\":\"Soap\",\"content\":\"&lt;soap:Envelope xmlns:soap=\\\"http:\\\/\\\/schemas.xmlsoap.org\\\/soap\\\/envelope\\\/\\\" xmlns:ns0=\\\"http:\\\/\\\/caaccount.services.adyen.com\\\" xmlns:xsd=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema\\\" xmlns:xsi=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema-instance\\\"&gt;\\n  &lt;soap:Body&gt;\\n    &lt;ns0:getWebUserNamesResponse&gt;\\n      &lt;ns0:response&gt;\\n        &lt;ns0:pspReference&gt;9914526953120350&lt;\\\/ns0:pspReference&gt;\\n        &lt;ns0:userNames&gt;\\n          &lt;ns0:string&gt;admin&lt;\\\/ns0:string&gt;\\n          &lt;ns0:string&gt;merchant1&lt;\\\/ns0:string&gt;\\n          &lt;ns0:string&gt;merchant_view&lt;\\\/ns0:string&gt;\\n        &lt;\\\/ns0:userNames&gt;\\n      &lt;\\\/ns0:response&gt;\\n    &lt;\\\/ns0:getWebUserNamesResponse&gt;\\n  &lt;\\\/soap:Body&gt;\\n&lt;\\\/soap:Envelope&gt;\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>","url":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-user-accounts\/getwebusernames","articleFields":{"id":"25135007","type":"page","description":"Get a list of web user names.","_expandable":{"operations":""},"status":"current"},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-user-accounts\/getwebusernames","title":"Get web user names","content":"To get a list of web user names, make a POST \/getWebUserNames request with an empty request body.\nResponse parameters\nIf there are no errors in the request, the call returns a list of web user names for the currently logged in merchant account, and a pspReference.\nIf any issues occur during the process, the call returns one or more warning or error messages.  \nNameTypeReturned by defaultDescription\nuserNames\n\nList\n\n\n\nA list holding user account name strings.A user name string holds the user account display name.\nIt can include:\n\nDigits: 0-9\nLetters a-z, A-Z\nSpecial characters: \".\" (dot), \"-\" (hyphen), \"_\" (underscore)\n\n\n\npspReference\n\nString\n\n\n\nA reference to uniquely identify the request.\n\nwarnings\n\nString\n\n\n\nList containing one or more warning messages.\nReturned when the request is not correctly processed.\n\nerrors\n\nString\n\n\n\nList containing one or more error messages.\nReturned when the request fails.\n\nExamples\nRequest\nSend an empty JSON or SOAP request.\n\n    \n\nResponse\n\n    \n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Account management API","lvl2":"Manage user accounts","lvl3":"Get web user names"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/account-management-api","lvl2":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-user-accounts","lvl3":"\/pt\/account-management-api\/manage-user-accounts\/getwebusernames"},"levels":4,"category":"","category_color":"","tags":["names"]},"articleFiles":{"785880972.json":"<p alt=\"\">785880972.json<\/p>","845519198.json":"<p alt=\"\">845519198.json<\/p>"}}
