{
    "info": {
        "_postman_id": "ba37a484-f393-45e0-8f33-f38f8241bda1",
        "name": "ows-users endpoints",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "ows-users",
            "item": [
                {
                    "name": "ows-users ->/hello",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "c6bd2275-da82-4735-b3a9-caf85caa7ae5",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/hello",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "hello"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "ALW user sesion and data ->/users/<string:user_id>/session/<string:app>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    "let jsonData = pm.response.json();",
                                    "pm.globals.set(\"image_asset_id\", jsonData.vendor.image_asset_id);",
                                    "pm.globals.set(\"vendor_id\", jsonData.vendor.vendor_id);"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/47940/session/alw",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "47940",
                                "session",
                                "alw"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "ALW user sesion and data ->/users/<string:user_id>/session/<string:app>/raw",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    "let jsonData = pm.response.json();",
                                    "pm.globals.set(\"image_asset_id\", jsonData.vendor.image_asset_id);",
                                    "pm.globals.set(\"vendor_id\", jsonData.vendor.vendor_id);"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/47940/session/alw/raw",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "47940",
                                "session",
                                "alw",
                                "raw"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "ALW user linked accounts ->/users/<string:user_id>/session/<string:app_name>/linked-accounts",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "Vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Referer",
                                "value": "https://workstation.qaorch.com/index2",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-user-id",
                                "value": "1559",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/47940/session/alw/linked-accounts",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "47940",
                                "session",
                                "alw",
                                "linked-accounts"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "ALW user sesion and raw data ->/users/session/<string:app>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    "let jsonData = pm.response.json();",
                                    "pm.globals.set(\"image_asset_id\", jsonData.vendor.image_asset_id);",
                                    "pm.globals.set(\"vendor_id\", jsonData.vendor.vendor_id);"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "47940",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/session/alw",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "session",
                                "alw"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "ALW user minimum details ->/users/<string:user_id>/minimum-details",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "Vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Referer",
                                "value": "https://workstation.qaorch.com/index2",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-user-id",
                                "value": "1559",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/oa:1559/minimum-details",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "oa:1559",
                                "minimum-details"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET all OA/ALW users  ->/users?type=<app>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    "let jsonData = pm.response.json();",
                                    "pm.globals.set(\"image_asset_id\", jsonData.vendor.image_asset_id);",
                                    "pm.globals.set(\"vendor_id\", jsonData.vendor.vendor_id);"
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users?type=alw",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users"
                            ],
                            "query": [
                                {
                                    "key": "type",
                                    "value": "alw"
                                }
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET all OA/ALW user  ->/users/<string:user_id>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/alw:71116",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "alw:71116"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET ALW user by user_id or subaccount_id or contact_id  ->/users/document",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/document?subaccount_id=47940",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "document"
                            ],
                            "query": [
                                {
                                    "key": "subaccount_id",
                                    "value": "47940"
                                }
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "/users/identity/<orchard_identity>/application/<app_name>/profiles",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "Vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Referer",
                                "value": "https://workstation.qaorch.com/index2",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-user-id",
                                "value": "1559",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/identity/vendor/application/workstation/profiles",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "identity",
                                "vendor",
                                "application",
                                "workstation",
                                "profiles"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Marketing agreement status ->/ws/agreements/vendor/<int:permission_type_id>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "c6bd2275-da82-4735-b3a9-caf85caa7ae5",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:7",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": ""
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/ws/agreements/vendor/1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "ws",
                                "agreements",
                                "vendor",
                                "1"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Accept Data Protection Policy ->/ws/agreements/vendor/<int:permission_type_id>",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "c6bd2275-da82-4735-b3a9-caf85caa7ae5",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "47940",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"impersonator_user_id\": \"1559\"}"
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/ws/agreements/vendor/1",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "ws",
                                "agreements",
                                "vendor",
                                "1"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Token to access marketing ->/grass/users/ws/generate-jwt-token/feature-fm",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/ws/generate-jwt-token/feature-fm",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "ws",
                                "generate-jwt-token",
                                "feature-fm"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "/users/vendor/{{vendor_id}}/users?status=enable&page_offset=0",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/vendor/26640/users?status=enable&page_offset=0",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "users"
                            ],
                            "query": [
                                {
                                    "key": "status",
                                    "value": "enable"
                                },
                                {
                                    "key": "page_offset",
                                    "value": "0"
                                }
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET ALL auth0 user records /auth0/users",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET specific auth0 user /auth0/users/<string:user_id>",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users/5cf4797da89c180e0d4090bd",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users",
                                "5cf4797da89c180e0d4090bd"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET specific multiple auth0 users /auth0/users/bulk?auth0_ids=<string>&auth0_ids=...",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users/bulk?auth0_ids=5cf479e4a89c180e0d40910f&auth0_ids=5cf478b89c904c0ee6e2d496",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users",
                                "bulk"
                            ],
                            "query": [
                                {
                                    "key": "auth0_ids",
                                    "value": "5cf479e4a89c180e0d40910f"
                                },
                                {
                                    "key": "auth0_ids",
                                    "value": "5cf478b89c904c0ee6e2d496"
                                }
                            ]
                        },
                        "description": "NOTE: need to add query param multiple times\n\nAuthentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET ALW user by email  ->/users/get-alw-users-by-email",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/get-alw-users-by-email?email=dbondarenko@theorchard.com",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "get-alw-users-by-email"
                            ],
                            "query": [
                                {
                                    "key": "email",
                                    "value": "dbondarenko@theorchard.com"
                                }
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Get auth0 user id by login email -> /users/auth0/email/<email>",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/auth0/email/dbondarenko+3@theorchard.com",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "auth0",
                                "email",
                                "dbondarenko+3@theorchard.com"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET all alw users connected to a particular auth0 ID -> /auth0/users/<string:auth0_ID>/all-accounts",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users/5cf478b89c904c0ee6e2d496/all-accounts",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users",
                                "5cf478b89c904c0ee6e2d496",
                                "all-accounts"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Delete user record from auth0 system ->/auth0/users/<string:auth0_ID>",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users/5cf4797da89c180e0d4090bd",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users",
                                "5cf4797da89c180e0d4090bd"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Create auth0 user id ->/auth0/users",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:47940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n\t\"user_id\": \"5cf4797da89c180e0d4090bd\",\r\n    \"name\": \"GrassTEST ACCOUNTING\",\r\n    \"email\": \"dbondarenko+3@theorchard.com\",\r\n    \"password\": \"S3cur3P@$$w0rd\",\r\n    \"user_metadata\": {\r\n        \"username\": \"dbondarenko+3@theorchard.com\",\r\n        \"vend_contact_id\": \"71116\",\r\n        \"type\": \"alw\" \r\n        },\r\n    \"app_metadata\": {},\r\n    \"email_verified\": false,\r\n    \"reset_password\": false,\r\n    \"connection\": \"art-relations\" \r\n        }",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Delete auth0_id from art_relations.vend_contact ->/auth0/reset-user/alw:71116",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "126640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/reset-user/alw:71116",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "reset-user",
                                "alw:71116"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "insert auth0_id into art_relations.vend_contact table->/users/auth0-update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "126640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"user_id\":71116,\n    \"user_type\":\"alw\",\n    \"auth0_id\":\"5cf4797da89c180e0d4090bd\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/auth0-update",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "auth0-update"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Delete auth0_id from art_relations.vend_contact ->/auth0/reset-user/<auth0_id>",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "126640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/reset-users/5cf4797da89c180e0d4090bd",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "reset-users",
                                "5cf4797da89c180e0d4090bd"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "update alw user in art_relations.vend_contact ->/users/alw/<string:user_id>",
                    "request": {
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "name": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"auth0_user_id\":\"5cf4797da89c180e0d4090bd\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/alw/71116",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "alw",
                                "71116"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Deactivating user on auth0 side  ->/users/<string:user_id>/auth0/deactivate/<string:app>",
                    "request": {
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "126640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/71116/auth0/deactivate/alw",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "71116",
                                "auth0",
                                "deactivate",
                                "alw"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Update alw user attributes on auth0 side ->/auth0/users/5cf478b89c904c0ee6e2d496",
                    "request": {
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "126640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \r\n    \"blocked\": false\r\n        }",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/auth0/users/5cf4797da89c180e0d4090bd",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "auth0",
                                "users",
                                "5cf4797da89c180e0d4090bd"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "GET alw users under a vendor or subaccount -> /<string:account_type>/<string:account_id>/users",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:74360",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/vendor/26640/users?status=active",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "vendor",
                                "26640",
                                "users"
                            ],
                            "query": [
                                {
                                    "key": "status",
                                    "value": "active"
                                }
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Set the primary vend contact for an auth0 user ->/users/auth0/<string:auth0_id>/primary",
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26640",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"user_id\":71116,\n    \"auth0_id\":\"5cf4797da89c180e0d4090bd\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/auth0/5cf4797da89c180e0d4090bd/primary",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "auth0",
                                "5cf4797da89c180e0d4090bd",
                                "primary"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "Set alw user's status  ->/users/<user_id>/status",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text"
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\": \"Y\"}"
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/71116/status",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "71116",
                                "status"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                },
                {
                    "name": "verify login  ->/users/verify-login",
                    "event": [
                        {
                            "listen": "test",
                            "script": {
                                "id": "a70c4f4f-4c7b-42a2-96bb-5d2a46e895d2",
                                "exec": [
                                    ""
                                ],
                                "type": "text/javascript"
                            }
                        }
                    ],
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                            },
                            {
                                "key": "Grass-Account-Type",
                                "value": "vendor",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Grass-Account-Id",
                                "value": "26641",
                                "type": "text",
                                "disabled": true
                            },
                            {
                                "key": "Orchard-User-Id",
                                "value": "alw:147940",
                                "type": "text",
                                "disabled": true
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"login\": \"26640__dbondarenko+3@theorchard.com\"}"
                        },
                        "url": {
                            "raw": "https://qa-ows-users.theorchard.io/users/verify-login",
                            "protocol": "https",
                            "host": [
                                "qa-ows-users",
                                "theorchard",
                                "io"
                            ],
                            "path": [
                                "users",
                                "verify-login"
                            ]
                        },
                        "description": "Authentication/Authorization cheatsheet:\n* Send request with no/disabled grass headers\n* Send request with one header:\n|||||||||\n|---|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`invalid value`|`oa:`|`oa:<unexisting OA ID>`|`oa:<valid OA ID>`|`alw:`|`alw:<valid ALW ID>`|\n* Send request with one Grass header:\n|||||\n|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`invalid value`|`valid value`|\n* Send request with one Grass header:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized vend_contact_id`|`authorized vendor_id`|\n* Send request with two Grass headers:\n||||||\n|---|---|---|---|---|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|\n* Send request with three Grass headers:\n||||||||\n|---|---|---|---|---|---|---|\n|**Orchard-User-ID**:|`empty value`|`alw:<authorized ALW ID>`|`alw:<authorized ALW ID>`|`alw:<unauthorized ALW ID>`|`oa:<valid OA ID>`|`oa:<valid OA ID>`|\n|**Grass-Account-Type**:|`empty value`|`valid value`|`valid value`|`valid value`|`valid value`|`valid value`|\n|**Grass-Account-Id**:|`empty value`|`unauthorized vendor id`|`unauthorized ALW id`|`authorized vendor_id`|`unauthorized vendor id`|`authorized vendor_id`|"
                    },
                    "response": []
                }
            ],
            "protocolProfileBehavior": {}
        }
    ],
    "protocolProfileBehavior": {}
}
