{"info":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","description":"<html><head></head><body><p>Authentification Basic:<br>Header à fournir à toutes les requêtes \"Authorization Basic base64_encode({username}:{password})\"</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13034364","collectionId":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","publishedId":"UzXPwFz2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-28T10:01:54.000Z"},"item":[{"name":"Users","item":[{"name":"v2","item":[{"name":"List","id":"c76f1a4a-1106-4814-816c-46fbbe1afa08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.hellocse.fr/account/v2/users","description":"<p>Cette route permet d'accéder à la liste des utilisateurs correspondant à votre société. Il est possible d'associer plusieurs paramètres à la requête :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requirements</td>\n<td>array</td>\n<td>optionnel</td>\n<td>Le paramètre <code>requirements</code> permet de filtrer les résultats.  <br />Les éléments du premier niveau du tableau requirements se chaînent avec une condition OR.  <br /><code>requirements[0] OR requirements[1]</code></td>\n</tr>\n<tr>\n<td>requirements.*</td>\n<td>array</td>\n<td>requis avec requirements</td>\n<td>Les éléments de second niveau tu tableau requirements se chaînent avec une condition AND.  <br /><code>requirements[0][0] AND requirements[0][1]</code></td>\n</tr>\n<tr>\n<td>requirements.*.*.type</td>\n<td>string</td>\n<td>requis avec :  <br />- requirements.*.*.operator  <br />- requirements.*.*.value  <br />  <br />valeurs possibles :  <br />- location  <br />- social_category</td>\n<td>Le paramètre <code>requirements.\\\\*.\\\\*.type</code> permet d'appliquer un filtre sur la colonne renseignée.</td>\n</tr>\n<tr>\n<td>requirements.*.*.operator</td>\n<td>string</td>\n<td>requis avec :  <br />- requirements.*.*.type  <br />- requirements.*.*.value  <br />  <br />valeurs possibles :  <br />- =  <br />- !=  <br />- null  <br />- notnull</td>\n<td>Le paramètre <code>requirements.\\\\*.\\\\*.operator</code> permet de filtrer les résultats par rapport à une condition.</td>\n</tr>\n<tr>\n<td>requirements.*.*.value</td>\n<td>string</td>\n<td>requis avec :  <br />- requirements.*.*.type  <br />- requirements.*.*.operator  <br />non requis avec  <br />- requirements.*.*.operator = <code>null</code>  <br />- requirements.*.*.operator = <code>notnull</code></td>\n<td>Le paramètre <code>requirements.\\\\*.\\\\*.value</code> permet de filtrer les résultats par rapport au contenu d'une colonne.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>optionnel, défaut: 50</td>\n<td>Le paramètre `per_page` permet de définir le nombre de résultats retournés par page d'une pagination.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>optionnel, défaut: 1</td>\n<td>Le paramètre `page` permet d'accéder aux résultats d'une page spécifique de la pagination.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"host":["https://api.hellocse.fr/account/v2/users"],"query":[{"disabled":true,"description":{"content":"<p>username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at</p>\n","type":"text/plain"},"key":"salutation[value]","value":"M"},{"disabled":true,"description":{"content":"<p>location, social_category</p>\n","type":"text/plain"},"key":"requirements[0][0][type]","value":"location"},{"disabled":true,"description":{"content":"<p>=, !=, null, notnull</p>\n","type":"text/plain"},"key":"requirements[0][0][operator]","value":"="},{"disabled":true,"key":"requirements[0][0][value]","value":"entreprise-margot-legendre"},{"disabled":true,"description":{"content":"<p>requirements[0][0] and requirements[0][1]</p>\n","type":"text/plain"},"key":"requirements[0][1][type]","value":"social_category"},{"disabled":true,"key":"requirements[0][1][operator]","value":"="},{"disabled":true,"key":"requirements[0][1][value]","value":"C"},{"disabled":true,"description":{"content":"<p>username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at</p>\n","type":"text/plain"},"key":"sortBy","value":"last_name"},{"disabled":true,"description":{"content":"<p>asc, desc</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"disabled":true,"description":{"content":"<p>requirements[0] or requirements[1]</p>\n","type":"text/plain"},"key":"requirements[1][0][filter]","value":"social_category"},{"disabled":true,"key":"requirements[1][0][operator]","value":"="},{"disabled":true,"key":"requirements[1][0][value]","value":"B"}],"variable":[]}},"response":[{"id":"8fc38754-e243-4707-95c6-9a4feaa5d82e","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.hellocse.fr/account/v2/users","host":["https://api.hellocse.fr/account/v2/users"],"query":[{"key":"salutation[value]","value":"M","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at","disabled":true},{"key":"requirements[0][0][type]","value":"location","description":"location, social_category","disabled":true},{"key":"requirements[0][0][operator]","value":"=","description":"=, !=, null, notnull","disabled":true},{"key":"requirements[0][0][value]","value":"entreprise-margot-legendre","disabled":true},{"key":"requirements[0][1][type]","value":"social_category","description":"requirements[0][0] and requirements[0][1]","disabled":true},{"key":"requirements[0][1][operator]","value":"=","disabled":true},{"key":"requirements[0][1][value]","value":"C","disabled":true},{"key":"sortBy","value":"last_name","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at","disabled":true},{"key":"sortOrder","value":"desc","description":"asc, desc","disabled":true},{"key":"requirements[1][0][filter]","value":"social_category","description":"requirements[0] or requirements[1]","disabled":true},{"key":"requirements[1][0][operator]","value":"=","disabled":true},{"key":"requirements[1][0][value]","value":"B","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 16 Dec 2024 14:58:52 GMT"},{"key":"X-Clockwork-Id","value":"1734361132-2818-477620021"},{"key":"X-Clockwork-Version","value":"5.2.2"},{"key":"Server-Timing","value":"app; dur=318.80402565002; desc=\"Application\", db; dur=6.44; desc=\"Database\", timeline-event-0; dur=103.51896286011; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"10240836671709191\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Manager\",\n            \"first_name\": \"Fabieng\",\n            \"username\": \"ESPACE-AVANTAGES/fmanager1\",\n            \"email\": \"manager.fabieng.1@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"B\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-monique-fernandez\",\n                    \"name\": \"Entreprise Monique Fernandez\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836671905800\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"User\",\n            \"first_name\": \"Corenting\",\n            \"username\": \"ESPACE-AVANTAGES/cuser1\",\n            \"email\": \"user.corenting.1@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"B\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672102409\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Gerard\",\n            \"first_name\": \"Valentine\",\n            \"username\": \"ESPACE-AVANTAGES/vgerard4754\",\n            \"email\": \"gerard.valentine.4754@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672233482\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Brun\",\n            \"first_name\": \"Antoine\",\n            \"username\": \"ESPACE-AVANTAGES/abrun6137\",\n            \"email\": \"brun.antoine.6137@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672364555\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Duval\",\n            \"first_name\": \"Lucie\",\n            \"username\": \"ESPACE-AVANTAGES/lduval9920\",\n            \"email\": \"duval.lucie.9920@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672495628\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Joseph\",\n            \"first_name\": \"Aimée\",\n            \"username\": \"ESPACE-AVANTAGES/ajoseph2499\",\n            \"email\": \"joseph.aimee.2499@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672626701\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Thomas\",\n            \"first_name\": \"Timothée\",\n            \"username\": \"ESPACE-AVANTAGES/tthomas6407\",\n            \"email\": \"thomas.timothee.6407@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672692238\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Bazin\",\n            \"first_name\": \"Louis\",\n            \"username\": \"ESPACE-AVANTAGES/lbazin9018\",\n            \"email\": \"bazin.louis.9018@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672757775\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Perrin\",\n            \"first_name\": \"Arnaude\",\n            \"username\": \"ESPACE-AVANTAGES/aperrin8414\",\n            \"email\": \"perrin.arnaude.8414@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672823312\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Guyot\",\n            \"first_name\": \"Adèle\",\n            \"username\": \"ESPACE-AVANTAGES/aguyot4029\",\n            \"email\": \"guyot.adele.4029@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672954385\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Gomez\",\n            \"first_name\": \"Martine\",\n            \"username\": \"ESPACE-AVANTAGES/mgomez777\",\n            \"email\": \"gomez.martine.777@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673150994\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Lemaitre\",\n            \"first_name\": \"Michelle\",\n            \"username\": \"ESPACE-AVANTAGES/mlemaitre9005\",\n            \"email\": \"lemaitre.michelle.9005@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673282067\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Perrier\",\n            \"first_name\": \"Sylvie\",\n            \"username\": \"ESPACE-AVANTAGES/sperrier2768\",\n            \"email\": \"perrier.sylvie.2768@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673413140\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Adam\",\n            \"first_name\": \"Éric\",\n            \"username\": \"ESPACE-AVANTAGES/eadam5910\",\n            \"email\": \"adam.eric.5910@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673544213\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Dumas\",\n            \"first_name\": \"Élodie\",\n            \"username\": \"ESPACE-AVANTAGES/edumas8820\",\n            \"email\": \"dumas.elodie.8820@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673675286\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Devaux\",\n            \"first_name\": \"Rémy\",\n            \"username\": \"ESPACE-AVANTAGES/rdevaux9960\",\n            \"email\": \"devaux.remy.9960@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673806359\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Deschamps\",\n            \"first_name\": \"Luc\",\n            \"username\": \"ESPACE-AVANTAGES/ldeschamps4738\",\n            \"email\": \"deschamps.luc.4738@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-monique-fernandez\",\n                    \"name\": \"Entreprise Monique Fernandez\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673871896\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Mahe\",\n            \"first_name\": \"Alfred\",\n            \"username\": \"ESPACE-AVANTAGES/amahe8083\",\n            \"email\": \"mahe.alfred.8083@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673937433\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Bigot\",\n            \"first_name\": \"Éléonore\",\n            \"username\": \"ESPACE-AVANTAGES/ebigot5202\",\n            \"email\": \"bigot.eleonore.5202@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674002970\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Blanchard\",\n            \"first_name\": \"Hélène\",\n            \"username\": \"ESPACE-AVANTAGES/hblanchard4105\",\n            \"email\": \"blanchard.helene.4105@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674527259\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Ramos\",\n            \"first_name\": \"Astrid\",\n            \"username\": \"ESPACE-AVANTAGES/aramos6323\",\n            \"email\": \"ramos.astrid.6323@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-monique-fernandez\",\n                    \"name\": \"Entreprise Monique Fernandez\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674658332\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Diallo\",\n            \"first_name\": \"Robert\",\n            \"username\": \"ESPACE-AVANTAGES/rdiallo9591\",\n            \"email\": \"diallo.robert.9591@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674789405\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Da Costa\",\n            \"first_name\": \"Thomas\",\n            \"username\": \"ESPACE-AVANTAGES/tda-costa5478\",\n            \"email\": \"da-costa.thomas.5478@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674920478\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Riviere\",\n            \"first_name\": \"Patrick\",\n            \"username\": \"ESPACE-AVANTAGES/priviere9693\",\n            \"email\": \"riviere.patrick.9693@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675051551\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Hernandez\",\n            \"first_name\": \"Maggie\",\n            \"username\": \"ESPACE-AVANTAGES/mhernandez4710\",\n            \"email\": \"hernandez.maggie.4710@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675117088\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Boulay\",\n            \"first_name\": \"Clémence\",\n            \"username\": \"ESPACE-AVANTAGES/cboulay2239\",\n            \"email\": \"boulay.clemence.2239@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675182625\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Perret\",\n            \"first_name\": \"Arnaude\",\n            \"username\": \"ESPACE-AVANTAGES/aperret6134\",\n            \"email\": \"perret.arnaude.6134@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675248162\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Rodriguez\",\n            \"first_name\": \"Luc\",\n            \"username\": \"ESPACE-AVANTAGES/lrodriguez5194\",\n            \"email\": \"rodriguez.luc.5194@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675313699\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Turpin\",\n            \"first_name\": \"William\",\n            \"username\": \"ESPACE-AVANTAGES/wturpin4297\",\n            \"email\": \"turpin.william.4297@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675313700\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Chretien\",\n            \"first_name\": \"Andrée\",\n            \"username\": \"ESPACE-AVANTAGES/achretien2889\",\n            \"email\": \"chretien.andree.2889@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675379237\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Huet\",\n            \"first_name\": \"Tristan\",\n            \"username\": \"ESPACE-AVANTAGES/thuet16\",\n            \"email\": \"huet.tristan.16@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-eugene-reynaud\",\n                    \"name\": \"Entreprise Eugène Reynaud\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675444774\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Bernier\",\n            \"first_name\": \"Jeannine\",\n            \"username\": \"ESPACE-AVANTAGES/jbernier4526\",\n            \"email\": \"bernier.jeannine.4526@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675510311\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Delorme\",\n            \"first_name\": \"Alix\",\n            \"username\": \"ESPACE-AVANTAGES/adelorme7081\",\n            \"email\": \"delorme.alix.7081@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"agence-anne-de-la-tessier\",\n                    \"name\": \"Agence Anne de la Tessier\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676296744\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Boutin\",\n            \"first_name\": \"Valérie\",\n            \"username\": \"ESPACE-AVANTAGES/vboutin6787\",\n            \"email\": \"boutin.valerie.6787@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676427817\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Gallet\",\n            \"first_name\": \"Frédérique\",\n            \"username\": \"ESPACE-AVANTAGES/fgallet7867\",\n            \"email\": \"gallet.frederique.7867@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-monique-fernandez\",\n                    \"name\": \"Entreprise Monique Fernandez\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676493354\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Deschamps\",\n            \"first_name\": \"Auguste\",\n            \"username\": \"ESPACE-AVANTAGES/adeschamps8147\",\n            \"email\": \"deschamps.auguste.8147@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676689963\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Pelletier\",\n            \"first_name\": \"Victoire\",\n            \"username\": \"ESPACE-AVANTAGES/vpelletier3812\",\n            \"email\": \"pelletier.victoire.3812@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676755500\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Lacombe\",\n            \"first_name\": \"Adrien\",\n            \"username\": \"ESPACE-AVANTAGES/alacombe8835\",\n            \"email\": \"lacombe.adrien.8835@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676886573\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Lefebvre\",\n            \"first_name\": \"Valérie\",\n            \"username\": \"ESPACE-AVANTAGES/vlefebvre7575\",\n            \"email\": \"lefebvre.valerie.7575@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"cabinet-valerie-wagner\",\n                    \"name\": \"Cabinet Valérie Wagner\",\n                    \"type\": \"company\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676952110\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Blot\",\n            \"first_name\": \"Thomas\",\n            \"username\": \"ESPACE-AVANTAGES/tblot7670\",\n            \"email\": \"blot.thomas.7670@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836677017647\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Bazin\",\n            \"first_name\": \"Alexandria\",\n            \"username\": \"ESPACE-AVANTAGES/abazin5262\",\n            \"email\": \"bazin.alexandria.5262@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-antoinette-paul\",\n                    \"name\": \"Entreprise Antoinette Paul\",\n                    \"type\": \"location\"\n                }\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"last\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Précédent\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.local/account/v2/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Suivant &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.local/account/v2/users\",\n        \"per_page\": 50,\n        \"to\": 41,\n        \"total\": 41\n    }\n}"},{"id":"5e964c55-6b1b-4d72-ba55-a042bf4eb0ae","name":"Filter","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.hellocse.fr/account/v2/users?salutation[value]=M&requirements[0][0][type]=location&requirements[0][0][operator]==&requirements[0][0][value]=entreprise-margot-legendre&requirements[0][1][type]=social_category&requirements[0][1][operator]==&requirements[0][1][value]=C","host":["https://api.hellocse.fr/account/v2/users"],"query":[{"key":"salutation[value]","value":"M","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at"},{"key":"requirements[0][0][type]","value":"location","description":"location, social_category"},{"key":"requirements[0][0][operator]","value":"=","description":"=, !=, null, notnull"},{"key":"requirements[0][0][value]","value":"entreprise-margot-legendre"},{"key":"requirements[0][1][type]","value":"social_category","description":"requirements[0][0] and requirements[0][1]"},{"key":"requirements[0][1][operator]","value":"="},{"key":"requirements[0][1][value]","value":"C"},{"key":"sortBy","value":"last_name","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at","disabled":true},{"key":"sortOrder","value":"desc","description":"asc, desc","disabled":true},{"key":"requirements[1][0][filter]","value":"social_category","description":"requirements[0] or requirements[1]","disabled":true},{"key":"requirements[1][0][operator]","value":"=","disabled":true},{"key":"requirements[1][0][value]","value":"B","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 16 Dec 2024 14:59:22 GMT"},{"key":"X-Clockwork-Id","value":"1734361162-5025-1595648414"},{"key":"X-Clockwork-Version","value":"5.2.2"},{"key":"Server-Timing","value":"app; dur=315.53816795349; desc=\"Application\", db; dur=6.96; desc=\"Database\", timeline-event-0; dur=96.312999725342; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"10240836672233482\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Brun\",\n            \"first_name\": \"Antoine\",\n            \"username\": \"ESPACE-AVANTAGES/abrun6137\",\n            \"email\": \"brun.antoine.6137@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673871896\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Mahe\",\n            \"first_name\": \"Alfred\",\n            \"username\": \"ESPACE-AVANTAGES/amahe8083\",\n            \"email\": \"mahe.alfred.8083@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674658332\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Diallo\",\n            \"first_name\": \"Robert\",\n            \"username\": \"ESPACE-AVANTAGES/rdiallo9591\",\n            \"email\": \"diallo.robert.9591@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674920478\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Riviere\",\n            \"first_name\": \"Patrick\",\n            \"username\": \"ESPACE-AVANTAGES/priviere9693\",\n            \"email\": \"riviere.patrick.9693@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675182625\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Perret\",\n            \"first_name\": \"Arnaude\",\n            \"username\": \"ESPACE-AVANTAGES/aperret6134\",\n            \"email\": \"perret.arnaude.6134@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676493354\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Deschamps\",\n            \"first_name\": \"Auguste\",\n            \"username\": \"ESPACE-AVANTAGES/adeschamps8147\",\n            \"email\": \"deschamps.auguste.8147@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"last\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Précédent\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.local/account/v2/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Suivant &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.local/account/v2/users\",\n        \"per_page\": 50,\n        \"to\": 6,\n        \"total\": 6\n    }\n}"},{"id":"febf0846-9698-4601-85a4-00f59faa0514","name":"Filter & sort","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.hellocse.fr/account/v2/users?salutation[value]=M&requirements[0][0][type]=location&requirements[0][0][operator]==&requirements[0][0][value]=entreprise-margot-legendre&sortBy=last_name&sortOrder=desc","host":["https://api.hellocse.fr/account/v2/users"],"query":[{"key":"salutation[value]","value":"M","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at"},{"key":"requirements[0][0][type]","value":"location","description":"location, social_category"},{"key":"requirements[0][0][operator]","value":"=","description":"=, !=, null, notnull"},{"key":"requirements[0][0][value]","value":"entreprise-margot-legendre"},{"key":"requirements[0][1][type]","value":"social_category","description":"requirements[0][0] and requirements[0][1]","disabled":true},{"key":"requirements[0][1][operator]","value":"=","disabled":true},{"key":"requirements[0][1][value]","value":"C","disabled":true},{"key":"sortBy","value":"last_name","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at"},{"key":"sortOrder","value":"desc","description":"asc, desc"},{"key":"requirements[1][0][filter]","value":"social_category","description":"requirements[0] or requirements[1]","disabled":true},{"key":"requirements[1][0][operator]","value":"=","disabled":true},{"key":"requirements[1][0][value]","value":"B","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 16 Dec 2024 15:00:25 GMT"},{"key":"X-Clockwork-Id","value":"1734361224-8816-759361382"},{"key":"X-Clockwork-Version","value":"5.2.2"},{"key":"Server-Timing","value":"app; dur=309.73291397095; desc=\"Application\", db; dur=5.77; desc=\"Database\", timeline-event-0; dur=94.69199180603; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"10240836671905800\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"User\",\n            \"first_name\": \"Corenting\",\n            \"username\": \"ESPACE-AVANTAGES/cuser1\",\n            \"email\": \"user.corenting.1@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"B\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674920478\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Riviere\",\n            \"first_name\": \"Patrick\",\n            \"username\": \"ESPACE-AVANTAGES/priviere9693\",\n            \"email\": \"riviere.patrick.9693@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836675182625\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Perret\",\n            \"first_name\": \"Arnaude\",\n            \"username\": \"ESPACE-AVANTAGES/aperret6134\",\n            \"email\": \"perret.arnaude.6134@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836673871896\",\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Mahe\",\n            \"first_name\": \"Alfred\",\n            \"username\": \"ESPACE-AVANTAGES/amahe8083\",\n            \"email\": \"mahe.alfred.8083@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836674658332\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Diallo\",\n            \"first_name\": \"Robert\",\n            \"username\": \"ESPACE-AVANTAGES/rdiallo9591\",\n            \"email\": \"diallo.robert.9591@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836676493354\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Deschamps\",\n            \"first_name\": \"Auguste\",\n            \"username\": \"ESPACE-AVANTAGES/adeschamps8147\",\n            \"email\": \"deschamps.auguste.8147@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10240836672233482\",\n            \"salutation\": \"M.\",\n            \"last_name\": \"Brun\",\n            \"first_name\": \"Antoine\",\n            \"username\": \"ESPACE-AVANTAGES/abrun6137\",\n            \"email\": \"brun.antoine.6137@espace-avantages.hcse\",\n            \"external_id\": null,\n            \"start_date\": null,\n            \"created_at\": \"2024-12-13T14:19:26.000000Z\",\n            \"activation_date\": \"2024-12-13T14:19:26.000000Z\",\n            \"expires\": null,\n            \"social_category\": \"C\",\n            \"locations\": [\n                {\n                    \"slug\": \"entreprise-margot-legendre\",\n                    \"name\": \"Entreprise Margot Legendre\",\n                    \"type\": \"location\"\n                }\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"last\": \"https://api.hellocse.local/account/v2/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Précédent\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.local/account/v2/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Suivant &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.local/account/v2/users\",\n        \"per_page\": 50,\n        \"to\": 7,\n        \"total\": 7\n    }\n}"},{"id":"b14fbf86-b0b4-42db-89d6-df75c0588866","name":"Error - Invalid requirements","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.hellocse.fr/account/v2/users?salutation[value]=M&requirements[0][0][type]=location&requirements[0][0][value]=entreprise-margot-legendre","host":["https://api.hellocse.fr/account/v2/users"],"query":[{"key":"salutation[value]","value":"M","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at"},{"key":"requirements[0][0][type]","value":"location","description":"location, social_category"},{"key":"requirements[0][0][operator]","value":"=","description":"=, !=, null, notnull","disabled":true},{"key":"requirements[0][0][value]","value":"entreprise-margot-legendre"},{"key":"requirements[0][1][type]","value":"social_category","description":"requirements[0][0] and requirements[0][1]","disabled":true},{"key":"requirements[0][1][operator]","value":"=","disabled":true},{"key":"requirements[0][1][value]","value":"C","disabled":true},{"key":"sortBy","value":"last_name","description":"username, salutation, first_name, last_name, email, start_date, activation_date, expires, created_at","disabled":true},{"key":"sortOrder","value":"desc","description":"asc, desc","disabled":true},{"key":"requirements[1][0][filter]","value":"social_category","description":"requirements[0] or requirements[1]","disabled":true},{"key":"requirements[1][0][operator]","value":"=","disabled":true},{"key":"requirements[1][0][value]","value":"B","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 16 Dec 2024 15:01:23 GMT"},{"key":"X-Clockwork-Id","value":"1734361283-5687-1414177899"},{"key":"X-Clockwork-Version","value":"5.2.2"},{"key":"Server-Timing","value":"app; dur=318.69697570801; desc=\"Application\", db; dur=2.83; desc=\"Database\", timeline-event-0; dur=104.06994819641; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Le champ requirements.0.0.operator est obligatoire.\",\n    \"errors\": {\n        \"requirements.0.0.operator\": [\n            \"Le champ requirements.0.0.operator est obligatoire.\"\n        ]\n    }\n}"}],"_postman_id":"c76f1a4a-1106-4814-816c-46fbbe1afa08"}],"id":"9b5e2c63-1656-40a0-915a-a9519068c82f","_postman_id":"9b5e2c63-1656-40a0-915a-a9519068c82f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}}},{"name":"List","id":"adb99f63-db10-46f7-869e-7c227d549e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hellocse.fr/account/v1/users","description":"<p>Cette route permet d'accéder à la liste debubs utilisateurs correspondant à votre société. Il est possible d'associer plusieurs paramètres à la requête :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attribute</td>\n<td>string</td>\n<td>optionnel, dans :  <br />- username  <br />- external_id  <br />- salutation  <br />- first_name  <br />- last_name  <br />- location  <br />- email  <br />- start_date  <br />- activation_date  <br />- expires  <br />- social_category  <br />- created_at</td>\n<td>Le paramètre `attribute` permet de filtrer les résultats par rapport à une liste d'attributs disponibles.</td>\n</tr>\n<tr>\n<td>attribute_value</td>\n<td>string</td>\n<td>optionnel, max : 255 caractères</td>\n<td>Le paramètre `attribute_value` permet de filtrer les résultats en associant une valeur à un des attributs disponibles.</td>\n</tr>\n<tr>\n<td>column</td>\n<td>string</td>\n<td>optionnel, dans :  <br />- username  <br />- external_id  <br />- salutation  <br />- first_name  <br />- last_name  <br />- location  <br />- email  <br />- start_date  <br />- activation_date  <br />- expires  <br />- social_category  <br />- created_at</td>\n<td>Le paramètre `column` permet de sélectionner une colonne d'après une liste d'attributs disponibles afin de pouvoir trier cette dernière.</td>\n</tr>\n<tr>\n<td>direction</td>\n<td>string</td>\n<td>optionnel, dans :  <br />- asc  <br />- desc</td>\n<td>Le paramètre `direction` permet de trier une colonne définie selon un ordre croissant ou décroissant.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>optionnel, défaut: 15</td>\n<td>Le paramètre `per_page` permet de définir le nombre de résultats retournés par page d'une pagination.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>optionnel, défaut: 1</td>\n<td>Le paramètre `page` permet d'accéder aux résultats d'une page spécifique de la pagination.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["https://api.hellocse.fr/account/v1/users"],"query":[],"variable":[]}},"response":[{"id":"1e486461-8885-4351-80d9-d538b06cedc8","name":"Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/account/v1/users?per_page=1","host":["https://api.hellocse.fr/account/v1/users"],"query":[{"key":"per_page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 09:03:57 GMT"},{"key":"X-Clockwork-Id","value":"1643274237-7746-1829780874"},{"key":"X-Clockwork-Version","value":"5.1.3"},{"key":"Server-Timing","value":"app; dur=110.87203025818; desc=\"Application\", db; dur=4.01; desc=\"Database\", timeline-event-0; dur=70.942878723145; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"username\": \"HELLOCSE/jdoe\",\n            \"external_id\": null,\n            \"salutation\": \"M.\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"John\",\n            \"email\": \"john@doe.com\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Paris\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        }\n    ],\n    \"filters\": {\n        \"attribute\": null,\n        \"attribute_value\": null\n    },\n    \"sort\": {\n        \"column\": \"first_name\",\n        \"direction\": \"asc\"\n    },\n    \"links\": {\n        \"first\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n        \"last\": \"https://api.hellocse.fr/account/v1/users?page=109\",\n        \"prev\": null,\n        \"next\": \"https://api.hellocse.fr/account/v1/users?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 109,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=9\",\n                \"label\": \"9\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=10\",\n                \"label\": \"10\",\n                \"active\": false\n            },\n            {\n                \"url\": null,\n                \"label\": \"...\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=108\",\n                \"label\": \"108\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=109\",\n                \"label\": \"109\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.fr/account/v1/users\",\n        \"per_page\": 1,\n        \"to\": 1,\n        \"total\": 109\n    }\n}"},{"id":"ffede3af-6571-46ad-a9da-256edabbe6c0","name":"Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/account/v1/users?attribute=username&attribute_value=doe","host":["https://api.hellocse.fr/account/v1/users"],"query":[{"key":"attribute","value":"username"},{"key":"attribute_value","value":"doe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 09:23:52 GMT"},{"key":"X-Clockwork-Id","value":"1643275432-2611-974019190"},{"key":"X-Clockwork-Version","value":"5.1.3"},{"key":"Server-Timing","value":"app; dur=113.68799209595; desc=\"Application\", db; dur=4.73; desc=\"Database\", timeline-event-0; dur=75.738906860352; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"username\": \"HELLOCSE/bdoe\",\n            \"external_id\": null,\n            \"salutation\": \"M.\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"Bernard\",\n            \"email\": \"bernard@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Bordeaux\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        },\n        {\n            \"username\": \"HELLOCSE/jdoe\",\n            \"external_id\": null,\n            \"salutation\": \"M.\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"John\",\n            \"email\": \"john@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Paris\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        },\n        {\n            \"username\": \"HELLOCSE/tdoe\",\n            \"external_id\": null,\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"Tatiana\",\n            \"email\": \"tatiana@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Lyon\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        }\n    ],\n    \"filters\": {\n        \"attribute\": \"username\",\n        \"attribute_value\": \"doe\"\n    },\n    \"sort\": {\n        \"column\": \"first_name\",\n        \"direction\": \"asc\"\n    },\n    \"links\": {\n        \"first\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n        \"last\": \"https://api.hellocse.fr/account/v1/users?page=8\",\n        \"prev\": null,\n        \"next\": \"https://api.hellocse.fr/account/v1/users?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 8,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.fr/account/v1/users\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 109\n    }\n}"},{"id":"9f44722c-9deb-435b-b065-7641cdb08e7c","name":"Filter & sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/account/v1/users?sort=username&direction=descattribute=username&attribute_value=doe","host":["https://api.hellocse.fr/account/v1/users"],"query":[{"key":"sort","value":"username"},{"key":"direction","value":"descattribute=username"},{"key":"attribute_value","value":"doe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 09:23:52 GMT"},{"key":"X-Clockwork-Id","value":"1643275432-2611-974019190"},{"key":"X-Clockwork-Version","value":"5.1.3"},{"key":"Server-Timing","value":"app; dur=113.68799209595; desc=\"Application\", db; dur=4.73; desc=\"Database\", timeline-event-0; dur=75.738906860352; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"username\": \"HELLOCSE/tdoe\",\n            \"external_id\": null,\n            \"salutation\": \"Mme\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"Tatiana\",\n            \"email\": \"tatiana@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Lyon\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        },\n        {\n            \"username\": \"HELLOCSE/jdoe\",\n            \"external_id\": null,\n            \"salutation\": \"M.\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"John\",\n            \"email\": \"john@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Paris\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        },\n        {\n            \"username\": \"HELLOCSE/bdoe\",\n            \"external_id\": null,\n            \"salutation\": \"M.\",\n            \"last_name\": \"Doe\",\n            \"first_name\": \"Bernard\",\n            \"email\": \"bernard@doe.fr\",\n            \"start_date\": null,\n            \"activation_date\": null,\n            \"expires\": null,\n            \"location\": {\n                \"name\": \"Bordeaux\"\n            },\n            \"created_at\": \"2022-01-27 16:00:00\"\n        }\n    ],\n    \"filters\": {\n        \"attribute\": \"username\",\n        \"attribute_value\": \"doe\"\n    },\n    \"sort\": {\n        \"column\": \"username\",\n        \"direction\": \"desc\"\n    },\n    \"links\": {\n        \"first\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n        \"last\": \"https://api.hellocse.fr/account/v1/users?page=8\",\n        \"prev\": null,\n        \"next\": \"https://api.hellocse.fr/account/v1/users?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 8,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/account/v1/users?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.fr/account/v1/users\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 109\n    }\n}"},{"id":"649922ae-8155-4a44-b466-02548f5e4147","name":"Error - invalid attribute & column","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/account/v1/users?column=activated_at&direction=desc&attribute=activated_attribute_value=2021-","host":["https://api.hellocse.fr/account/v1/users"],"query":[{"key":"column","value":"activated_at"},{"key":"direction","value":"desc"},{"key":"attribute","value":"activated_attribute_value=2021-"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 10:39:57 GMT"},{"key":"X-Clockwork-Id","value":"1643279997-1804-68854622"},{"key":"X-Clockwork-Version","value":"5.1.3"},{"key":"Server-Timing","value":"app; dur=100.57091712952; desc=\"Application\", db; dur=2.13; desc=\"Database\", timeline-event-0; dur=66.66111946106; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"attribute\": [\n            \"The selected attribute is invalid.\"\n        ],\n        \"column\": [\n            \"The selected column is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"adb99f63-db10-46f7-869e-7c227d549e58"},{"name":"Create","id":"1ea4d1c1-dd44-4558-80b7-1e05cf163776","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"data\": {\n        \"external_id\": \"0123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"patrick.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupontbis\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1//users","description":"<p>Création d'un utilisateur unique.</p>\n<p>Ci dessous, la structure et la liste des données acceptées pour la création d'un utilisateur.</p>\n<p><strong>Structure :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>string</td>\n<td>obligatoire - valeurs aceptées (<strong>external_id</strong>, <strong>email</strong>, <strong>username</strong>)</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>obligatoire</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>données dans l'objet data :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>obligatoire (si key = external_id) - unique</td>\n<td>Matricule, identifiant client</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>obligatoire (si key = email) - unique</td>\n<td>Nécessaire pour certaines fonctionnalités de l'application (connexion, réinitialisation de mot de passe, confirmation de commande, newsletter, etc.)</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>obligatoire (si key = username) - unique (si key = username)</td>\n<td>Le username est par défaut généré automatiquement par notre système avec le format suivant *ESPACE\\pdupont  <br />*Ce paramètre vous permet uniquement de modifier la partie de droite, par exemple <em>ESPACE\\123456789</em></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>obligatoire</td>\n<td>Nom de famille de l'utilisateur</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>obligatoire</td>\n<td>Prénom de l'utilisateur</td>\n</tr>\n<tr>\n<td>salutation</td>\n<td>string</td>\n<td>optionnel - valeurs acceptés (<strong>M.</strong>, <strong>Mme</strong>)</td>\n<td>Genre</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>date</td>\n<td>optionnel - format (<strong>Y-m-d</strong>)</td>\n<td>Date d'entrée dans l'entreprise, nécessaire pour le calcul d'ancienneté</td>\n</tr>\n<tr>\n<td>activation_date</td>\n<td>datetime</td>\n<td>optionnel - format (<strong>Y-m-d h:i:s</strong>)</td>\n<td>Date d'activation de l'utilisateur, si null, l'utilisateur est activé automatiquement dans un délais maximum de 30 minutes</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>optionnel - min(8)</td>\n<td>Un mot de passe temporaire, si null, un mot de passe aléatoire (minuscule/majuscule/chiffre) est généré par notre système</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>date</td>\n<td>optionnel - format (<strong>Y-m-d</strong>)</td>\n<td>Date d'expiration du compte, départ de l'entreprise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.hellocse.fr/account/v1/"],"query":[],"variable":[]}},"response":[{"id":"f13fb03e-a0a6-4c32-9402-5b1a5c065f8a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"data\": {\n        \"external_id\": \"123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"pierre.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupont\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:10:30 GMT"},{"key":"X-Clockwork-Id","value":"1643202630-2593-2100199441"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=270.17211914062; desc=\"Application\", db; dur=24.8; desc=\"Database\", timeline-event-0; dur=237.10489273071; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"username\": \"HELLOCSE/pdupont\",\n        \"external_id\": \"123456789_abc\",\n        \"salutation\": \"M.\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"email\": \"pierre.dupont@hellocse.fr\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}"},{"id":"c138325e-cc21-4560-ab8d-65373c208b47","name":"Error - duplicated row by key","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"data\": {\n        \"external_id\": \"123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"pierre.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupont\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:10:53 GMT"},{"key":"X-Clockwork-Id","value":"1643202653-0110-1162070384"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=92.967987060547; desc=\"Application\", db; dur=2.71; desc=\"Database\", timeline-event-0; dur=58.562040328979; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"data.external_id\": [\n            \"La valeur du champ data.external id est déjà utilisée.\"\n        ],\n        \"data.email\": [\n            \"La valeur du champ data.email est déjà utilisée.\"\n        ]\n    }\n}"},{"id":"8f17bc66-8852-4da7-b138-bb82032ab122","name":"Error - required value missing","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_id\": \"0123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"patrick.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupontbis\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:13:45 GMT"},{"key":"X-Clockwork-Id","value":"1643202825-4925-1413165050"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=91.247081756592; desc=\"Application\", db; dur=3.13; desc=\"Database\", timeline-event-0; dur=59.153079986572; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"key\": [\n            \"Le champ key est obligatoire.\"\n        ]\n    }\n}"}],"_postman_id":"1ea4d1c1-dd44-4558-80b7-1e05cf163776"},{"name":"Batch","id":"36a3db8f-a117-4158-8a86-b1d51b1f8eba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"deleteMissingUsers\": false,\n    \"data\": [\n        {\n        \"external_id\": \"0123456789sww_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"patricks.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupontbissss\",\n        \"last_name\": \"Key\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2023-02-20\"\n        },\n        {\n        \"external_id\": \"0123456789_abcd\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"evelyne.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/eduponty\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2023-02-20\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1//users/batch","description":"<p>Création d'une liste d'utilisateurs.</p>\n<p>Ci dessous, la structure et la liste des données acceptées pour la création d'un utilisateur.</p>\n<p><strong>Structure :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>string</td>\n<td>obligatoire - valeurs aceptées (<strong>external_id</strong>, <strong>email</strong>, <strong>username</strong>)</td>\n</tr>\n<tr>\n<td>deleteMissingUsers</td>\n<td>boolean</td>\n<td>optionnel - si `true` est passé, <strong>TOUS les utilisateurs non stipulés dans `data` seront supprimés de la base de données.</strong> Cela permet de mettre à jour l'ensemble de la base utilisateurs avec les données fournies.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>obligatoire</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>données dans les objets de l'array data :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>obligatoire (si key = external_id) - unique</td>\n<td>Matricule, identifiant client</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>obligatoire (si key = email) - unique</td>\n<td>Nécessaire pour certaines fonctionnalités de l'application (connexion, réinitialisation de mot de passe, confirmation de commande, newsletter, etc.)</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>obligatoire (si key = username) - unique (si key = username)</td>\n<td>Le username est par défaut généré automatiquement par notre système avec le format suivant <em>ESPACE\\pdupont  <br />*Ce paramètre vous permet uniquement de modifier la partie de droite, par exemple *ESPACE\\123456789</em></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>obligatoire</td>\n<td>Nom de famille de l'utilisateur</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>obligatoire</td>\n<td>Prénom de l'utilisateur</td>\n</tr>\n<tr>\n<td>salutation</td>\n<td>string</td>\n<td>optionnel - valeurs acceptés (<strong>M.</strong>, <strong>Mme</strong>)</td>\n<td>Genre</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>date</td>\n<td>optionnel - format (<strong>Y-m-d</strong>)</td>\n<td>Date d'entrée dans l'entreprise, nécessaire pour le calcul d'ancienneté</td>\n</tr>\n<tr>\n<td>activation_date</td>\n<td>datetime</td>\n<td>optionnel - format (<strong>Y-m-d h:i:s</strong>)</td>\n<td>Date d'activation de l'utilisateur, si null, l'utilisateur est activé automatiquement dans un délais maximum de 30 minutes</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>optionnel - min(8)</td>\n<td>Un mot de passe temporaire, si null, un mot de passe aléatoire (minuscule/majuscule/chiffre) est généré par notre système</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>date</td>\n<td>optionnel - format (<strong>Y-m-d</strong>)</td>\n<td>Date d'expiration du compte, départ de l'entreprise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"path":["users","batch"],"host":["https://api.hellocse.fr/account/v1/"],"query":[],"variable":[]}},"response":[{"id":"b4a6fc0f-51e5-43e9-88e2-c43b8766816c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"data\": [\n        {\n            \"external_id\": \"123456789_abc\",\n            \"password\": \"qwerty1234\",\n            \"email\": \"pierre.dupont@hellocse.fr\",\n            \"username\": \"HELLOCSE/pdupont\",\n            \"last_name\": \"DUPONT\",\n            \"first_name\": \"Pierre\",\n            \"salutation\": \"M.\",\n            \"start_date\": \"2020-01-01\",\n            \"activation_date\": \"2021-11-24 09:50:00\",\n            \"expires\": \"2022-02-20\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:10:30 GMT"},{"key":"X-Clockwork-Id","value":"1643202630-2593-2100199441"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=270.17211914062; desc=\"Application\", db; dur=24.8; desc=\"Database\", timeline-event-0; dur=237.10489273071; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_users\": {\n        \"count\": 1,\n        \"external_id\": [\"123456789_abc\"]\n    },\n    \"updated_users\": {\n        \"count\": 0,\n        \"external_id\": []\n    },\n    \"deleted_user\": {\n        \"count\": 0,\n        \"external_id\": []\n    }\n}"},{"id":"3db9d011-fbd4-4f1f-ad84-2ee34f80d104","name":"Error - duplicated row by key","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"external_id\",\n    \"data\": {\n        \"external_id\": \"123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"pierre.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupont\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:10:53 GMT"},{"key":"X-Clockwork-Id","value":"1643202653-0110-1162070384"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=92.967987060547; desc=\"Application\", db; dur=2.71; desc=\"Database\", timeline-event-0; dur=58.562040328979; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"data.external_id\": [\n            \"La valeur du champ data.external id est déjà utilisée.\"\n        ],\n        \"data.email\": [\n            \"La valeur du champ data.email est déjà utilisée.\"\n        ]\n    }\n}"},{"id":"1664f2d8-dcf4-4b36-a809-0fb8242c285b","name":"Error - required value missing","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_id\": \"0123456789_abc\",\n        \"password\": \"qwerty1234\",\n        \"email\": \"patrick.dupont@hellocse.fr\",\n        \"username\": \"HELLOCSE/pdupontbis\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"salutation\": \"M.\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-02-20\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jan 2022 13:13:45 GMT"},{"key":"X-Clockwork-Id","value":"1643202825-4925-1413165050"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=91.247081756592; desc=\"Application\", db; dur=3.13; desc=\"Database\", timeline-event-0; dur=59.153079986572; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"key\": [\n            \"Le champ key est obligatoire.\"\n        ]\n    }\n}"}],"_postman_id":"36a3db8f-a117-4158-8a86-b1d51b1f8eba"},{"name":"Update","id":"7e113882-3d4a-4fb3-95e9-da285ffc6b09","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"data\": {\n        \"activation_date\": \"2022-01-01 09:00:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users","description":"<p>Modification d'un utilisateur unique.</p>\n<p>Ci dessous, la structure et la liste des données acceptées pour la modification d'un utilisateur.</p>\n<p>Seul les données passées dans l'objet data sont modifiés. Pour supprimer une valeur, il suffit de passer la clé avec une valeur à NULL</p>\n<p><strong>Structure :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>obligatoire</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>obligatoire</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>données dans l'objet data :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>optionnel - unique</td>\n<td>Matricule, identifiant client</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>optionnel</td>\n<td>Nom de famille de l'utilisateur</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>optionnel</td>\n<td>Prénom de l'utilisateur</td>\n</tr>\n<tr>\n<td>salutation</td>\n<td>string</td>\n<td>optionnel - valeurs acceptées (<strong>M.</strong>, <strong>Mme</strong>)</td>\n<td>Genre</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>date</td>\n<td>optionnel - format (<strong>Y-m-d</strong>)</td>\n<td>Date d'entrée dans l'entreprise, nécessaire pour le calcul d'ancienneté</td>\n</tr>\n<tr>\n<td>activation_date</td>\n<td>datetime</td>\n<td>optionnel - format (<strong>Y-m-d h:i:s</strong>)</td>\n<td>Date d'activation de l'utilisateur, si null, l'utilisateur est activé automatiquement dans un délais maximum de 30 minutes. Aucun impact si l'utilisateur est déjà activé</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>date</td>\n<td>optionnel - format  <br />(<strong>Y-m-d</strong>)</td>\n<td>Date d'expiration du compte, départ de l'entreprise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"host":["https://api.hellocse.fr/account/v1/users"],"query":[],"variable":[]}},"response":[{"id":"a84b3f62-2f26-452a-840d-2d75ebb4cd0d","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"data\": {\n        \"expires\": \"2022-01-31\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 13:32:39 GMT"},{"key":"X-Clockwork-Id","value":"1643290359-2960-1143981633"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=103.35493087769; desc=\"Application\", db; dur=12.49; desc=\"Database\", timeline-event-0; dur=72.563171386719; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"username\": \"HELLOCSE/pdupont\",\n        \"external_id\": \"123456789_abc\",\n        \"salutation\": \"M.\",\n        \"last_name\": \"DUPONT\",\n        \"first_name\": \"Pierre\",\n        \"email\": \"pierre.dupont@hellocse.fr\",\n        \"start_date\": \"2020-01-01\",\n        \"activation_date\": \"2021-11-24 09:50:00\",\n        \"expires\": \"2022-01-31\",\n        \"location\": null,\n        \"created_at\": \"2022-01-26 14:10:30\"\n    }\n}"},{"id":"4a6e1a3f-725e-4978-b470-767d40efb0d7","name":"Error - user with key => value already exist","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"data\": {\n        \"external_id\": \"123456789_abcd\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 13:33:04 GMT"},{"key":"X-Clockwork-Id","value":"1643290384-3603-2091206775"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=99.784851074219; desc=\"Application\", db; dur=3.68; desc=\"Database\", timeline-event-0; dur=62.175989151001; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"data.external_id\": [\n            \"This external_id is already taken by another user\"\n        ]\n    }\n}"}],"_postman_id":"7e113882-3d4a-4fb3-95e9-da285ffc6b09"},{"name":"Delete","id":"5cc6ce67-20a1-48b9-bcdf-5ee933028387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"ALESA/hpiazza\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1//users","description":"<p>Suppression d'un utilisateur unique.</p>\n<p>Ci-dessous, vous retrouverez la structure de la requête pour la suppression d'un utilisateur.</p>\n<p><strong>Structure :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Clé</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>obligatoire, max : 255 caractères</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.hellocse.fr/account/v1/"],"query":[],"variable":[]}},"response":[{"id":"4e525ee1-0d62-475c-8dd5-dc93eadb53e4","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 15:39:58 GMT"},{"key":"X-Clockwork-Id","value":"1643297998-1882-691021545"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=112.46299743652; desc=\"Application\", db; dur=14.53; desc=\"Database\", timeline-event-0; dur=74.495077133179; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User deleted successfully.\"\n}"},{"id":"b4c3ff49-b4f1-4c3b-ac3a-f81abaff6f30","name":"Error - user already deleted","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 15:27:37 GMT"},{"key":"X-Clockwork-Id","value":"1643297257-1818-447931672"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=97.527027130127; desc=\"Application\", db; dur=3.17; desc=\"Database\", timeline-event-0; dur=60.354948043823; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": [\n        [\n            \"User is already deleted.\"\n        ]\n    ]\n}"},{"id":"e6e426b3-953d-4e1b-b5cf-483f4fb14d47","name":"Error - user does not exist","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr/account/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 15:39:19 GMT"},{"key":"X-Clockwork-Id","value":"1643297959-6042-2040970230"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=92.976808547974; desc=\"Application\", db; dur=2.89; desc=\"Database\", timeline-event-0; dur=60.253858566284; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"username\": [\n            \"User does not exist, check the username value.\"\n        ]\n    }\n}"}],"_postman_id":"5cc6ce67-20a1-48b9-bcdf-5ee933028387"}],"id":"f412e1fb-fed5-4051-a211-0cf7b08546a9","_postman_id":"f412e1fb-fed5-4051-a211-0cf7b08546a9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}}},{"name":"Affiliates","item":[{"name":"Tags","item":[{"name":"Index tag","id":"1df91760-6e2f-4643-ba11-a4d553788b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hellocse.fr/affiliates/v1/affiliates/tags","description":"<h1 id=\"get-affiliatesv1affiliatestags\">GET /affiliates/v1/affiliates/tags</h1>\n<p>Cette route permet d'accéder à la liste des tags.</p>\n<h4 id=\"paramètres-de-la-requête\">Paramètres de la requête</h4>\n<ul>\n<li><p><code>limit</code> (entier, optionnel, par défaut : 50) - Définit le nombre de résultats retournés par page.</p>\n</li>\n<li><p><code>page</code> (entier, optionnel, par défaut : 1) - Accède aux résultats d'une page spécifique.</p>\n</li>\n</ul>\n<h4 id=\"réponse\">Réponse</h4>\n<p>La réponse est au format JSON et suit le schéma ci-dessous :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"slug\": \"\",\n      \"name\": \"\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"\",\n    \"last\": \"\",\n    \"prev\": \"\",\n    \"next\": null\n  },\n  \"meta\": {\n    \"current_page\": 0,\n    \"from\": 0,\n    \"last_page\": 0,\n    \"links\": [\n      {\n        \"url\": \"\",\n        \"label\": \"\",\n        \"active\": true\n      }\n    ],\n    \"path\": \"\",\n    \"per_page\": 0,\n    \"to\": 0,\n    \"total\": 0\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","affiliates","tags"],"host":["https://api.hellocse.fr/affiliates"],"query":[{"disabled":true,"key":"limit","value":"5"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"5c28b2cf-4271-4f13-bee0-634e782521a6","name":"Index tag","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/affiliates/v1/affiliates/tags?limit=1&page=4","host":["https://api.hellocse.fr/affiliates"],"path":["v1","affiliates","tags"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.28.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Jan 2026 11:20:32 GMT"},{"key":"X-Clockwork-Id","value":"1769426432-1844-214219639"},{"key":"X-Clockwork-Version","value":"5.3.5"},{"key":"Server-Timing","value":"app; dur=665.0128364563; desc=\"Application\", db; dur=8.98; desc=\"Database\", timeline-event-0; dur=104.79307174683; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"slug\": \"eum-occaecati-voluptatum-consequatur-nesciunt-quae-ipsum-voluptate\",\n            \"name\": \"Tag sed\"\n        },\n        {\n            \"slug\": \"officia-porro-in-consequuntur-libero-vero-quidem\",\n            \"name\": \"Tag odio\"\n        },\n        {\n            \"slug\": \"officia-dicta-et-voluptas-nesciunt-soluta-ea\",\n            \"name\": \"Tag dolores\"\n        },\n        {\n            \"slug\": \"et-eum-quibusdam-qui-explicabo\",\n            \"name\": \"Tag est\"\n        },\n        {\n            \"slug\": \"ut-dignissimos-odio-consectetur-officia-aut\",\n            \"name\": \"Tag id\"\n        },\n        {\n            \"slug\": \"tempore-ut-velit-magnam-non-amet-repellat\",\n            \"name\": \"Tag ab\"\n        },\n        {\n            \"slug\": \"nostrum-deleniti-reprehenderit-perspiciatis-corporis\",\n            \"name\": \"Tag eos\"\n        },\n        {\n            \"slug\": \"maxime-sit-praesentium-consectetur-aut-repellendus-sit-et-ut\",\n            \"name\": \"Tag numquam\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"/?page=1\",\n        \"last\": \"/?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Précédent\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Suivant &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"/\",\n        \"per_page\": 50,\n        \"to\": 8,\n        \"total\": 8\n    }\n}"}],"_postman_id":"1df91760-6e2f-4643-ba11-a4d553788b17"},{"name":"Show tag","id":"580552ce-38a2-4675-9570-9b2ce1f1e2e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url_api}}/affiliates/v1/affiliates/tags/:slug","description":"<h1 id=\"get-affiliatesv1affiliatestagsslug\">GET /affiliates/v1/affiliates/tags/:slug</h1>\n<p>Cette route permet d'accéder à un tag.</p>\n<h3 id=\"réponse\">Réponse</h3>\n<p>La réponse à la requête aura un code d'état 200 et un type de contenu <code>application/json</code>. Le corps de la réponse contiendra un objet JSON avec un champ <code>data</code>, qui inclut les attributs <code>slug</code> et <code>name</code>, chacun avec leurs valeurs respectives.</p>\n<h4 id=\"exemple\">Exemple</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"slug\": \"lyon\",\n    \"name\": \"Lyon\"\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["affiliates","v1","affiliates","tags",":slug"],"host":["{{base_url_api}}"],"query":[],"variable":[{"type":"any","value":"lyon","key":"slug"}]}},"response":[{"id":"cc268c08-1ea2-49b5-8bb1-0fc781b4a820","name":"Show tag","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url_api}}/affiliates/v1/affiliates/tags/:slug","host":["{{base_url_api}}"],"path":["affiliates","v1","affiliates","tags",":slug"],"variable":[{"key":"slug","value":"lyon"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 16:15:44 GMT"},{"key":"X-Clockwork-Id","value":"1731082544-1349-1378182788"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=293.72596740723; desc=\"Application\", db; dur=19.3; desc=\"Database\", timeline-event-0; dur=91.72511100769; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"slug\": \"lyon\",\n        \"name\": \"Lyon\"\n    }\n}"}],"_postman_id":"580552ce-38a2-4675-9570-9b2ce1f1e2e1"},{"name":"Destroy tag","id":"6706eeb4-311b-4407-a85c-df1e5de9fb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.hellocse.fr//affiliates/v1/affiliates/tags/:slug","description":"<p>Cette requête HTTP DELETE est utilisée pour supprimer une étiquette d'affilié spécifique identifiée par le <strong>slug</strong> fourni dans l'URL. La requête ne nécessite pas de corps de requête. Les paramètres d'entrée attendus dans l'URL sont :</p>\n<ul>\n<li><strong>slug</strong> : Un paramètre de type chaîne de caractères représentant l'identifiant unique de l'étiquette d'affilié à supprimer.</li>\n</ul>\n<p>La réponse à cette requête a un code de statut <strong>204</strong>, indiquant une suppression réussie de l'étiquette d'affilié. Le <strong>Content-Type</strong> de la réponse est <strong>text/xml</strong>, et le corps de la réponse est vide (null).</p>\n","urlObject":{"path":["affiliates","v1","affiliates","tags",":slug"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"any","key":"slug"}]}},"response":[{"id":"f647fb0a-b50b-4dfa-938e-5028ff146193","name":"Destroy tag","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.hellocse.fr//affiliates/v1/affiliates/tags/:slug","host":["https://api.hellocse.fr/"],"path":["affiliates","v1","affiliates","tags",":slug"],"variable":[{"key":"slug","value":"any"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 15:45:29 GMT"},{"key":"X-Clockwork-Id","value":"1731080729-5876-1177473660"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=303.15494537354; desc=\"Application\", db; dur=27.17; desc=\"Database\", timeline-event-0; dur=96.609115600586; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6706eeb4-311b-4407-a85c-df1e5de9fb35"},{"name":"Store tag","id":"7bc19bea-1fec-4b31-990b-5b01956b29d2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"any\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates/tags","description":"<h3 id=\"créer-des-tags-affiliés\">Créer des Tags Affiliés</h3>\n<p>Ce point de terminaison permet la création de tags affiliés.</p>\n<h4 id=\"corps-de-la-requête\">Corps de la Requête</h4>\n<ul>\n<li><p>Type de corps de requête brut</p>\n<ul>\n<li><strong>name</strong> : (string) Le nom du tag affilié.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"réponse\">Réponse</h4>\n<p>La réponse pour cette requête peut être représentée par le schéma JSON suivant :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"slug\": \"any\",\n        \"name\": \"any\"\n    }\n}\n</code></pre>\n","urlObject":{"path":["affiliates","v1","affiliates","tags"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[]}},"response":[{"id":"2f375946-1037-4a5b-8252-36ad098984ba","name":"Store tag","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"any\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates/tags"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 15:41:54 GMT"},{"key":"phpdebugbar-id","value":"X8225db4dadc8d295e0278cfcaebc7f70"},{"key":"X-Clockwork-Id","value":"1731080514-0775-2078291223"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=310.37497520447; desc=\"Application\", db; dur=35.08; desc=\"Database\", timeline-event-0; dur=107.47885704041; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"slug\": \"any\",\n        \"name\": \"any\"\n    }\n}"}],"_postman_id":"7bc19bea-1fec-4b31-990b-5b01956b29d2"}],"id":"13c3d40e-6009-42e0-8d17-ee07f5d9c7b7","_postman_id":"13c3d40e-6009-42e0-8d17-ee07f5d9c7b7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}}},{"name":"List Affiliates","id":"fe21b77c-a90b-45e1-b50b-044ea50fcd11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hellocse.fr/affiliates/v1/affiliates","description":"<h1 id=\"get-affiliatesv1affiliates\">GET /affiliates/v1/affiliates</h1>\n<p>Cette route permet d'accéder à la liste des affiliés.</p>\n<h4 id=\"paramètres-de-la-requête\">Paramètres de la requête</h4>\n<h4 id=\"paramètres-de-la-requête-1\">Paramètres de la requête</h4>\n<ul>\n<li><p>limit (entier, optionnel, par défaut : 50) - Définit le nombre de résultats retournés par page.</p>\n</li>\n<li><p>page (entier, optionnel, par défaut : 1) - Accède aux résultats d'une page spécifique.</p>\n</li>\n</ul>\n<h4 id=\"réponse\">Réponse</h4>\n<p>La réponse est au format JSON et suit le schéma ci-dessous :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [\n        {\n            \"id\": \"m8YtJ3a2\",\n            \"company\": \"Affilié 3IKkLY\",\n            \"siret\": \"232298321\",\n            \"max_employees\": null,\n            \"start_date\": \"2024-06-27\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"74, place Nathalie Lenoir\",\n                \"postcode\": \"19750\",\n                \"city\": \"Legros\"\n            },\n            \"activated\": true\n        },\n        {\n            \"id\": \"TIB78IWB\",\n            \"company\": \"Affilié 5ePwFq\",\n            \"siret\": \"466787251\",\n            \"max_employees\": null,\n            \"start_date\": \"2024-06-27\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"15, rue Julien\",\n                \"postcode\": \"02679\",\n                \"city\": \"Hamon\"\n            },\n            \"activated\": true\n        },\n        {\n            \"id\": \"DUI5qO2Z\",\n            \"company\": \"Affilié wUGLiQ\",\n            \"siret\": \"162003175\",\n            \"max_employees\": null,\n            \"start_date\": \"2024-06-27\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"9, rue Denis Begue\",\n                \"postcode\": \"11514\",\n                \"city\": \"Lacombe\"\n            },\n            \"activated\": true\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=1\",\n        \"last\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=2\",\n        \"prev\": null,\n        \"next\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.hellocse.fr/affiliates/v1/affiliates?page=2\",\n                \"label\": \"Next »\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.hellocse.fr/affiliates/v1/affiliates\",\n        \"per_page\": 3,\n        \"to\": 3,\n        \"total\": 5\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","affiliates"],"host":["https://api.hellocse.fr/affiliates"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"66b13e05-39d1-4253-8b5e-01d34a3c6893","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.hellocse.fr/affiliates/v1/affiliates","host":["https://api.hellocse.fr/affiliates"],"path":["v1","affiliates"],"query":[{"key":"limit","value":"1","disabled":true},{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.28.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Jan 2026 12:00:33 GMT"},{"key":"X-Clockwork-Id","value":"1769428833-4241-546127976"},{"key":"X-Clockwork-Version","value":"5.3.5"},{"key":"Server-Timing","value":"app; dur=574.12791252136; desc=\"Application\", db; dur=11.94; desc=\"Database\", timeline-event-0; dur=101.50098800659; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"sLjFfrmX\",\n            \"company\": \"Affilié tNGPfJ\",\n            \"siret\": \"939137453\",\n            \"max_employees\": null,\n            \"start_date\": \"2026-01-26\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"571, avenue de Chevalier\",\n                \"postcode\": \"02532\",\n                \"city\": \"Chauvet\"\n            },\n            \"activated\": true,\n            \"managers\": [\n                {\n                    \"id\": null,\n                    \"username\": \"ESPACE-AVANTAGES-AFFILIES-GLOBAL/rdelaunay6983\",\n                    \"salutation\": \"M.\",\n                    \"last_name\": \"Delaunay\",\n                    \"first_name\": \"René\",\n                    \"email\": \"delaunay.rene.6983@espace-avantages-affilies-global.hcse\"\n                }\n            ],\n            \"assigned_tags\": []\n        },\n        {\n            \"id\": \"kcMlkQCp\",\n            \"company\": \"Affilié ifNULk\",\n            \"siret\": \"424906439\",\n            \"max_employees\": null,\n            \"start_date\": \"2026-01-26\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"15, chemin Luc Gilles\",\n                \"postcode\": \"60008\",\n                \"city\": \"Guyon\"\n            },\n            \"activated\": true,\n            \"managers\": [\n                {\n                    \"id\": null,\n                    \"username\": \"ESPACE-AVANTAGES-AFFILIES-GLOBAL/ndelahaye5187\",\n                    \"salutation\": \"Mme\",\n                    \"last_name\": \"Delahaye\",\n                    \"first_name\": \"Nathalie\",\n                    \"email\": \"delahaye.nathalie.5187@espace-avantages-affilies-global.hcse\"\n                }\n            ],\n            \"assigned_tags\": []\n        },\n        {\n            \"id\": \"rRu3WfvA\",\n            \"company\": \"Affilié 0B5ENA\",\n            \"siret\": \"851506561\",\n            \"max_employees\": null,\n            \"start_date\": \"2026-01-26\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"89, place Faure\",\n                \"postcode\": \"25983\",\n                \"city\": \"Delannoy-sur-Pereira\"\n            },\n            \"activated\": true,\n            \"managers\": [\n                {\n                    \"id\": null,\n                    \"username\": \"ESPACE-AVANTAGES-AFFILIES-GLOBAL/amarchand3473\",\n                    \"salutation\": \"Mme\",\n                    \"last_name\": \"Marchand\",\n                    \"first_name\": \"Alex\",\n                    \"email\": \"marchand.alex.3473@espace-avantages-affilies-global.hcse\"\n                }\n            ],\n            \"assigned_tags\": []\n        },\n        {\n            \"id\": \"NNZt8lCQ\",\n            \"company\": \"Affilié wvEAYC\",\n            \"siret\": \"485953962\",\n            \"max_employees\": null,\n            \"start_date\": \"2026-01-26\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"745, rue de Maurice\",\n                \"postcode\": \"04792\",\n                \"city\": \"Martins\"\n            },\n            \"activated\": true,\n            \"managers\": [\n                {\n                    \"id\": null,\n                    \"username\": \"ESPACE-AVANTAGES-AFFILIES-GLOBAL/gdias3098\",\n                    \"salutation\": \"Mme\",\n                    \"last_name\": \"Dias\",\n                    \"first_name\": \"Gabriel\",\n                    \"email\": \"dias.gabriel.3098@espace-avantages-affilies-global.hcse\"\n                }\n            ],\n            \"assigned_tags\": []\n        },\n        {\n            \"id\": \"t8r1iUAF\",\n            \"company\": \"Affilié UlI2w9\",\n            \"siret\": \"798588660\",\n            \"max_employees\": null,\n            \"start_date\": \"2026-01-26\",\n            \"end_date\": null,\n            \"address\": {\n                \"address\": \"6, boulevard Claudine Hebert\",\n                \"postcode\": \"20908\",\n                \"city\": \"Pruvost\"\n            },\n            \"activated\": true,\n            \"managers\": [\n                {\n                    \"id\": null,\n                    \"username\": \"ESPACE-AVANTAGES-AFFILIES-GLOBAL/sle-gall6957\",\n                    \"salutation\": \"M.\",\n                    \"last_name\": \"Le Gall\",\n                    \"first_name\": \"Sébastien\",\n                    \"email\": \"le-gall.sebastien.6957@espace-avantages-affilies-global.hcse\"\n                }\n            ],\n            \"assigned_tags\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"/?page=1\",\n        \"last\": \"/?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Précédent\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Suivant &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"/\",\n        \"per_page\": 50,\n        \"to\": 5,\n        \"total\": 5\n    }\n}"}],"_postman_id":"fe21b77c-a90b-45e1-b50b-044ea50fcd11"},{"name":"Create Affiliate","id":"3c376d4c-0c34-4ccf-a512-d272ff1643ff","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"1311c9ef-7e73-469f-ba5e-112b31af8ee5\",\n    \"company\": \"John Doe SAS\",\n    \"siret\": \"98456435745601\",\n    \"max_employees\": 7,\n    \"start_date\": null,\n    \"end_date\": \"2024-12-31\",\n    \"address\": {\n        \"address\": \"05 rue du Plat\",\n        \"postcode\": \"01500\",\n        \"city\": \"Trevoux\"\n    },\n    \"manager\": {\n        \"id\": \"1c7f6c67-1501-4610-9bce-620b90c89180\",\n        \"salutation\": \"Mme\",\n        \"first_name\": \"Manay01\",\n        \"last_name\": \"Gesty01\",\n        \"email\": \"test3@gmail.com\",\n        \"send_welcome_email\": true\n    },\n    \"tags\" : [\n        {\"slug\": \"lyon\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates","description":"<h3 id=\"créer-un-affilié\">Créer un Affilié</h3>\n<p>Ce point de terminaison API est utilisé pour créer un nouvel affilié.</p>\n<h4 id=\"corps-de-la-requête\">Corps de la Requête</h4>\n<ul>\n<li><p><strong>id</strong> : (string) L'identifiant unique pour l'affilié.</p>\n</li>\n<li><p><strong>company</strong> : (string) Le nom de l'entreprise.</p>\n</li>\n<li><p><strong>siret</strong> : (string) Le numéro SIRET de l'entreprise.</p>\n</li>\n<li><p><strong>max_employees</strong> : (integer) Le nombre maximal d'employés dans l'entreprise.</p>\n</li>\n<li><p><strong>start_date</strong> : (null) La date de début pour l'affilié.</p>\n</li>\n<li><p><strong>end_date</strong> : (string) La date de fin pour l'affilié.</p>\n</li>\n<li><p><strong>address</strong> : (object) Les détails de l'adresse, y compris l'adresse, le code postal et la ville.</p>\n<ul>\n<li><p><strong>address</strong> : (string) L'adresse de la rue.</p>\n</li>\n<li><p><strong>postcode</strong> : (string) Le code postal de l'adresse.</p>\n</li>\n<li><p><strong>city</strong> : (string) La ville de l'adresse.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>manager</strong> : (object) Détails du gestionnaire.</p>\n<ul>\n<li><p><strong>id</strong> : (string) L'identifiant unique pour le gestionnaire.</p>\n</li>\n<li><p><strong>salutation</strong> : (string) La civilité du gestionnaire.</p>\n</li>\n<li><p><strong>first_name</strong> : (string) Le prénom du gestionnaire.</p>\n</li>\n<li><p><strong>last_name</strong> : (string) Le nom de famille du gestionnaire.</p>\n</li>\n<li><p><strong>email</strong> : (string) L'email du gestionnaire.</p>\n</li>\n<li><p><strong>send_welcome_email</strong> : (bool) Envoi de l'email de bienvenue contenant l'identifiant de connexion.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>tags</strong> : (array | null) Un tableau de tags associés à l'affilié.</p>\n</li>\n</ul>\n","urlObject":{"path":["affiliates","v1","affiliates"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[]}},"response":[{"id":"77f0abfb-61be-44b0-9379-3de170b29501","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"1311c9ef-7e73-469f-ba5e-112b31af8ee5\",\n    \"company\": \"John Doe SAS\",\n    \"siret\": \"98456435745601\",\n    \"max_employees\": 7,\n    \"start_date\": null,\n    \"end_date\": \"2024-12-31\",\n    \"address\": {\n        \"address\": \"05 rue du Plat\",\n        \"postcode\": \"01500\",\n        \"city\": \"Trevoux\"\n    },\n    \"manager\": {\n        \"id\": \"1c7f6c67-1501-4610-9bce-620b90c89180\",\n        \"salutation\": \"Mme\",\n        \"first_name\": \"Manay01\",\n        \"last_name\": \"Gesty01\",\n        \"email\": \"test3@gmail.com\",\n        \"send_welcome_email\": true\n    },\n    \"tags\" : [\n        {\"slug\": \"lyon\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 14:57:27 GMT"},{"key":"phpdebugbar-id","value":"X9bcea386bdcd0360d846f016238a1d23"},{"key":"X-Clockwork-Id","value":"1731077847-4629-801814727"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=421.97799682617; desc=\"Application\", db; dur=40.24; desc=\"Database\", timeline-event-0; dur=216.2401676178; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1311c9ef-7e73-469f-ba5e-112b31af8ee5\",\n        \"company\": \"John Doe SAS\",\n        \"siret\": \"98456435745601\",\n        \"max_employees\": 7,\n        \"start_date\": \"2024-11-08\",\n        \"end_date\": \"2024-12-31\",\n        \"address\": {\n            \"address\": \"05 rue du Plat\",\n            \"postcode\": \"01500\",\n            \"city\": \"Trevoux\"\n        },\n        \"activated\": true,\n        \"managers\": [\n            {\n                \"username\": \"ALESA/mgesty4\",\n                \"id\": \"1c7f6c67-1501-4610-9bce-620b90c89180\",\n                \"salutation\": \"Mme\",\n                \"last_name\": \"Gesty01\",\n                \"first_name\": \"Manay01\",\n                \"email\": \"test3@gmail.com\"\n            }\n        ],\n        \"assigned_tags\": [\n            {\n                \"slug\": \"lyon\",\n                \"name\": \"Lyon\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3c376d4c-0c34-4ccf-a512-d272ff1643ff"},{"name":"Update Affiliate","id":"8136cb9a-06a1-45fa-a608-b8d716af97d3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"company\": \"Nouveau nom\",\n    \"siret\": \"98456435745601\",\n    \"max_employees\": 7,\n    \"end_date\": \"2025-12-31\",\n    \"address\": {\n        \"address\": \"05 rue du Plat\",\n        \"postcode\": \"01500\",\n        \"city\": \"Trevoux\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.local/affiliates/v1/affiliates/1311c9ef-7e73-469f-ba5e-112b31af8ee7","description":"<p>Modification d'un affilié.</p>\n<p>Si les paramètres <strong>id</strong> ou <strong>start_date</strong> sont NULL ou absents de la requête, leur valeurs originale est conservée.</p>\n<p>Les autres paramètres entrainent une mise à jour avec la valeur indiquée.</p>\n","urlObject":{"protocol":"https","path":["affiliates","v1","affiliates","1311c9ef-7e73-469f-ba5e-112b31af8ee7"],"host":["api","hellocse","local"],"query":[],"variable":[]}},"response":[{"id":"3592a972-770a-457f-bcd5-e4c4b8c8b23c","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ABCDEG\",\n    \"company\": \"Nouveau nom\",\n    \"siret\": \"19875326547896\",\n    \"max_employees\": 10,\n    \"start_date\": null,\n    \"end_date\": \"2025-12-31\",\n    \"address\": {\n        \"address\": \"10 rue de la Paix\",\n        \"postcode\": \"01500\",\n        \"city\": \"Paris\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hellocse.fr/affiliates/v1/affiliates/:id","host":["https://api.hellocse.fr/affiliates"],"path":["v1","affiliates",":id"],"variable":[{"key":"id","value":"ABCDEG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Jan 2022 13:32:39 GMT"},{"key":"X-Clockwork-Id","value":"1643290359-2960-1143981633"},{"key":"X-Clockwork-Version","value":"5.1.1"},{"key":"Server-Timing","value":"app; dur=103.35493087769; desc=\"Application\", db; dur=12.49; desc=\"Database\", timeline-event-0; dur=72.563171386719; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ABCDEG\",\n        \"company\": \"Nouveau nom\",\n        \"siret\": \"19875326547896\",\n        \"max_employees\": 10,\n        \"start_date\": \"2024-10-22\",\n        \"end_date\": \"2025-12-31\",\n        \"address\": {\n            \"address\": \"10 rue de la Paix\",\n            \"postcode\": \"01500\",\n            \"city\": \"Paris\"\n        },\n        \"activated\": true\n    }\n}"}],"_postman_id":"8136cb9a-06a1-45fa-a608-b8d716af97d3"},{"name":"Show Affiliate","id":"9721c11c-eee2-4bad-b1bd-fd1b7848f5dd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates/:id","description":"<p>Détail d'un affilié.</p>\n","urlObject":{"path":["affiliates","v1","affiliates",":id"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"dceba42d-2cef-4be1-87fe-b2fd82cfaaa0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hellocse.fr/affiliates/v1/affiliates/:id","host":["https://api.hellocse.fr/affiliates"],"path":["v1","affiliates",":id"],"variable":[{"key":"id","value":"ABCDEG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Oct 2024 13:19:19 GMT"},{"key":"X-Clockwork-Id","value":"1729603159-4933-192195606"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=450.25205612183; desc=\"Application\", db; dur=14.99; desc=\"Database\", timeline-event-0; dur=100.81100463867; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ABCDEG\",\n        \"company\": \"Nouveau nom\",\n        \"siret\": \"19875326547896\",\n        \"max_employees\": 10,\n        \"start_date\": \"2024-10-22\",\n        \"end_date\": \"2025-12-31\",\n        \"address\": {\n            \"address\": \"10 rue de la Paix\",\n            \"postcode\": \"01500\",\n            \"city\": \"Paris\"\n        },\n        \"activated\": true,\n        \"managers\": [\n            {\n                \"username\": \"ESPACE-COMMUNICATION-AFFILIE-GLOBAL/mgesty\",\n                \"id\": \"1311c9ef-7e73-469f-ba5e-112b31af8ee5\",\n                \"salutation\": \"Mme\",\n                \"last_name\": \"Gesty01\",\n                \"first_name\": \"Manay01\",\n                \"email\": \"test3@gmail.com\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9721c11c-eee2-4bad-b1bd-fd1b7848f5dd"},{"name":"Terminate Affiliate","id":"8a9dc826-6fc5-461e-9081-5f0c5bd39acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.hellocse.fr//affiliates/v1/affiliates/:id","description":"<p>Cette requête HTTP DELETE est utilisée pour résilier un affilié spécifique identifié par l'<strong>id</strong> fourni dans l'URL. La requête ne nécessite pas de corps de requête. Les paramètres d'entrée attendus dans l'URL sont :</p>\n<ul>\n<li><strong>id</strong> : Un paramètre de type chaîne de caractères représentant l'identifiant unique de l'affilié à résilier.</li>\n</ul>\n<p>La réponse à cette requête a un code de statut <strong>204</strong>, indiquant une résiliation réussie de l'affilié. Le corps de la réponse est vide.</p>\n<p><strong>Attention</strong>: la résiliation est instantanée et définitive !</p>\n","urlObject":{"path":["affiliates","v1","affiliates",":id"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"6789c49a-6cfa-4ed2-9f85-353ac1ae3fdb","name":"Terminate affiliate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.hellocse.fr//affiliates/v1/affiliates/:id","host":["https://api.hellocse.fr/"],"path":["affiliates","v1","affiliates",":id"],"variable":[{"key":"id","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 15:45:29 GMT"},{"key":"X-Clockwork-Id","value":"1731080729-5876-1177473660"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=303.15494537354; desc=\"Application\", db; dur=27.17; desc=\"Database\", timeline-event-0; dur=96.609115600586; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8a9dc826-6fc5-461e-9081-5f0c5bd39acb"},{"name":"Attach tag","id":"9b6d1d61-f01d-4d02-9d47-2b711772cedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"slug\": \"lyon\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates/:affiliate_id/tags","description":"<h3 id=\"attacher-des-tags-à-un-affilié\">Attacher des Tags à un Affilié</h3>\n<p>Ce point de terminaison vous permet d'attacher un tag à un affilié spécifique.</p>\n<h4 id=\"corps-de-la-requête\">Corps de la Requête</h4>\n<ul>\n<li><code>slug</code> : Le slug du tag à attacher.</li>\n</ul>\n<p>Exemple :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"slug\": \"lyon\"\n}\n\n</code></pre>\n","urlObject":{"path":["affiliates","v1","affiliates",":affiliate_id","tags"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"pzeor","key":"affiliate_id"}]}},"response":[{"id":"a3660b7a-f83d-4f2b-a4f4-d21fdafb2732","name":"Attach","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url_api}}/affiliates/v1/affiliates/:affiliate_id/tags/:slug","host":["{{base_url_api}}"],"path":["affiliates","v1","affiliates",":affiliate_id","tags",":slug"],"variable":[{"key":"affiliate_id","value":"pzeor"},{"key":"slug","value":"paris"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 14:39:12 GMT"},{"key":"X-Clockwork-Id","value":"1731076752-3992-2112108150"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=316.50400161743; desc=\"Application\", db; dur=28.21; desc=\"Database\", timeline-event-0; dur=105.50284385681; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"slug\": \"lyon\",\n            \"name\": \"Lyon\"\n        },\n        {\n            \"slug\": \"paris\",\n            \"name\": \"Paris\"\n        }\n    ]\n}"}],"_postman_id":"9b6d1d61-f01d-4d02-9d47-2b711772cedc"},{"name":"Sync tags","id":"14822293-9938-4f0f-a3b3-478c3cd49ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"paris\"\n        },\n        {\n            \"slug\": \"lyon\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hellocse.fr//affiliates/v1/affiliates/:affiliate_id/tags","description":"<h3 id=\"mettre-à-jour-les-tags-affiliés\">Mettre à Jour les Tags Affiliés</h3>\n<p>Ce point de terminaison synchronise les tags associés à un affilié spécifique. Seuls les tags fournis dans la requête resteront attachés à l'affilié ; tous les tags existants non inclus dans la requête seront détachés.</p>\n<h4 id=\"corps-de-la-requête\">Corps de la Requête</h4>\n<ul>\n<li><p><code>tags</code> (tableau d'objets) - Les tags à associer à l'affilié. Chaque objet tag doit contenir :</p>\n<ul>\n<li><code>slug</code> (string) - L'identifiant unique du tag.</li>\n</ul>\n</li>\n</ul>\n<p>Exemple :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tags\": [\n    {\n      \"slug\": \"paris\"\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["affiliates","v1","affiliates",":affiliate_id","tags"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"any","key":"affiliate_id"}]}},"response":[{"id":"20d280e2-8dae-4f23-8aed-ddcea1936428","name":"Sync tags","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        {\n            \"slug\": \"paris\"\n        },\n        {\n            \"slug\": \"lyon\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hellocse.fr//affiliates/v1/affiliates/:affiliate_id/tags","host":["https://api.hellocse.fr/"],"path":["affiliates","v1","affiliates",":affiliate_id","tags"],"variable":[{"key":"affiliate_id","value":"any"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 15:15:26 GMT"},{"key":"X-Clockwork-Id","value":"1731078925-9093-1344884590"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=309.61513519287; desc=\"Application\", db; dur=22.68; desc=\"Database\", timeline-event-0; dur=97.917079925537; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"slug\": \"paris\",\n            \"name\": \"Paris\"\n        },\n        {\n            \"slug\": \"lyon\",\n            \"name\": \"Lyon\"\n        }\n    ]\n}"}],"_postman_id":"14822293-9938-4f0f-a3b3-478c3cd49ea6"},{"name":"Detach tag","id":"3c0d72bb-0670-41cc-a832-4f6648bf3e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_consumer_username}}"},{"key":"password","value":"{{api_consumer_password}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.hellocse.fr//affiliates/v1/affiliates/:affiliate_id/tags/:slug","description":"<h3 id=\"détacher-un-tag-daffilié\">Détacher un Tag d'Affilié</h3>\n<p>Ce point de terminaison est utilisé pour détacher un tag spécifique associé à un affilié particulier.</p>\n<h4 id=\"paramètres-de-la-requête\">Paramètres de la Requête</h4>\n<ul>\n<li><p><code>affiliate_id</code> (paramètre de chemin) - L'ID de l'affilié duquel le tag doit être détaché.</p>\n</li>\n<li><p><code>slug</code> (paramètre de chemin) - Le slug du tag qui doit être détaché.</p>\n</li>\n</ul>\n<h4 id=\"réponse\">Réponse</h4>\n<p>Après un détachement réussi, le serveur renvoie un code de statut 200 et une réponse JSON avec les tags attachés.</p>\n<p>Exemple de Réponse :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [\n        {\n            \"slug\": \"lyon\",\n            \"name\": \"Lyon\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["affiliates","v1","affiliates",":affiliate_id","tags",":slug"],"host":["https://api.hellocse.fr/"],"query":[],"variable":[{"type":"any","value":"pzeor","key":"affiliate_id"},{"type":"any","value":"lyon","key":"slug"}]}},"response":[{"id":"0497bc31-4008-406a-bc00-d72c2d0f132e","name":"Detach tag","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.hellocse.fr//affiliates/v1/affiliates/:affiliate_id/tags/:slug","host":["https://api.hellocse.fr/"],"path":["affiliates","v1","affiliates",":affiliate_id","tags",":slug"],"variable":[{"key":"affiliate_id","value":"pzeor"},{"key":"slug","value":"lyon"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.26.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 08 Nov 2024 15:16:22 GMT"},{"key":"X-Clockwork-Id","value":"1731078982-4708-820955562"},{"key":"X-Clockwork-Version","value":"5.2"},{"key":"Server-Timing","value":"app; dur=291.5518283844; desc=\"Application\", db; dur=20.05; desc=\"Database\", timeline-event-0; dur=88.454961776733; desc=\"Controller\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"slug\": \"paris\",\n            \"name\": \"Paris\"\n        }\n    ]\n}"}],"_postman_id":"3c0d72bb-0670-41cc-a832-4f6648bf3e6f"}],"id":"5cc15204-f5a7-4e8d-aa96-acb3019c7358","_postman_id":"5cc15204-f5a7-4e8d-aa96-acb3019c7358","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}}},{"name":"AutoLogon","item":[{"name":"Login","id":"e41e02f2-46ea-4f2a-b3f6-44abdc3e2f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://staging.hellocse.local/autologon/:clientId/:token/:civilite/:nom/:prenom/:mail/:adresse/:cp/:ville/:telephone/:date?redirect=shop/offres/sport","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}},"urlObject":{"protocol":"https","path":["autologon",":clientId",":token",":civilite",":nom",":prenom",":mail",":adresse",":cp",":ville",":telephone",":date"],"host":["staging","hellocse","local"],"query":[{"key":"redirect","value":"shop/offres/sport"}],"variable":[{"type":"any","value":"2","key":"clientId"},{"type":"any","value":"7e4d12c378e20bcb726896bb5d962e77","key":"token"},{"type":"any","value":"1","key":"civilite"},{"type":"any","value":"Doe","key":"nom"},{"type":"any","value":"John","key":"prenom"},{"type":"any","value":"john.doe@acme.fr","key":"mail"},{"type":"any","value":"10+Rue+Pierre+Semard+Batiment+Oxay","key":"adresse"},{"type":"any","value":"69700","key":"cp"},{"type":"any","value":"Lyon","key":"ville"},{"type":"any","value":"0611223344","key":"telephone"},{"type":"any","value":"1752237430","key":"date"}]}},"response":[],"_postman_id":"e41e02f2-46ea-4f2a-b3f6-44abdc3e2f42"}],"id":"ac400d8e-6a56-433a-b9c2-a9c48c9e499b","_postman_id":"ac400d8e-6a56-433a-b9c2-a9c48c9e499b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","id":"4b362a6b-ffc2-41be-b6ed-e4e3cce75e3c","name":"HelloCSE v1","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"f1bdc722-3220-458c-abc5-d9a10ef76ad0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ef20f14-fa22-4d83-bb93-d04629ef37af","type":"text/javascript","exec":[""]}}],"variable":[{"key":"external_api_login","value":"","type":"string"},{"key":"external_api_password","value":"","type":"string"},{"key":"base_url","value":"https://api.hellocse.fr/","type":"string"},{"key":"account_v1","value":"account/v1/","type":"string"},{"key":"account_v2","value":"account/v2/","type":"string"}]}