{"info":{"_postman_id":"e9bea678-8642-47da-adf7-a33c08c84b1d","name":"Symphony REST APIs","description":"<html><head></head><body><p><a href=\"https://developers.symphony.com/restapi/reference\">Full documentation on the developer's website</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15539217","collectionId":"e9bea678-8642-47da-adf7-a33c08c84b1d","publishedId":"TzJycvXS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-26T14:00:53.000Z"},"item":[{"name":"Authentication","item":[{"name":"RSA Session Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"sessionToken\", pm.response.json().token);","","// parse JWT token","var parts = pm.response.json().token.split('.');","pm.environment.set(\"user_id\", JSON.parse(atob(parts[1])).userId);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":["/*","* JSEncrypt Library extracted from https://github.com/travist/jsencrypt","* Modified to remove references to window, navigator that will not run in Postman","*/","var BI_RM=\"0123456789abcdefghijklmnopqrstuvwxyz\";function int2char(t){return BI_RM.charAt(t)}function op_and(t,e){return t&e}function op_or(t,e){return t|e}function op_xor(t,e){return t^e}function op_andnot(t,e){return t&~e}function lbit(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function cbit(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var b64map=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",b64pad=\"=\";function hex2b64(t){var e,i,r=\"\";for(e=0;e+3<=t.length;e+=3)i=parseInt(t.substring(e,e+3),16),r+=b64map.charAt(i>>6)+b64map.charAt(63&i);for(e+1==t.length?(i=parseInt(t.substring(e,e+1),16),r+=b64map.charAt(i<<2)):e+2==t.length&&(i=parseInt(t.substring(e,e+2),16),r+=b64map.charAt(i>>2)+b64map.charAt((3&i)<<4));(3&r.length)>0;)r+=b64pad;return r}function b64tohex(t){var e,i=\"\",r=0,n=0;for(e=0;e<t.length&&t.charAt(e)!=b64pad;++e){var s=b64map.indexOf(t.charAt(e));s<0||(0==r?(i+=int2char(s>>2),n=3&s,r=1):1==r?(i+=int2char(n<<2|s>>4),n=15&s,r=2):2==r?(i+=int2char(n),i+=int2char(s>>2),n=3&s,r=3):(i+=int2char(n<<2|s>>4),i+=int2char(15&s),r=0))}return 1==r&&(i+=int2char(n<<2)),i}var decoder,extendStatics=function(t,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};function __extends(t,e){function i(){this.constructor=t}extendStatics(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var decoder$1,Hex={decode:function(t){var e;if(void 0===decoder){var i=\"0123456789ABCDEF\",r=\" \\f\\n\\r\\t \\u2028\\u2029\";for(decoder={},e=0;e<16;++e)decoder[i.charAt(e)]=e;for(i=i.toLowerCase(),e=10;e<16;++e)decoder[i.charAt(e)]=e;for(e=0;e<r.length;++e)decoder[r.charAt(e)]=-1}var n=[],s=0,o=0;for(e=0;e<t.length;++e){var h=t.charAt(e);if(\"=\"==h)break;if(-1!=(h=decoder[h])){if(void 0===h)throw new Error(\"Illegal character at offset \"+e);s|=h,++o>=2?(n[n.length]=s,s=0,o=0):s<<=4}}if(o)throw new Error(\"Hex encoding incomplete: 4 bits missing\");return n}},Base64={decode:function(t){var e;if(void 0===decoder$1){var i=\"= \\f\\n\\r\\t \\u2028\\u2029\";for(decoder$1=Object.create(null),e=0;e<64;++e)decoder$1[\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".charAt(e)]=e;for(e=0;e<i.length;++e)decoder$1[i.charAt(e)]=-1}var r=[],n=0,s=0;for(e=0;e<t.length;++e){var o=t.charAt(e);if(\"=\"==o)break;if(-1!=(o=decoder$1[o])){if(void 0===o)throw new Error(\"Illegal character at offset \"+e);n|=o,++s>=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,s=0):n<<=6}}switch(s){case 1:throw new Error(\"Base64 encoding incomplete: at least 2 bits missing\");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\\/=\\s]+)-----END [^-]+-----|begin-base64[^\\n]+\\n([A-Za-z0-9+\\/=\\s]+)====/,unarmor:function(t){var e=Base64.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error(\"RegExp out of sync\");t=e[2]}return Base64.decode(t)}},max=1e13,Int10=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var i,r,n=this.buf,s=n.length;for(i=0;i<s;++i)(r=n[i]*t+e)<max?e=0:r-=(e=0|r/max)*max,n[i]=r;e>0&&(n[i]=e)},t.prototype.sub=function(t){var e,i,r=this.buf,n=r.length;for(e=0;e<n;++e)(i=r[e]-t)<0?(i+=max,t=1):t=0,r[e]=i;for(;0===r[r.length-1];)r.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error(\"only base 10 is supported\");for(var e=this.buf,i=e[e.length-1].toString(),r=e.length-2;r>=0;--r)i+=(max+e[r]).toString().substring(1);return i},t.prototype.valueOf=function(){for(var t=this.buf,e=0,i=t.length-1;i>=0;--i)e=e*max+t[i];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),ellipsis=\"…\",reTimeS=/^(\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/,reTimeL=/^(\\d\\d\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/;function stringCut(t,e){return t.length>e&&(t=t.substring(0,e)+ellipsis),t}var dbits,Stream=function(){function t(e,i){this.hexDigits=\"0123456789ABCDEF\",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=i)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error(\"Requesting byte offset \"+t+\" on a stream of length \"+this.enc.length);return\"string\"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,i){for(var r=\"\",n=t;n<e;++n)if(r+=this.hexByte(this.get(n)),!0!==i)switch(15&n){case 7:r+=\"  \";break;case 15:r+=\"\\n\";break;default:r+=\" \"}return r},t.prototype.isASCII=function(t,e){for(var i=t;i<e;++i){var r=this.get(i);if(r<32||r>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var i=\"\",r=t;r<e;++r)i+=String.fromCharCode(this.get(r));return i},t.prototype.parseStringUTF=function(t,e){for(var i=\"\",r=t;r<e;){var n=this.get(r++);i+=n<128?String.fromCharCode(n):n>191&&n<224?String.fromCharCode((31&n)<<6|63&this.get(r++)):String.fromCharCode((15&n)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return i},t.prototype.parseStringBMP=function(t,e){for(var i,r,n=\"\",s=t;s<e;)i=this.get(s++),r=this.get(s++),n+=String.fromCharCode(i<<8|r);return n},t.prototype.parseTime=function(t,e,i){var r=this.parseStringISO(t,e),n=(i?reTimeS:reTimeL).exec(r);return n?(i&&(n[1]=+n[1],n[1]+=+n[1]<70?2e3:1900),r=n[1]+\"-\"+n[2]+\"-\"+n[3]+\" \"+n[4],n[5]&&(r+=\":\"+n[5],n[6]&&(r+=\":\"+n[6],n[7]&&(r+=\".\"+n[7]))),n[8]&&(r+=\" UTC\",\"Z\"!=n[8]&&(r+=n[8],n[9]&&(r+=\":\"+n[9]))),r):\"Unrecognized time: \"+r},t.prototype.parseInteger=function(t,e){for(var i,r=this.get(t),n=r>127,s=n?255:0,o=\"\";r==s&&++t<e;)r=this.get(t);if(0===(i=e-t))return n?-1:0;if(i>4){for(o=r,i<<=3;0==(128&(+o^s));)o=+o<<1,--i;o=\"(\"+i+\" bit)\\n\"}n&&(r-=256);for(var h=new Int10(r),a=t+1;a<e;++a)h.mulAdd(256,this.get(a));return o+h.toString()},t.prototype.parseBitString=function(t,e,i){for(var r=this.get(t),n=\"(\"+((e-t-1<<3)-r)+\" bit)\\n\",s=\"\",o=t+1;o<e;++o){for(var h=this.get(o),a=o==e-1?r:0,u=7;u>=a;--u)s+=h>>u&1?\"1\":\"0\";if(s.length>i)return n+stringCut(s,i)}return n+s},t.prototype.parseOctetString=function(t,e,i){if(this.isASCII(t,e))return stringCut(this.parseStringISO(t,e),i);var r=e-t,n=\"(\"+r+\" byte)\\n\";r>(i/=2)&&(e=t+i);for(var s=t;s<e;++s)n+=this.hexByte(this.get(s));return r>i&&(n+=ellipsis),n},t.prototype.parseOID=function(t,e,i){for(var r=\"\",n=new Int10,s=0,o=t;o<e;++o){var h=this.get(o);if(n.mulAdd(128,127&h),s+=7,!(128&h)){if(\"\"===r)if((n=n.simplify())instanceof Int10)n.sub(80),r=\"2.\"+n.toString();else{var a=n<80?n<40?0:1:2;r=a+\".\"+(n-40*a)}else r+=\".\"+n.toString();if(r.length>i)return stringCut(r,i);n=new Int10,s=0}}return s>0&&(r+=\".incomplete\"),r},t}(),ASN1=function(){function t(t,e,i,r,n){if(!(r instanceof ASN1Tag))throw new Error(\"Invalid tag value.\");this.stream=t,this.header=e,this.length=i,this.tag=r,this.sub=n}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return\"EOC\";case 1:return\"BOOLEAN\";case 2:return\"INTEGER\";case 3:return\"BIT_STRING\";case 4:return\"OCTET_STRING\";case 5:return\"NULL\";case 6:return\"OBJECT_IDENTIFIER\";case 7:return\"ObjectDescriptor\";case 8:return\"EXTERNAL\";case 9:return\"REAL\";case 10:return\"ENUMERATED\";case 11:return\"EMBEDDED_PDV\";case 12:return\"UTF8String\";case 16:return\"SEQUENCE\";case 17:return\"SET\";case 18:return\"NumericString\";case 19:return\"PrintableString\";case 20:return\"TeletexString\";case 21:return\"VideotexString\";case 22:return\"IA5String\";case 23:return\"UTCTime\";case 24:return\"GeneralizedTime\";case 25:return\"GraphicString\";case 26:return\"VisibleString\";case 27:return\"GeneralString\";case 28:return\"UniversalString\";case 30:return\"BMPString\"}return\"Universal_\"+this.tag.tagNumber.toString();case 1:return\"Application_\"+this.tag.tagNumber.toString();case 2:return\"[\"+this.tag.tagNumber.toString()+\"]\";case 3:return\"Private_\"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),i=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?\"false\":\"true\";case 2:return this.stream.parseInteger(e,e+i);case 3:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseBitString(e,e+i,t);case 4:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);case 6:return this.stream.parseOID(e,e+i,t);case 16:case 17:return null!==this.sub?\"(\"+this.sub.length+\" elem)\":\"(no elem)\";case 12:return stringCut(this.stream.parseStringUTF(e,e+i),t);case 18:case 19:case 20:case 21:case 22:case 26:return stringCut(this.stream.parseStringISO(e,e+i),t);case 30:return stringCut(this.stream.parseStringBMP(e,e+i),t);case 23:case 24:return this.stream.parseTime(e,e+i,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+\"@\"+this.stream.pos+\"[header:\"+this.header+\",length:\"+this.length+\",sub:\"+(null===this.sub?\"null\":this.sub.length)+\"]\"},t.prototype.toPrettyString=function(t){void 0===t&&(t=\"\");var e=t+this.typeName()+\" @\"+this.stream.pos;if(this.length>=0&&(e+=\"+\"),e+=this.length,this.tag.tagConstructed?e+=\" (constructed)\":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=\" (encapsulates)\"),e+=\"\\n\",null!==this.sub){t+=\"  \";for(var i=0,r=this.sub.length;i<r;++i)e+=this.sub[i].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),i=127&e;if(i==e)return i;if(i>6)throw new Error(\"Length over 48 bits not supported at position \"+(t.pos-1));if(0===i)return null;e=0;for(var r=0;r<i;++r)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,i=2*this.length;return t.substr(e,i)},t.decode=function(e){var i;i=e instanceof Stream?e:new Stream(e,0);var r=new Stream(i),n=new ASN1Tag(i),s=t.decodeLength(i),o=i.pos,h=o-r.pos,a=null,u=function(){var e=[];if(null!==s){for(var r=o+s;i.pos<r;)e[e.length]=t.decode(i);if(i.pos!=r)throw new Error(\"Content size is not correct for container starting at offset \"+o)}else try{for(;;){var n=t.decode(i);if(n.tag.isEOC())break;e[e.length]=n}s=o-i.pos}catch(t){throw new Error(\"Exception while decoding undefined length content: \"+t)}return e};if(n.tagConstructed)a=u();else if(n.isUniversal()&&(3==n.tagNumber||4==n.tagNumber))try{if(3==n.tagNumber&&0!=i.get())throw new Error(\"BIT STRINGs with unused bits cannot encapsulate.\");a=u();for(var c=0;c<a.length;++c)if(a[c].tag.isEOC())throw new Error(\"EOC is not supposed to be actual content.\")}catch(t){a=null}if(null===a){if(null===s)throw new Error(\"We can't skip over an invalid tag with undefined length at offset \"+o);i.pos=o+Math.abs(s)}return new t(r,h,s,n,a)},t}(),ASN1Tag=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var i=new Int10;do{e=t.get(),i.mulAdd(128,127&e)}while(128&e);this.tagNumber=i.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),canary=0xdeadbeefcafe,j_lm=15715070==(16777215&canary),lowprimes=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],lplim=(1<<26)/lowprimes[lowprimes.length-1],BigInteger=function(){function t(t,e,i){null!=t&&(\"number\"==typeof t?this.fromNumber(t,e,i):null==e&&\"string\"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return\"-\"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var i,r=(1<<e)-1,n=!1,s=\"\",o=this.t,h=this.DB-o*this.DB%e;if(o-- >0)for(h<this.DB&&(i=this[o]>>h)>0&&(n=!0,s=int2char(i));o>=0;)h<e?(i=(this[o]&(1<<h)-1)<<e-h,i|=this[--o]>>(h+=this.DB-e)):(i=this[o]>>(h-=e)&r,h<=0&&(h+=this.DB,--o)),i>0&&(n=!0),n&&(s+=int2char(i));return n?s:\"0\"},t.prototype.negate=function(){var e=nbi();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var i=this.t;if(0!=(e=i-t.t))return this.s<0?-e:e;for(;--i>=0;)if(0!=(e=this[i]-t[i]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+nbits(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var i=nbi();return this.abs().divRemTo(e,null,i),this.s<0&&i.compareTo(t.ZERO)>0&&e.subTo(i,i),i},t.prototype.modPowInt=function(t,e){var i;return i=t<256||e.isEven()?new Classic(e):new Montgomery(e),this.exp(t,i)},t.prototype.clone=function(){var t=nbi();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var i,r=this.DB-t*this.DB%8,n=0;if(t-- >0)for(r<this.DB&&(i=this[t]>>r)!=(this.s&this.DM)>>r&&(e[n++]=i|this.s<<this.DB-r);t>=0;)r<8?(i=(this[t]&(1<<r)-1)<<8-r,i|=this[--t]>>(r+=this.DB-8)):(i=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&i)&&(i|=-256),0==n&&(128&this.s)!=(128&i)&&++n,(n>0||i!=this.s)&&(e[n++]=i);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=nbi();return this.bitwiseTo(t,op_and,e),e},t.prototype.or=function(t){var e=nbi();return this.bitwiseTo(t,op_or,e),e},t.prototype.xor=function(t){var e=nbi();return this.bitwiseTo(t,op_xor,e),e},t.prototype.andNot=function(t){var e=nbi();return this.bitwiseTo(t,op_andnot,e),e},t.prototype.not=function(){for(var t=nbi(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=nbi();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=nbi();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+lbit(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,i=0;i<this.t;++i)t+=cbit(this[i]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,op_or)},t.prototype.clearBit=function(t){return this.changeBit(t,op_andnot)},t.prototype.flipBit=function(t){return this.changeBit(t,op_xor)},t.prototype.add=function(t){var e=nbi();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=nbi();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=nbi();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=nbi();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=nbi();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=nbi(),i=nbi();return this.divRemTo(t,e,i),[e,i]},t.prototype.modPow=function(t,e){var i,r,n=t.bitLength(),s=nbv(1);if(n<=0)return s;i=n<18?1:n<48?3:n<144?4:n<768?5:6,r=n<8?new Classic(e):e.isEven()?new Barrett(e):new Montgomery(e);var o=[],h=3,a=i-1,u=(1<<i)-1;if(o[1]=r.convert(this),i>1){var c=nbi();for(r.sqrTo(o[1],c);h<=u;)o[h]=nbi(),r.mulTo(c,o[h-2],o[h]),h+=2}var f,p,l=t.t-1,g=!0,d=nbi();for(n=nbits(t[l])-1;l>=0;){for(n>=a?f=t[l]>>n-a&u:(f=(t[l]&(1<<n+1)-1)<<a-n,l>0&&(f|=t[l-1]>>this.DB+n-a)),h=i;0==(1&f);)f>>=1,--h;if((n-=h)<0&&(n+=this.DB,--l),g)o[f].copyTo(s),g=!1;else{for(;h>1;)r.sqrTo(s,d),r.sqrTo(d,s),h-=2;h>0?r.sqrTo(s,d):(p=s,s=d,d=p),r.mulTo(d,o[f],s)}for(;l>=0&&0==(t[l]&1<<n);)r.sqrTo(s,d),p=s,s=d,d=p,--n<0&&(n=this.DB-1,--l)}return r.revert(s)},t.prototype.modInverse=function(e){var i=e.isEven();if(this.isEven()&&i||0==e.signum())return t.ZERO;for(var r=e.clone(),n=this.clone(),s=nbv(1),o=nbv(0),h=nbv(0),a=nbv(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),i?(s.isEven()&&o.isEven()||(s.addTo(this,s),o.subTo(e,o)),s.rShiftTo(1,s)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),i?(h.isEven()&&a.isEven()||(h.addTo(this,h),a.subTo(e,a)),h.rShiftTo(1,h)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),i&&s.subTo(h,s),o.subTo(a,o)):(n.subTo(r,n),i&&h.subTo(s,h),a.subTo(o,a))}return 0!=n.compareTo(t.ONE)?t.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a},t.prototype.pow=function(t){return this.exp(t,new NullExp)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),i=t.s<0?t.negate():t.clone();if(e.compareTo(i)<0){var r=e;e=i,i=r}var n=e.getLowestSetBit(),s=i.getLowestSetBit();if(s<0)return e;for(n<s&&(s=n),s>0&&(e.rShiftTo(s,e),i.rShiftTo(s,i));e.signum()>0;)(n=e.getLowestSetBit())>0&&e.rShiftTo(n,e),(n=i.getLowestSetBit())>0&&i.rShiftTo(n,i),e.compareTo(i)>=0?(e.subTo(i,e),e.rShiftTo(1,e)):(i.subTo(e,i),i.rShiftTo(1,i));return s>0&&i.lShiftTo(s,i),i},t.prototype.isProbablePrime=function(t){var e,i=this.abs();if(1==i.t&&i[0]<=lowprimes[lowprimes.length-1]){for(e=0;e<lowprimes.length;++e)if(i[0]==lowprimes[e])return!0;return!1}if(i.isEven())return!1;for(e=1;e<lowprimes.length;){for(var r=lowprimes[e],n=e+1;n<lowprimes.length&&r<lplim;)r*=lowprimes[n++];for(r=i.modInt(r);e<n;)if(r%lowprimes[e++]==0)return!1}return i.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,i){var r;if(16==i)r=4;else if(8==i)r=3;else if(256==i)r=8;else if(2==i)r=1;else if(32==i)r=5;else{if(4!=i)return void this.fromRadix(e,i);r=2}this.t=0,this.s=0;for(var n=e.length,s=!1,o=0;--n>=0;){var h=8==r?255&+e[n]:intAt(e,n);h<0?\"-\"==e.charAt(n)&&(s=!0):(s=!1,0==o?this[this.t++]=h:o+r>this.DB?(this[this.t-1]|=(h&(1<<this.DB-o)-1)<<o,this[this.t++]=h>>this.DB-o):this[this.t-1]|=h<<o,(o+=r)>=this.DB&&(o-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),s&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var i;for(i=this.t-1;i>=0;--i)e[i+t]=this[i];for(i=t-1;i>=0;--i)e[i]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var i=t;i<this.t;++i)e[i-t]=this[i];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var i=t%this.DB,r=this.DB-i,n=(1<<r)-1,s=Math.floor(t/this.DB),o=this.s<<i&this.DM,h=this.t-1;h>=0;--h)e[h+s+1]=this[h]>>r|o,o=(this[h]&n)<<i;for(h=s-1;h>=0;--h)e[h]=0;e[s]=o,e.t=this.t+s+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var i=Math.floor(t/this.DB);if(i>=this.t)e.t=0;else{var r=t%this.DB,n=this.DB-r,s=(1<<r)-1;e[0]=this[i]>>r;for(var o=i+1;o<this.t;++o)e[o-i-1]|=(this[o]&s)<<n,e[o-i]=this[o]>>r;r>0&&(e[this.t-i-1]|=(this.s&s)<<n),e.t=this.t-i,e.clamp()}},t.prototype.subTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]-t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r-=t[i],e[i++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[i++]=this.DV+r:r>0&&(e[i++]=r),e.t=i,e.clamp()},t.prototype.multiplyTo=function(e,i){var r=this.abs(),n=e.abs(),s=r.t;for(i.t=s+n.t;--s>=0;)i[s]=0;for(s=0;s<n.t;++s)i[s+r.t]=r.am(0,n[s],i,s,0,r.t);i.s=0,i.clamp(),this.s!=e.s&&t.ZERO.subTo(i,i)},t.prototype.squareTo=function(t){for(var e=this.abs(),i=t.t=2*e.t;--i>=0;)t[i]=0;for(i=0;i<e.t-1;++i){var r=e.am(i,e[i],t,2*i,0,1);(t[i+e.t]+=e.am(i+1,2*e[i],t,2*i+1,r,e.t-i-1))>=e.DV&&(t[i+e.t]-=e.DV,t[i+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(i,e[i],t,2*i,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,i,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t<n.t)return null!=i&&i.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=nbi());var o=nbi(),h=this.s,a=e.s,u=this.DB-nbits(n[n.t-1]);u>0?(n.lShiftTo(u,o),s.lShiftTo(u,r)):(n.copyTo(o),s.copyTo(r));var c=o.t,f=o[c-1];if(0!=f){var p=f*(1<<this.F1)+(c>1?o[c-2]>>this.F2:0),l=this.FV/p,g=(1<<this.F1)/p,d=1<<this.F2,m=r.t,v=m-c,y=null==i?nbi():i;for(o.dlShiftTo(v,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),t.ONE.dlShiftTo(c,y),y.subTo(o,o);o.t<c;)o[o.t++]=0;for(;--v>=0;){var b=r[--m]==f?this.DM:Math.floor(r[m]*l+(r[m-1]+d)*g);if((r[m]+=o.am(0,b,r,v,0,c))<b)for(o.dlShiftTo(v,y),r.subTo(y,r);r[m]<--b;)r.subTo(y,r)}null!=i&&(r.drShiftTo(c,i),h!=a&&t.ZERO.subTo(i,i)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),h<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,i){if(e>4294967295||e<1)return t.ONE;var r=nbi(),n=nbi(),s=i.convert(this),o=nbits(e)-1;for(s.copyTo(r);--o>=0;)if(i.sqrTo(r,n),(e&1<<o)>0)i.mulTo(n,s,r);else{var h=r;r=n,n=h}return i.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return\"0\";var e=this.chunkSize(t),i=Math.pow(t,e),r=nbv(i),n=nbi(),s=nbi(),o=\"\";for(this.divRemTo(r,n,s);n.signum()>0;)o=(i+s.intValue()).toString(t).substr(1)+o,n.divRemTo(r,n,s);return s.intValue().toString(t)+o},t.prototype.fromRadix=function(e,i){this.fromInt(0),null==i&&(i=10);for(var r=this.chunkSize(i),n=Math.pow(i,r),s=!1,o=0,h=0,a=0;a<e.length;++a){var u=intAt(e,a);u<0?\"-\"==e.charAt(a)&&0==this.signum()&&(s=!0):(h=i*h+u,++o>=r&&(this.dMultiply(n),this.dAddOffset(h,0),o=0,h=0))}o>0&&(this.dMultiply(Math.pow(i,o)),this.dAddOffset(h,0)),s&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,i,r){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(i);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var n=[],s=7&e;n.length=1+(e>>3),i.nextBytes(n),s>0?n[0]&=(1<<s)-1:n[0]=0,this.fromString(n,256)}},t.prototype.bitwiseTo=function(t,e,i){var r,n,s=Math.min(t.t,this.t);for(r=0;r<s;++r)i[r]=e(this[r],t[r]);if(t.t<this.t){for(n=t.s&this.DM,r=s;r<this.t;++r)i[r]=e(this[r],n);i.t=this.t}else{for(n=this.s&this.DM,r=s;r<t.t;++r)i[r]=e(n,t[r]);i.t=t.t}i.s=e(this.s,t.s),i.clamp()},t.prototype.changeBit=function(e,i){var r=t.ONE.shiftLeft(e);return this.bitwiseTo(r,i,r),r},t.prototype.addTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]+t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r+=t[i],e[i++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[i++]=r:r<-1&&(e[i++]=this.DV+r),e.t=i,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,i){var r=Math.min(this.t+t.t,e);for(i.s=0,i.t=r;r>0;)i[--r]=0;for(var n=i.t-this.t;r<n;++r)i[r+this.t]=this.am(0,t[r],i,r,0,this.t);for(n=Math.min(t.t,e);r<n;++r)this.am(0,t[r],i,r,0,e-r);i.clamp()},t.prototype.multiplyUpperTo=function(t,e,i){--e;var r=i.t=this.t+t.t-e;for(i.s=0;--r>=0;)i[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)i[this.t+r-e]=this.am(e-r,t[r],i,0,0,this.t+r-e);i.clamp(),i.drShiftTo(1,i)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,i=this.s<0?t-1:0;if(this.t>0)if(0==e)i=this[0]%t;else for(var r=this.t-1;r>=0;--r)i=(e*i+this[r])%t;return i},t.prototype.millerRabin=function(e){var i=this.subtract(t.ONE),r=i.getLowestSetBit();if(r<=0)return!1;var n=i.shiftRight(r);(e=e+1>>1)>lowprimes.length&&(e=lowprimes.length);for(var s=nbi(),o=0;o<e;++o){s.fromInt(lowprimes[Math.floor(Math.random()*lowprimes.length)]);var h=s.modPow(n,this);if(0!=h.compareTo(t.ONE)&&0!=h.compareTo(i)){for(var a=1;a++<r&&0!=h.compareTo(i);)if(0==(h=h.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=h.compareTo(i))return!1}}return!0},t.prototype.square=function(){var t=nbi();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var i=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(i.compareTo(r)<0){var n=i;i=r,r=n}var s=i.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)e(i);else{s<o&&(o=s),o>0&&(i.rShiftTo(o,i),r.rShiftTo(o,r));var h=function(){(s=i.getLowestSetBit())>0&&i.rShiftTo(s,i),(s=r.getLowestSetBit())>0&&r.rShiftTo(s,r),i.compareTo(r)>=0?(i.subTo(r,i),i.rShiftTo(1,i)):(r.subTo(i,r),r.rShiftTo(1,r)),i.signum()>0?setTimeout(h,0):(o>0&&r.lShiftTo(o,r),setTimeout(function(){e(r)},0))};setTimeout(h,10)}},t.prototype.fromNumberAsync=function(e,i,r,n){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);var s=this,o=function(){s.dAddOffset(2,0),s.bitLength()>e&&s.subTo(t.ONE.shiftLeft(e-1),s),s.isProbablePrime(i)?setTimeout(function(){n()},0):setTimeout(o,0)};setTimeout(o,0)}else{var h=[],a=7&e;h.length=1+(e>>3),i.nextBytes(h),a>0?h[0]&=(1<<a)-1:h[0]=0,this.fromString(h,256)}},t}(),NullExp=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),Classic=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Montgomery=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=nbi();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(BigInteger.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var i=32767&t[e],r=i*this.mpl+((i*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[i=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[i]>=t.DV;)t[i]-=t.DV,t[++i]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Barrett=function(){function t(t){this.m=t,this.r2=nbi(),this.q3=nbi(),BigInteger.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function nbi(){return new BigInteger(null)}function parseBigInt(t,e){return new BigInteger(t,e)}function am1(t,e,i,r,n,s){for(;--s>=0;){var o=e*this[t++]+i[r]+n;n=Math.floor(o/67108864),i[r++]=67108863&o}return n}function am2(t,e,i,r,n,s){for(var o=32767&e,h=e>>15;--s>=0;){var a=32767&this[t],u=this[t++]>>15,c=h*a+u*o;n=((a=o*a+((32767&c)<<15)+i[r]+(1073741823&n))>>>30)+(c>>>15)+h*u+(n>>>30),i[r++]=1073741823&a}return n}function am3(t,e,i,r,n,s){for(var o=16383&e,h=e>>14;--s>=0;){var a=16383&this[t],u=this[t++]>>14,c=h*a+u*o;n=((a=o*a+((16383&c)<<14)+i[r]+n)>>28)+(c>>14)+h*u,i[r++]=268435455&a}return n}BigInteger.prototype.am=am3,dbits=28,BigInteger.prototype.DB=dbits,BigInteger.prototype.DM=(1<<dbits)-1,BigInteger.prototype.DV=1<<dbits;var BI_FP=52;BigInteger.prototype.FV=Math.pow(2,BI_FP),BigInteger.prototype.F1=BI_FP-dbits,BigInteger.prototype.F2=2*dbits-BI_FP;var rr,vv,BI_RC=[];for(rr=\"0\".charCodeAt(0),vv=0;vv<=9;++vv)BI_RC[rr++]=vv;for(rr=\"a\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;for(rr=\"A\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;function intAt(t,e){var i=BI_RC[t.charCodeAt(e)];return null==i?-1:i}function nbv(t){var e=nbi();return e.fromInt(t),e}function nbits(t){var e,i=1;return 0!=(e=t>>>16)&&(t=e,i+=16),0!=(e=t>>8)&&(t=e,i+=8),0!=(e=t>>4)&&(t=e,i+=4),0!=(e=t>>2)&&(t=e,i+=2),0!=(e=t>>1)&&(t=e,i+=1),i}BigInteger.ZERO=nbv(0),BigInteger.ONE=nbv(1);var Arcfour=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,i,r;for(e=0;e<256;++e)this.S[e]=e;for(i=0,e=0;e<256;++e)i=i+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[i],this.S[i]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}();function prng_newstate(){return new Arcfour}var rng_state,rng_pptr,rng_psize=256,rng_pool=null;if(null==rng_pool){rng_pool=[],rng_pptr=0;var t=void 0}function rng_get_byte(){if(null==rng_state){for(rng_state=prng_newstate();rng_pptr<rng_psize;){var t=Math.floor(65536*Math.random());rng_pool[rng_pptr++]=255&t}for(rng_state.init(rng_pool),rng_pptr=0;rng_pptr<rng_pool.length;++rng_pptr)rng_pool[rng_pptr]=0;rng_pptr=0}return rng_state.next()}var SecureRandom=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=rng_get_byte()},t}();function pkcs1pad1(t,e){if(e<t.length+22)return console.error(\"Message too long for RSA\"),null;for(var i=e-t.length-6,r=\"\",n=0;n<i;n+=2)r+=\"ff\";return parseBigInt(\"0001\"+r+\"00\"+t,16)}function pkcs1pad2(t,e){if(e<t.length+11)return console.error(\"Message too long for RSA\"),null;for(var i=[],r=t.length-1;r>=0&&e>0;){var n=t.charCodeAt(r--);n<128?i[--e]=n:n>127&&n<2048?(i[--e]=63&n|128,i[--e]=n>>6|192):(i[--e]=63&n|128,i[--e]=n>>6&63|128,i[--e]=n>>12|224)}i[--e]=0;for(var s=new SecureRandom,o=[];e>2;){for(o[0]=0;0==o[0];)s.nextBytes(o);i[--e]=o[0]}return i[--e]=2,i[--e]=0,new BigInteger(i)}var RSAKey=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),i=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(i)<0;)e=e.add(this.p);return e.subtract(i).multiply(this.coeff).mod(this.p).multiply(this.q).add(i)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16)):console.error(\"Invalid RSA public key\")},t.prototype.encrypt=function(t){var e=pkcs1pad2(t,this.n.bitLength()+7>>3);if(null==e)return null;var i=this.doPublic(e);if(null==i)return null;var r=i.toString(16);return 0==(1&r.length)?r:\"0\"+r},t.prototype.setPrivate=function(t,e,i){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16)):console.error(\"Invalid RSA private key\")},t.prototype.setPrivateEx=function(t,e,i,r,n,s,o,h){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16),this.p=parseBigInt(r,16),this.q=parseBigInt(n,16),this.dmp1=parseBigInt(s,16),this.dmq1=parseBigInt(o,16),this.coeff=parseBigInt(h,16)):console.error(\"Invalid RSA private key\")},t.prototype.generate=function(t,e){var i=new SecureRandom,r=t>>1;this.e=parseInt(e,16);for(var n=new BigInteger(e,16);;){for(;this.p=new BigInteger(t-r,1,i),0!=this.p.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.p.isProbablePrime(10););for(;this.q=new BigInteger(r,1,i),0!=this.q.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var s=this.p;this.p=this.q,this.q=s}var o=this.p.subtract(BigInteger.ONE),h=this.q.subtract(BigInteger.ONE),a=o.multiply(h);if(0==a.gcd(n).compareTo(BigInteger.ONE)){this.n=this.p.multiply(this.q),this.d=n.modInverse(a),this.dmp1=this.d.mod(o),this.dmq1=this.d.mod(h),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=parseBigInt(t,16),i=this.doPrivate(e);return null==i?null:pkcs1unpad2(i,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,i){var r=new SecureRandom,n=t>>1;this.e=parseInt(e,16);var s=new BigInteger(e,16),o=this,h=function(){var e=function(){if(o.p.compareTo(o.q)<=0){var t=o.p;o.p=o.q,o.q=t}var e=o.p.subtract(BigInteger.ONE),r=o.q.subtract(BigInteger.ONE),n=e.multiply(r);0==n.gcd(s).compareTo(BigInteger.ONE)?(o.n=o.p.multiply(o.q),o.d=s.modInverse(n),o.dmp1=o.d.mod(e),o.dmq1=o.d.mod(r),o.coeff=o.q.modInverse(o.p),setTimeout(function(){i()},0)):setTimeout(h,0)},a=function(){o.q=nbi(),o.q.fromNumberAsync(n,1,r,function(){o.q.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(a,0)})})},u=function(){o.p=nbi(),o.p.fromNumberAsync(t-n,1,r,function(){o.p.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.p.isProbablePrime(10)?setTimeout(a,0):setTimeout(u,0)})})};setTimeout(u,0)};setTimeout(h,0)},t.prototype.sign=function(t,e,i){var r=pkcs1pad1(getDigestHeader(i)+e(t).toString(),this.n.bitLength()/4);if(null==r)return null;var n=this.doPrivate(r);if(null==n)return null;var s=n.toString(16);return 0==(1&s.length)?s:\"0\"+s},t.prototype.verify=function(t,e,i){var r=parseBigInt(e,16),n=this.doPublic(r);return null==n?null:removeDigestHeader(n.toString(16).replace(/^1f+00/,\"\"))==i(t).toString()},t}();function pkcs1unpad2(t,e){for(var i=t.toByteArray(),r=0;r<i.length&&0==i[r];)++r;if(i.length-r!=e-1||2!=i[r])return null;for(++r;0!=i[r];)if(++r>=i.length)return null;for(var n=\"\";++r<i.length;){var s=255&i[r];s<128?n+=String.fromCharCode(s):s>191&&s<224?(n+=String.fromCharCode((31&s)<<6|63&i[r+1]),++r):(n+=String.fromCharCode((15&s)<<12|(63&i[r+1])<<6|63&i[r+2]),r+=2)}return n}var DIGEST_HEADERS={md2:\"3020300c06082a864886f70d020205000410\",md5:\"3020300c06082a864886f70d020505000410\",sha1:\"3021300906052b0e03021a05000414\",sha224:\"302d300d06096086480165030402040500041c\",sha256:\"3031300d060960864801650304020105000420\",sha384:\"3041300d060960864801650304020205000430\",sha512:\"3051300d060960864801650304020305000440\",ripemd160:\"3021300906052b2403020105000414\"};function getDigestHeader(t){return DIGEST_HEADERS[t]||\"\"}function removeDigestHeader(t){for(var e in DIGEST_HEADERS)if(DIGEST_HEADERS.hasOwnProperty(e)){var i=DIGEST_HEADERS[e],r=i.length;if(t.substr(0,r)==i)return t.substr(r)}return t}var YAHOO={};YAHOO.lang={extend:function(t,e,i){if(!e||!t)throw new Error(\"YAHOO.lang.extend failed, please check that all dependencies are included.\");var r,n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),i)for(r in i)t.prototype[r]=i[r]}};var KJUR={};void 0!==KJUR.asn1&&KJUR.asn1||(KJUR.asn1={}),KJUR.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e=\"0\"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if(\"-\"!=e.substr(0,1))e.length%2==1?e=\"0\"+e:e.match(/^[0-7]/)||(e=\"00\"+e);else{var i=e.substr(1).length;i%2==1?i+=1:e.match(/^[0-7]/)||(i+=2);for(var r=\"\",n=0;n<i;n++)r+=\"f\";e=new BigInteger(r,16).xor(t).add(BigInteger.ONE).toString(16).replace(/^-/,\"\")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=KJUR.asn1,i=e.DERBoolean,r=e.DERInteger,n=e.DERBitString,s=e.DEROctetString,o=e.DERNull,h=e.DERObjectIdentifier,a=e.DEREnumerated,u=e.DERUTF8String,c=e.DERNumericString,f=e.DERPrintableString,p=e.DERTeletexString,l=e.DERIA5String,g=e.DERUTCTime,d=e.DERGeneralizedTime,m=e.DERSequence,v=e.DERSet,y=e.DERTaggedObject,b=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw\"key of param shall be only one.\";var T=S[0];if(-1==\":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:\".indexOf(\":\"+T+\":\"))throw\"undefined key: \"+T;if(\"bool\"==T)return new i(t[T]);if(\"int\"==T)return new r(t[T]);if(\"bitstr\"==T)return new n(t[T]);if(\"octstr\"==T)return new s(t[T]);if(\"null\"==T)return new o(t[T]);if(\"oid\"==T)return new h(t[T]);if(\"enum\"==T)return new a(t[T]);if(\"utf8str\"==T)return new u(t[T]);if(\"numstr\"==T)return new c(t[T]);if(\"prnstr\"==T)return new f(t[T]);if(\"telstr\"==T)return new p(t[T]);if(\"ia5str\"==T)return new l(t[T]);if(\"utctime\"==T)return new g(t[T]);if(\"gentime\"==T)return new d(t[T]);if(\"seq\"==T){for(var R=t[T],E=[],D=0;D<R.length;D++){var B=b(R[D]);E.push(B)}return new m({array:E})}if(\"set\"==T){for(R=t[T],E=[],D=0;D<R.length;D++){B=b(R[D]);E.push(B)}return new v({array:E})}if(\"tag\"==T){var w=t[T];if(\"[object Array]\"===Object.prototype.toString.call(w)&&3==w.length){var I=b(w[2]);return new y({tag:w[0],explicit:w[1],obj:I})}var x={};if(void 0!==w.explicit&&(x.explicit=w.explicit),void 0!==w.tag&&(x.tag=w.tag),void 0===w.obj)throw\"obj shall be specified for 'tag'.\";return x.obj=b(w.obj),new y(x)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},KJUR.asn1.ASN1Util.oidHexToInt=function(t){for(var e=\"\",i=parseInt(t.substr(0,2),16),r=(e=Math.floor(i/40)+\".\"+i%40,\"\"),n=2;n<t.length;n+=2){var s=(\"00000000\"+parseInt(t.substr(n,2),16).toString(2)).slice(-8);if(r+=s.substr(1,7),\"0\"==s.substr(0,1))e=e+\".\"+new BigInteger(r,2).toString(10),r=\"\"}return e},KJUR.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);return r},KJUR.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw\"this.hV is null or undefined.\";if(this.hV.length%2==1)throw\"value hex must be even length: n=\"+\"\".length+\",v=\"+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e=\"0\"+e),t<128)return e;var i=e.length/2;if(i>15)throw\"ASN.1 length too long to represent by 8x: n = \"+t.toString(16);return(128+i).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return\"\"}},KJUR.asn1.DERAbstractString=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERAbstractString,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractTime=function(t){KJUR.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,i){var r=this.zeroPadding,n=this.localDateToUTC(t),s=String(n.getFullYear());\"utc\"==e&&(s=s.substr(2,2));var o=s+r(String(n.getMonth()+1),2)+r(String(n.getDate()),2)+r(String(n.getHours()),2)+r(String(n.getMinutes()),2)+r(String(n.getSeconds()),2);if(!0===i){var h=n.getMilliseconds();if(0!=h){var a=r(String(h),3);o=o+\".\"+(a=a.replace(/[0]+$/,\"\"))}}return o+\"Z\"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join(\"0\")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,i,r,n,s){var o=new Date(Date.UTC(t,e-1,i,r,n,s,0));this.setByDate(o)},this.getFreshValueHex=function(){return this.hV}},YAHOO.lang.extend(KJUR.asn1.DERAbstractTime,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractStructured=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},YAHOO.lang.extend(KJUR.asn1.DERAbstractStructured,KJUR.asn1.ASN1Object),KJUR.asn1.DERBoolean=function(){KJUR.asn1.DERBoolean.superclass.constructor.call(this),this.hT=\"01\",this.hTLV=\"0101ff\"},YAHOO.lang.extend(KJUR.asn1.DERBoolean,KJUR.asn1.ASN1Object),KJUR.asn1.DERInteger=function(t){KJUR.asn1.DERInteger.superclass.constructor.call(this),this.hT=\"02\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERInteger,KJUR.asn1.ASN1Object),KJUR.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=\"00\"+e.getEncodedHex()}KJUR.asn1.DERBitString.superclass.constructor.call(this),this.hT=\"03\",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw\"unused bits shall be from 0 to 7: u = \"+t;var i=\"0\"+t;this.hTLV=null,this.isModified=!0,this.hV=i+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,\"\")).length%8;8==e&&(e=0);for(var i=0;i<=e;i++)t+=\"0\";var r=\"\";for(i=0;i<t.length-1;i+=8){var n=t.substr(i,8),s=parseInt(n,2).toString(16);1==s.length&&(s=\"0\"+s),r+=s}this.hTLV=null,this.isModified=!0,this.hV=\"0\"+e+r},this.setByBooleanArray=function(t){for(var e=\"\",i=0;i<t.length;i++)1==t[i]?e+=\"1\":e+=\"0\";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),i=0;i<t;i++)e[i]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},YAHOO.lang.extend(KJUR.asn1.DERBitString,KJUR.asn1.ASN1Object),KJUR.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}KJUR.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT=\"04\"},YAHOO.lang.extend(KJUR.asn1.DEROctetString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNull=function(){KJUR.asn1.DERNull.superclass.constructor.call(this),this.hT=\"05\",this.hTLV=\"0500\"},YAHOO.lang.extend(KJUR.asn1.DERNull,KJUR.asn1.ASN1Object),KJUR.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};KJUR.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT=\"06\",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var e=KJUR.asn1.x509.OID.name2oid(t);if(\"\"===e)throw\"DERObjectIdentifier oidName undefined: \"+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},YAHOO.lang.extend(KJUR.asn1.DERObjectIdentifier,KJUR.asn1.ASN1Object),KJUR.asn1.DEREnumerated=function(t){KJUR.asn1.DEREnumerated.superclass.constructor.call(this),this.hT=\"0a\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DEREnumerated,KJUR.asn1.ASN1Object),KJUR.asn1.DERUTF8String=function(t){KJUR.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT=\"0c\"},YAHOO.lang.extend(KJUR.asn1.DERUTF8String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNumericString=function(t){KJUR.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT=\"12\"},YAHOO.lang.extend(KJUR.asn1.DERNumericString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERPrintableString=function(t){KJUR.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT=\"13\"},YAHOO.lang.extend(KJUR.asn1.DERPrintableString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERTeletexString=function(t){KJUR.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT=\"14\"},YAHOO.lang.extend(KJUR.asn1.DERTeletexString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERIA5String=function(t){KJUR.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT=\"16\"},YAHOO.lang.extend(KJUR.asn1.DERIA5String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERUTCTime=function(t){KJUR.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT=\"17\",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},YAHOO.lang.extend(KJUR.asn1.DERUTCTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERGeneralizedTime=function(t){KJUR.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT=\"18\",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},YAHOO.lang.extend(KJUR.asn1.DERGeneralizedTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERSequence=function(t){KJUR.asn1.DERSequence.superclass.constructor.call(this,t),this.hT=\"30\",this.getFreshValueHex=function(){for(var t=\"\",e=0;e<this.asn1Array.length;e++){t+=this.asn1Array[e].getEncodedHex()}return this.hV=t,this.hV}},YAHOO.lang.extend(KJUR.asn1.DERSequence,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERSet=function(t){KJUR.asn1.DERSet.superclass.constructor.call(this,t),this.hT=\"31\",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var i=this.asn1Array[e];t.push(i.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(\"\"),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},YAHOO.lang.extend(KJUR.asn1.DERSet,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERTaggedObject=function(t){KJUR.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT=\"a0\",this.hV=\"\",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,i){this.hT=e,this.isExplicit=t,this.asn1Object=i,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=i.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},YAHOO.lang.extend(KJUR.asn1.DERTaggedObject,KJUR.asn1.ASN1Object);var JSEncryptRSAKey=function(t){function e(i){var r=t.call(this)||this;return i&&(\"string\"==typeof i?r.parseKey(i):(e.hasPrivateKeyProperty(i)||e.hasPublicKeyProperty(i))&&r.parsePropertiesFrom(i)),r}return __extends(e,t),e.prototype.parseKey=function(t){try{var e=0,i=0,r=/^\\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\\s*)+$/.test(t)?Hex.decode(t):Base64.unarmor(t),n=ASN1.decode(r);if(3===n.sub.length&&(n=n.sub[2].sub[0]),9===n.sub.length){e=n.sub[1].getHexStringValue(),this.n=parseBigInt(e,16),i=n.sub[2].getHexStringValue(),this.e=parseInt(i,16);var s=n.sub[3].getHexStringValue();this.d=parseBigInt(s,16);var o=n.sub[4].getHexStringValue();this.p=parseBigInt(o,16);var h=n.sub[5].getHexStringValue();this.q=parseBigInt(h,16);var a=n.sub[6].getHexStringValue();this.dmp1=parseBigInt(a,16);var u=n.sub[7].getHexStringValue();this.dmq1=parseBigInt(u,16);var c=n.sub[8].getHexStringValue();this.coeff=parseBigInt(c,16)}else{if(2!==n.sub.length)return!1;var f=n.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=parseBigInt(e,16),i=f.sub[1].getHexStringValue(),this.e=parseInt(i,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new KJUR.asn1.DERInteger({int:0}),new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e}),new KJUR.asn1.DERInteger({bigint:this.d}),new KJUR.asn1.DERInteger({bigint:this.p}),new KJUR.asn1.DERInteger({bigint:this.q}),new KJUR.asn1.DERInteger({bigint:this.dmp1}),new KJUR.asn1.DERInteger({bigint:this.dmq1}),new KJUR.asn1.DERInteger({bigint:this.coeff})]};return new KJUR.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return hex2b64(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERObjectIdentifier({oid:\"1.2.840.113549.1.1.1\"}),new KJUR.asn1.DERNull]}),e=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e})]}),i=new KJUR.asn1.DERBitString({hex:\"00\"+e.getEncodedHex()});return new KJUR.asn1.DERSequence({array:[t,i]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return hex2b64(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var i=\"(.{1,\"+(e=e||64)+\"})( +|$\\n?)|(.{1,\"+e+\"})\";return t.match(RegExp(i,\"g\")).join(\"\\n\")},e.prototype.getPrivateKey=function(){var t=\"-----BEGIN\"+\" RSA \"+\"PRIVATE KEY-----\\n\";return t+=e.wordwrap(this.getPrivateBaseKeyB64())+\"\\n\",t+=\"-----END \"+\"RSA PRIVATE KEY-----\"},e.prototype.getPublicKey=function(){var t=\"-----BEGIN PUBLIC KEY-----\\n\";return t+=e.wordwrap(this.getPublicBaseKeyB64())+\"\\n\",t+=\"-----END PUBLIC KEY-----\"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")&&t.hasOwnProperty(\"d\")&&t.hasOwnProperty(\"p\")&&t.hasOwnProperty(\"q\")&&t.hasOwnProperty(\"dmp1\")&&t.hasOwnProperty(\"dmq1\")&&t.hasOwnProperty(\"coeff\")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty(\"d\")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(RSAKey);function JSEncrypt(){return this}JSEncrypt.prototype.setKey=function(t){this.log&&this.key&&console.warn(\"A key was already set, overriding existing.\"),this.key=new JSEncryptRSAKey(t)},JSEncrypt.prototype.setPrivateKey=function(t){this.setKey(t)},JSEncrypt.prototype.setPublicKey=function(t){this.setKey(t)},JSEncrypt.prototype.decrypt=function(t){try{return this.getKey().decrypt(b64tohex(t))}catch(t){return!1}},JSEncrypt.prototype.encrypt=function(t){try{return hex2b64(this.getKey().encrypt(t))}catch(t){return!1}},JSEncrypt.prototype.sign=function(t,e,i){try{return hex2b64(this.getKey().sign(t,e,i))}catch(t){return!1}},JSEncrypt.prototype.verify=function(t,e,i){try{return this.getKey().verify(t,b64tohex(e),i)}catch(t){return!1}},JSEncrypt.prototype.getKey=function(t){if(!this.key){if(this.key=new JSEncryptRSAKey,t&&\"[object Function]\"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},JSEncrypt.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},JSEncrypt.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},JSEncrypt.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},JSEncrypt.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},JSEncrypt.version=\"3.0.0-rc.1\";","","/*","* JWT generation code extracted from","* https://developers.symphony.com/restapi/docs/rsa-bot-authentication-workflow#section-generate-a-signed-jwt","* Modified to use JSEncrypt and CryptoJS to be compatible with Postman","*/","let jse = new JSEncrypt();","let crypto = require('crypto-js');","","function base64urlEncode(str) {","    return new Buffer(str).toString('base64').replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=/g, '');","}","function Jwt(username, signingKey) {","    this.header = { typ: 'JWT', alg: 'RS512' };","    this.body = {","        sub: username,","        exp: (Math.floor(new Date().getTime() / 1000) + (5 * 60))","    };","    this.signingKey = signingKey;","    return this;","}","Jwt.prototype.sign = function sign(payload, cryptoInput) {","    jse.setPrivateKey(cryptoInput);","    let buffer = jse.sign(payload, crypto.SHA512, \"sha512\");","    return buffer;","};","Jwt.prototype.compact = function compact() {","    let segments = [];","    segments.push(base64urlEncode(JSON.stringify(this.header)));","    segments.push(base64urlEncode(JSON.stringify(this.body)));","    this.signature = this.sign(segments.join('.'), this.signingKey);","    segments.push(this.signature);","    return segments.join('.');","};","const jwt = new Jwt(pm.environment.get(\"botName\"), pm.environment.get(\"botKey\"));","const jws = jwt.compact();","pm.environment.set(\"jwt\", jws);",""],"type":"text/javascript"}}],"id":"8f2ded51-a7f9-4ac8-8bc2-d19389d11bdf","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"token\":\"{{jwt}}\"}"},"url":"https://{{sessionAuthUrl}}/login/pubkey/authenticate","urlObject":{"protocol":"https","path":["login","pubkey","authenticate"],"host":["{{sessionAuthUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f2ded51-a7f9-4ac8-8bc2-d19389d11bdf"},{"name":"RSA KeyMan Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"keyManToken\", pm.response.json().token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":["/*","* JSEncrypt Library extracted from https://github.com/travist/jsencrypt","* Modified to remove references to window, navigator that will not run in Postman","*/","var BI_RM=\"0123456789abcdefghijklmnopqrstuvwxyz\";function int2char(t){return BI_RM.charAt(t)}function op_and(t,e){return t&e}function op_or(t,e){return t|e}function op_xor(t,e){return t^e}function op_andnot(t,e){return t&~e}function lbit(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function cbit(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var b64map=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",b64pad=\"=\";function hex2b64(t){var e,i,r=\"\";for(e=0;e+3<=t.length;e+=3)i=parseInt(t.substring(e,e+3),16),r+=b64map.charAt(i>>6)+b64map.charAt(63&i);for(e+1==t.length?(i=parseInt(t.substring(e,e+1),16),r+=b64map.charAt(i<<2)):e+2==t.length&&(i=parseInt(t.substring(e,e+2),16),r+=b64map.charAt(i>>2)+b64map.charAt((3&i)<<4));(3&r.length)>0;)r+=b64pad;return r}function b64tohex(t){var e,i=\"\",r=0,n=0;for(e=0;e<t.length&&t.charAt(e)!=b64pad;++e){var s=b64map.indexOf(t.charAt(e));s<0||(0==r?(i+=int2char(s>>2),n=3&s,r=1):1==r?(i+=int2char(n<<2|s>>4),n=15&s,r=2):2==r?(i+=int2char(n),i+=int2char(s>>2),n=3&s,r=3):(i+=int2char(n<<2|s>>4),i+=int2char(15&s),r=0))}return 1==r&&(i+=int2char(n<<2)),i}var decoder,extendStatics=function(t,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};function __extends(t,e){function i(){this.constructor=t}extendStatics(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var decoder$1,Hex={decode:function(t){var e;if(void 0===decoder){var i=\"0123456789ABCDEF\",r=\" \\f\\n\\r\\t \\u2028\\u2029\";for(decoder={},e=0;e<16;++e)decoder[i.charAt(e)]=e;for(i=i.toLowerCase(),e=10;e<16;++e)decoder[i.charAt(e)]=e;for(e=0;e<r.length;++e)decoder[r.charAt(e)]=-1}var n=[],s=0,o=0;for(e=0;e<t.length;++e){var h=t.charAt(e);if(\"=\"==h)break;if(-1!=(h=decoder[h])){if(void 0===h)throw new Error(\"Illegal character at offset \"+e);s|=h,++o>=2?(n[n.length]=s,s=0,o=0):s<<=4}}if(o)throw new Error(\"Hex encoding incomplete: 4 bits missing\");return n}},Base64={decode:function(t){var e;if(void 0===decoder$1){var i=\"= \\f\\n\\r\\t \\u2028\\u2029\";for(decoder$1=Object.create(null),e=0;e<64;++e)decoder$1[\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".charAt(e)]=e;for(e=0;e<i.length;++e)decoder$1[i.charAt(e)]=-1}var r=[],n=0,s=0;for(e=0;e<t.length;++e){var o=t.charAt(e);if(\"=\"==o)break;if(-1!=(o=decoder$1[o])){if(void 0===o)throw new Error(\"Illegal character at offset \"+e);n|=o,++s>=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,s=0):n<<=6}}switch(s){case 1:throw new Error(\"Base64 encoding incomplete: at least 2 bits missing\");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\\/=\\s]+)-----END [^-]+-----|begin-base64[^\\n]+\\n([A-Za-z0-9+\\/=\\s]+)====/,unarmor:function(t){var e=Base64.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error(\"RegExp out of sync\");t=e[2]}return Base64.decode(t)}},max=1e13,Int10=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var i,r,n=this.buf,s=n.length;for(i=0;i<s;++i)(r=n[i]*t+e)<max?e=0:r-=(e=0|r/max)*max,n[i]=r;e>0&&(n[i]=e)},t.prototype.sub=function(t){var e,i,r=this.buf,n=r.length;for(e=0;e<n;++e)(i=r[e]-t)<0?(i+=max,t=1):t=0,r[e]=i;for(;0===r[r.length-1];)r.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error(\"only base 10 is supported\");for(var e=this.buf,i=e[e.length-1].toString(),r=e.length-2;r>=0;--r)i+=(max+e[r]).toString().substring(1);return i},t.prototype.valueOf=function(){for(var t=this.buf,e=0,i=t.length-1;i>=0;--i)e=e*max+t[i];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),ellipsis=\"…\",reTimeS=/^(\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/,reTimeL=/^(\\d\\d\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/;function stringCut(t,e){return t.length>e&&(t=t.substring(0,e)+ellipsis),t}var dbits,Stream=function(){function t(e,i){this.hexDigits=\"0123456789ABCDEF\",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=i)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error(\"Requesting byte offset \"+t+\" on a stream of length \"+this.enc.length);return\"string\"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,i){for(var r=\"\",n=t;n<e;++n)if(r+=this.hexByte(this.get(n)),!0!==i)switch(15&n){case 7:r+=\"  \";break;case 15:r+=\"\\n\";break;default:r+=\" \"}return r},t.prototype.isASCII=function(t,e){for(var i=t;i<e;++i){var r=this.get(i);if(r<32||r>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var i=\"\",r=t;r<e;++r)i+=String.fromCharCode(this.get(r));return i},t.prototype.parseStringUTF=function(t,e){for(var i=\"\",r=t;r<e;){var n=this.get(r++);i+=n<128?String.fromCharCode(n):n>191&&n<224?String.fromCharCode((31&n)<<6|63&this.get(r++)):String.fromCharCode((15&n)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return i},t.prototype.parseStringBMP=function(t,e){for(var i,r,n=\"\",s=t;s<e;)i=this.get(s++),r=this.get(s++),n+=String.fromCharCode(i<<8|r);return n},t.prototype.parseTime=function(t,e,i){var r=this.parseStringISO(t,e),n=(i?reTimeS:reTimeL).exec(r);return n?(i&&(n[1]=+n[1],n[1]+=+n[1]<70?2e3:1900),r=n[1]+\"-\"+n[2]+\"-\"+n[3]+\" \"+n[4],n[5]&&(r+=\":\"+n[5],n[6]&&(r+=\":\"+n[6],n[7]&&(r+=\".\"+n[7]))),n[8]&&(r+=\" UTC\",\"Z\"!=n[8]&&(r+=n[8],n[9]&&(r+=\":\"+n[9]))),r):\"Unrecognized time: \"+r},t.prototype.parseInteger=function(t,e){for(var i,r=this.get(t),n=r>127,s=n?255:0,o=\"\";r==s&&++t<e;)r=this.get(t);if(0===(i=e-t))return n?-1:0;if(i>4){for(o=r,i<<=3;0==(128&(+o^s));)o=+o<<1,--i;o=\"(\"+i+\" bit)\\n\"}n&&(r-=256);for(var h=new Int10(r),a=t+1;a<e;++a)h.mulAdd(256,this.get(a));return o+h.toString()},t.prototype.parseBitString=function(t,e,i){for(var r=this.get(t),n=\"(\"+((e-t-1<<3)-r)+\" bit)\\n\",s=\"\",o=t+1;o<e;++o){for(var h=this.get(o),a=o==e-1?r:0,u=7;u>=a;--u)s+=h>>u&1?\"1\":\"0\";if(s.length>i)return n+stringCut(s,i)}return n+s},t.prototype.parseOctetString=function(t,e,i){if(this.isASCII(t,e))return stringCut(this.parseStringISO(t,e),i);var r=e-t,n=\"(\"+r+\" byte)\\n\";r>(i/=2)&&(e=t+i);for(var s=t;s<e;++s)n+=this.hexByte(this.get(s));return r>i&&(n+=ellipsis),n},t.prototype.parseOID=function(t,e,i){for(var r=\"\",n=new Int10,s=0,o=t;o<e;++o){var h=this.get(o);if(n.mulAdd(128,127&h),s+=7,!(128&h)){if(\"\"===r)if((n=n.simplify())instanceof Int10)n.sub(80),r=\"2.\"+n.toString();else{var a=n<80?n<40?0:1:2;r=a+\".\"+(n-40*a)}else r+=\".\"+n.toString();if(r.length>i)return stringCut(r,i);n=new Int10,s=0}}return s>0&&(r+=\".incomplete\"),r},t}(),ASN1=function(){function t(t,e,i,r,n){if(!(r instanceof ASN1Tag))throw new Error(\"Invalid tag value.\");this.stream=t,this.header=e,this.length=i,this.tag=r,this.sub=n}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return\"EOC\";case 1:return\"BOOLEAN\";case 2:return\"INTEGER\";case 3:return\"BIT_STRING\";case 4:return\"OCTET_STRING\";case 5:return\"NULL\";case 6:return\"OBJECT_IDENTIFIER\";case 7:return\"ObjectDescriptor\";case 8:return\"EXTERNAL\";case 9:return\"REAL\";case 10:return\"ENUMERATED\";case 11:return\"EMBEDDED_PDV\";case 12:return\"UTF8String\";case 16:return\"SEQUENCE\";case 17:return\"SET\";case 18:return\"NumericString\";case 19:return\"PrintableString\";case 20:return\"TeletexString\";case 21:return\"VideotexString\";case 22:return\"IA5String\";case 23:return\"UTCTime\";case 24:return\"GeneralizedTime\";case 25:return\"GraphicString\";case 26:return\"VisibleString\";case 27:return\"GeneralString\";case 28:return\"UniversalString\";case 30:return\"BMPString\"}return\"Universal_\"+this.tag.tagNumber.toString();case 1:return\"Application_\"+this.tag.tagNumber.toString();case 2:return\"[\"+this.tag.tagNumber.toString()+\"]\";case 3:return\"Private_\"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),i=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?\"false\":\"true\";case 2:return this.stream.parseInteger(e,e+i);case 3:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseBitString(e,e+i,t);case 4:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);case 6:return this.stream.parseOID(e,e+i,t);case 16:case 17:return null!==this.sub?\"(\"+this.sub.length+\" elem)\":\"(no elem)\";case 12:return stringCut(this.stream.parseStringUTF(e,e+i),t);case 18:case 19:case 20:case 21:case 22:case 26:return stringCut(this.stream.parseStringISO(e,e+i),t);case 30:return stringCut(this.stream.parseStringBMP(e,e+i),t);case 23:case 24:return this.stream.parseTime(e,e+i,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+\"@\"+this.stream.pos+\"[header:\"+this.header+\",length:\"+this.length+\",sub:\"+(null===this.sub?\"null\":this.sub.length)+\"]\"},t.prototype.toPrettyString=function(t){void 0===t&&(t=\"\");var e=t+this.typeName()+\" @\"+this.stream.pos;if(this.length>=0&&(e+=\"+\"),e+=this.length,this.tag.tagConstructed?e+=\" (constructed)\":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=\" (encapsulates)\"),e+=\"\\n\",null!==this.sub){t+=\"  \";for(var i=0,r=this.sub.length;i<r;++i)e+=this.sub[i].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),i=127&e;if(i==e)return i;if(i>6)throw new Error(\"Length over 48 bits not supported at position \"+(t.pos-1));if(0===i)return null;e=0;for(var r=0;r<i;++r)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,i=2*this.length;return t.substr(e,i)},t.decode=function(e){var i;i=e instanceof Stream?e:new Stream(e,0);var r=new Stream(i),n=new ASN1Tag(i),s=t.decodeLength(i),o=i.pos,h=o-r.pos,a=null,u=function(){var e=[];if(null!==s){for(var r=o+s;i.pos<r;)e[e.length]=t.decode(i);if(i.pos!=r)throw new Error(\"Content size is not correct for container starting at offset \"+o)}else try{for(;;){var n=t.decode(i);if(n.tag.isEOC())break;e[e.length]=n}s=o-i.pos}catch(t){throw new Error(\"Exception while decoding undefined length content: \"+t)}return e};if(n.tagConstructed)a=u();else if(n.isUniversal()&&(3==n.tagNumber||4==n.tagNumber))try{if(3==n.tagNumber&&0!=i.get())throw new Error(\"BIT STRINGs with unused bits cannot encapsulate.\");a=u();for(var c=0;c<a.length;++c)if(a[c].tag.isEOC())throw new Error(\"EOC is not supposed to be actual content.\")}catch(t){a=null}if(null===a){if(null===s)throw new Error(\"We can't skip over an invalid tag with undefined length at offset \"+o);i.pos=o+Math.abs(s)}return new t(r,h,s,n,a)},t}(),ASN1Tag=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var i=new Int10;do{e=t.get(),i.mulAdd(128,127&e)}while(128&e);this.tagNumber=i.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),canary=0xdeadbeefcafe,j_lm=15715070==(16777215&canary),lowprimes=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],lplim=(1<<26)/lowprimes[lowprimes.length-1],BigInteger=function(){function t(t,e,i){null!=t&&(\"number\"==typeof t?this.fromNumber(t,e,i):null==e&&\"string\"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return\"-\"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var i,r=(1<<e)-1,n=!1,s=\"\",o=this.t,h=this.DB-o*this.DB%e;if(o-- >0)for(h<this.DB&&(i=this[o]>>h)>0&&(n=!0,s=int2char(i));o>=0;)h<e?(i=(this[o]&(1<<h)-1)<<e-h,i|=this[--o]>>(h+=this.DB-e)):(i=this[o]>>(h-=e)&r,h<=0&&(h+=this.DB,--o)),i>0&&(n=!0),n&&(s+=int2char(i));return n?s:\"0\"},t.prototype.negate=function(){var e=nbi();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var i=this.t;if(0!=(e=i-t.t))return this.s<0?-e:e;for(;--i>=0;)if(0!=(e=this[i]-t[i]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+nbits(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var i=nbi();return this.abs().divRemTo(e,null,i),this.s<0&&i.compareTo(t.ZERO)>0&&e.subTo(i,i),i},t.prototype.modPowInt=function(t,e){var i;return i=t<256||e.isEven()?new Classic(e):new Montgomery(e),this.exp(t,i)},t.prototype.clone=function(){var t=nbi();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var i,r=this.DB-t*this.DB%8,n=0;if(t-- >0)for(r<this.DB&&(i=this[t]>>r)!=(this.s&this.DM)>>r&&(e[n++]=i|this.s<<this.DB-r);t>=0;)r<8?(i=(this[t]&(1<<r)-1)<<8-r,i|=this[--t]>>(r+=this.DB-8)):(i=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&i)&&(i|=-256),0==n&&(128&this.s)!=(128&i)&&++n,(n>0||i!=this.s)&&(e[n++]=i);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=nbi();return this.bitwiseTo(t,op_and,e),e},t.prototype.or=function(t){var e=nbi();return this.bitwiseTo(t,op_or,e),e},t.prototype.xor=function(t){var e=nbi();return this.bitwiseTo(t,op_xor,e),e},t.prototype.andNot=function(t){var e=nbi();return this.bitwiseTo(t,op_andnot,e),e},t.prototype.not=function(){for(var t=nbi(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=nbi();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=nbi();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+lbit(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,i=0;i<this.t;++i)t+=cbit(this[i]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,op_or)},t.prototype.clearBit=function(t){return this.changeBit(t,op_andnot)},t.prototype.flipBit=function(t){return this.changeBit(t,op_xor)},t.prototype.add=function(t){var e=nbi();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=nbi();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=nbi();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=nbi();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=nbi();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=nbi(),i=nbi();return this.divRemTo(t,e,i),[e,i]},t.prototype.modPow=function(t,e){var i,r,n=t.bitLength(),s=nbv(1);if(n<=0)return s;i=n<18?1:n<48?3:n<144?4:n<768?5:6,r=n<8?new Classic(e):e.isEven()?new Barrett(e):new Montgomery(e);var o=[],h=3,a=i-1,u=(1<<i)-1;if(o[1]=r.convert(this),i>1){var c=nbi();for(r.sqrTo(o[1],c);h<=u;)o[h]=nbi(),r.mulTo(c,o[h-2],o[h]),h+=2}var f,p,l=t.t-1,g=!0,d=nbi();for(n=nbits(t[l])-1;l>=0;){for(n>=a?f=t[l]>>n-a&u:(f=(t[l]&(1<<n+1)-1)<<a-n,l>0&&(f|=t[l-1]>>this.DB+n-a)),h=i;0==(1&f);)f>>=1,--h;if((n-=h)<0&&(n+=this.DB,--l),g)o[f].copyTo(s),g=!1;else{for(;h>1;)r.sqrTo(s,d),r.sqrTo(d,s),h-=2;h>0?r.sqrTo(s,d):(p=s,s=d,d=p),r.mulTo(d,o[f],s)}for(;l>=0&&0==(t[l]&1<<n);)r.sqrTo(s,d),p=s,s=d,d=p,--n<0&&(n=this.DB-1,--l)}return r.revert(s)},t.prototype.modInverse=function(e){var i=e.isEven();if(this.isEven()&&i||0==e.signum())return t.ZERO;for(var r=e.clone(),n=this.clone(),s=nbv(1),o=nbv(0),h=nbv(0),a=nbv(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),i?(s.isEven()&&o.isEven()||(s.addTo(this,s),o.subTo(e,o)),s.rShiftTo(1,s)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),i?(h.isEven()&&a.isEven()||(h.addTo(this,h),a.subTo(e,a)),h.rShiftTo(1,h)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),i&&s.subTo(h,s),o.subTo(a,o)):(n.subTo(r,n),i&&h.subTo(s,h),a.subTo(o,a))}return 0!=n.compareTo(t.ONE)?t.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a},t.prototype.pow=function(t){return this.exp(t,new NullExp)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),i=t.s<0?t.negate():t.clone();if(e.compareTo(i)<0){var r=e;e=i,i=r}var n=e.getLowestSetBit(),s=i.getLowestSetBit();if(s<0)return e;for(n<s&&(s=n),s>0&&(e.rShiftTo(s,e),i.rShiftTo(s,i));e.signum()>0;)(n=e.getLowestSetBit())>0&&e.rShiftTo(n,e),(n=i.getLowestSetBit())>0&&i.rShiftTo(n,i),e.compareTo(i)>=0?(e.subTo(i,e),e.rShiftTo(1,e)):(i.subTo(e,i),i.rShiftTo(1,i));return s>0&&i.lShiftTo(s,i),i},t.prototype.isProbablePrime=function(t){var e,i=this.abs();if(1==i.t&&i[0]<=lowprimes[lowprimes.length-1]){for(e=0;e<lowprimes.length;++e)if(i[0]==lowprimes[e])return!0;return!1}if(i.isEven())return!1;for(e=1;e<lowprimes.length;){for(var r=lowprimes[e],n=e+1;n<lowprimes.length&&r<lplim;)r*=lowprimes[n++];for(r=i.modInt(r);e<n;)if(r%lowprimes[e++]==0)return!1}return i.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,i){var r;if(16==i)r=4;else if(8==i)r=3;else if(256==i)r=8;else if(2==i)r=1;else if(32==i)r=5;else{if(4!=i)return void this.fromRadix(e,i);r=2}this.t=0,this.s=0;for(var n=e.length,s=!1,o=0;--n>=0;){var h=8==r?255&+e[n]:intAt(e,n);h<0?\"-\"==e.charAt(n)&&(s=!0):(s=!1,0==o?this[this.t++]=h:o+r>this.DB?(this[this.t-1]|=(h&(1<<this.DB-o)-1)<<o,this[this.t++]=h>>this.DB-o):this[this.t-1]|=h<<o,(o+=r)>=this.DB&&(o-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),s&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var i;for(i=this.t-1;i>=0;--i)e[i+t]=this[i];for(i=t-1;i>=0;--i)e[i]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var i=t;i<this.t;++i)e[i-t]=this[i];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var i=t%this.DB,r=this.DB-i,n=(1<<r)-1,s=Math.floor(t/this.DB),o=this.s<<i&this.DM,h=this.t-1;h>=0;--h)e[h+s+1]=this[h]>>r|o,o=(this[h]&n)<<i;for(h=s-1;h>=0;--h)e[h]=0;e[s]=o,e.t=this.t+s+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var i=Math.floor(t/this.DB);if(i>=this.t)e.t=0;else{var r=t%this.DB,n=this.DB-r,s=(1<<r)-1;e[0]=this[i]>>r;for(var o=i+1;o<this.t;++o)e[o-i-1]|=(this[o]&s)<<n,e[o-i]=this[o]>>r;r>0&&(e[this.t-i-1]|=(this.s&s)<<n),e.t=this.t-i,e.clamp()}},t.prototype.subTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]-t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r-=t[i],e[i++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[i++]=this.DV+r:r>0&&(e[i++]=r),e.t=i,e.clamp()},t.prototype.multiplyTo=function(e,i){var r=this.abs(),n=e.abs(),s=r.t;for(i.t=s+n.t;--s>=0;)i[s]=0;for(s=0;s<n.t;++s)i[s+r.t]=r.am(0,n[s],i,s,0,r.t);i.s=0,i.clamp(),this.s!=e.s&&t.ZERO.subTo(i,i)},t.prototype.squareTo=function(t){for(var e=this.abs(),i=t.t=2*e.t;--i>=0;)t[i]=0;for(i=0;i<e.t-1;++i){var r=e.am(i,e[i],t,2*i,0,1);(t[i+e.t]+=e.am(i+1,2*e[i],t,2*i+1,r,e.t-i-1))>=e.DV&&(t[i+e.t]-=e.DV,t[i+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(i,e[i],t,2*i,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,i,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t<n.t)return null!=i&&i.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=nbi());var o=nbi(),h=this.s,a=e.s,u=this.DB-nbits(n[n.t-1]);u>0?(n.lShiftTo(u,o),s.lShiftTo(u,r)):(n.copyTo(o),s.copyTo(r));var c=o.t,f=o[c-1];if(0!=f){var p=f*(1<<this.F1)+(c>1?o[c-2]>>this.F2:0),l=this.FV/p,g=(1<<this.F1)/p,d=1<<this.F2,m=r.t,v=m-c,y=null==i?nbi():i;for(o.dlShiftTo(v,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),t.ONE.dlShiftTo(c,y),y.subTo(o,o);o.t<c;)o[o.t++]=0;for(;--v>=0;){var b=r[--m]==f?this.DM:Math.floor(r[m]*l+(r[m-1]+d)*g);if((r[m]+=o.am(0,b,r,v,0,c))<b)for(o.dlShiftTo(v,y),r.subTo(y,r);r[m]<--b;)r.subTo(y,r)}null!=i&&(r.drShiftTo(c,i),h!=a&&t.ZERO.subTo(i,i)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),h<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,i){if(e>4294967295||e<1)return t.ONE;var r=nbi(),n=nbi(),s=i.convert(this),o=nbits(e)-1;for(s.copyTo(r);--o>=0;)if(i.sqrTo(r,n),(e&1<<o)>0)i.mulTo(n,s,r);else{var h=r;r=n,n=h}return i.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return\"0\";var e=this.chunkSize(t),i=Math.pow(t,e),r=nbv(i),n=nbi(),s=nbi(),o=\"\";for(this.divRemTo(r,n,s);n.signum()>0;)o=(i+s.intValue()).toString(t).substr(1)+o,n.divRemTo(r,n,s);return s.intValue().toString(t)+o},t.prototype.fromRadix=function(e,i){this.fromInt(0),null==i&&(i=10);for(var r=this.chunkSize(i),n=Math.pow(i,r),s=!1,o=0,h=0,a=0;a<e.length;++a){var u=intAt(e,a);u<0?\"-\"==e.charAt(a)&&0==this.signum()&&(s=!0):(h=i*h+u,++o>=r&&(this.dMultiply(n),this.dAddOffset(h,0),o=0,h=0))}o>0&&(this.dMultiply(Math.pow(i,o)),this.dAddOffset(h,0)),s&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,i,r){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(i);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var n=[],s=7&e;n.length=1+(e>>3),i.nextBytes(n),s>0?n[0]&=(1<<s)-1:n[0]=0,this.fromString(n,256)}},t.prototype.bitwiseTo=function(t,e,i){var r,n,s=Math.min(t.t,this.t);for(r=0;r<s;++r)i[r]=e(this[r],t[r]);if(t.t<this.t){for(n=t.s&this.DM,r=s;r<this.t;++r)i[r]=e(this[r],n);i.t=this.t}else{for(n=this.s&this.DM,r=s;r<t.t;++r)i[r]=e(n,t[r]);i.t=t.t}i.s=e(this.s,t.s),i.clamp()},t.prototype.changeBit=function(e,i){var r=t.ONE.shiftLeft(e);return this.bitwiseTo(r,i,r),r},t.prototype.addTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]+t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r+=t[i],e[i++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[i++]=r:r<-1&&(e[i++]=this.DV+r),e.t=i,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,i){var r=Math.min(this.t+t.t,e);for(i.s=0,i.t=r;r>0;)i[--r]=0;for(var n=i.t-this.t;r<n;++r)i[r+this.t]=this.am(0,t[r],i,r,0,this.t);for(n=Math.min(t.t,e);r<n;++r)this.am(0,t[r],i,r,0,e-r);i.clamp()},t.prototype.multiplyUpperTo=function(t,e,i){--e;var r=i.t=this.t+t.t-e;for(i.s=0;--r>=0;)i[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)i[this.t+r-e]=this.am(e-r,t[r],i,0,0,this.t+r-e);i.clamp(),i.drShiftTo(1,i)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,i=this.s<0?t-1:0;if(this.t>0)if(0==e)i=this[0]%t;else for(var r=this.t-1;r>=0;--r)i=(e*i+this[r])%t;return i},t.prototype.millerRabin=function(e){var i=this.subtract(t.ONE),r=i.getLowestSetBit();if(r<=0)return!1;var n=i.shiftRight(r);(e=e+1>>1)>lowprimes.length&&(e=lowprimes.length);for(var s=nbi(),o=0;o<e;++o){s.fromInt(lowprimes[Math.floor(Math.random()*lowprimes.length)]);var h=s.modPow(n,this);if(0!=h.compareTo(t.ONE)&&0!=h.compareTo(i)){for(var a=1;a++<r&&0!=h.compareTo(i);)if(0==(h=h.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=h.compareTo(i))return!1}}return!0},t.prototype.square=function(){var t=nbi();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var i=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(i.compareTo(r)<0){var n=i;i=r,r=n}var s=i.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)e(i);else{s<o&&(o=s),o>0&&(i.rShiftTo(o,i),r.rShiftTo(o,r));var h=function(){(s=i.getLowestSetBit())>0&&i.rShiftTo(s,i),(s=r.getLowestSetBit())>0&&r.rShiftTo(s,r),i.compareTo(r)>=0?(i.subTo(r,i),i.rShiftTo(1,i)):(r.subTo(i,r),r.rShiftTo(1,r)),i.signum()>0?setTimeout(h,0):(o>0&&r.lShiftTo(o,r),setTimeout(function(){e(r)},0))};setTimeout(h,10)}},t.prototype.fromNumberAsync=function(e,i,r,n){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);var s=this,o=function(){s.dAddOffset(2,0),s.bitLength()>e&&s.subTo(t.ONE.shiftLeft(e-1),s),s.isProbablePrime(i)?setTimeout(function(){n()},0):setTimeout(o,0)};setTimeout(o,0)}else{var h=[],a=7&e;h.length=1+(e>>3),i.nextBytes(h),a>0?h[0]&=(1<<a)-1:h[0]=0,this.fromString(h,256)}},t}(),NullExp=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),Classic=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Montgomery=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=nbi();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(BigInteger.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var i=32767&t[e],r=i*this.mpl+((i*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[i=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[i]>=t.DV;)t[i]-=t.DV,t[++i]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Barrett=function(){function t(t){this.m=t,this.r2=nbi(),this.q3=nbi(),BigInteger.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function nbi(){return new BigInteger(null)}function parseBigInt(t,e){return new BigInteger(t,e)}function am1(t,e,i,r,n,s){for(;--s>=0;){var o=e*this[t++]+i[r]+n;n=Math.floor(o/67108864),i[r++]=67108863&o}return n}function am2(t,e,i,r,n,s){for(var o=32767&e,h=e>>15;--s>=0;){var a=32767&this[t],u=this[t++]>>15,c=h*a+u*o;n=((a=o*a+((32767&c)<<15)+i[r]+(1073741823&n))>>>30)+(c>>>15)+h*u+(n>>>30),i[r++]=1073741823&a}return n}function am3(t,e,i,r,n,s){for(var o=16383&e,h=e>>14;--s>=0;){var a=16383&this[t],u=this[t++]>>14,c=h*a+u*o;n=((a=o*a+((16383&c)<<14)+i[r]+n)>>28)+(c>>14)+h*u,i[r++]=268435455&a}return n}BigInteger.prototype.am=am3,dbits=28,BigInteger.prototype.DB=dbits,BigInteger.prototype.DM=(1<<dbits)-1,BigInteger.prototype.DV=1<<dbits;var BI_FP=52;BigInteger.prototype.FV=Math.pow(2,BI_FP),BigInteger.prototype.F1=BI_FP-dbits,BigInteger.prototype.F2=2*dbits-BI_FP;var rr,vv,BI_RC=[];for(rr=\"0\".charCodeAt(0),vv=0;vv<=9;++vv)BI_RC[rr++]=vv;for(rr=\"a\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;for(rr=\"A\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;function intAt(t,e){var i=BI_RC[t.charCodeAt(e)];return null==i?-1:i}function nbv(t){var e=nbi();return e.fromInt(t),e}function nbits(t){var e,i=1;return 0!=(e=t>>>16)&&(t=e,i+=16),0!=(e=t>>8)&&(t=e,i+=8),0!=(e=t>>4)&&(t=e,i+=4),0!=(e=t>>2)&&(t=e,i+=2),0!=(e=t>>1)&&(t=e,i+=1),i}BigInteger.ZERO=nbv(0),BigInteger.ONE=nbv(1);var Arcfour=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,i,r;for(e=0;e<256;++e)this.S[e]=e;for(i=0,e=0;e<256;++e)i=i+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[i],this.S[i]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}();function prng_newstate(){return new Arcfour}var rng_state,rng_pptr,rng_psize=256,rng_pool=null;if(null==rng_pool){rng_pool=[],rng_pptr=0;var t=void 0}function rng_get_byte(){if(null==rng_state){for(rng_state=prng_newstate();rng_pptr<rng_psize;){var t=Math.floor(65536*Math.random());rng_pool[rng_pptr++]=255&t}for(rng_state.init(rng_pool),rng_pptr=0;rng_pptr<rng_pool.length;++rng_pptr)rng_pool[rng_pptr]=0;rng_pptr=0}return rng_state.next()}var SecureRandom=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=rng_get_byte()},t}();function pkcs1pad1(t,e){if(e<t.length+22)return console.error(\"Message too long for RSA\"),null;for(var i=e-t.length-6,r=\"\",n=0;n<i;n+=2)r+=\"ff\";return parseBigInt(\"0001\"+r+\"00\"+t,16)}function pkcs1pad2(t,e){if(e<t.length+11)return console.error(\"Message too long for RSA\"),null;for(var i=[],r=t.length-1;r>=0&&e>0;){var n=t.charCodeAt(r--);n<128?i[--e]=n:n>127&&n<2048?(i[--e]=63&n|128,i[--e]=n>>6|192):(i[--e]=63&n|128,i[--e]=n>>6&63|128,i[--e]=n>>12|224)}i[--e]=0;for(var s=new SecureRandom,o=[];e>2;){for(o[0]=0;0==o[0];)s.nextBytes(o);i[--e]=o[0]}return i[--e]=2,i[--e]=0,new BigInteger(i)}var RSAKey=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),i=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(i)<0;)e=e.add(this.p);return e.subtract(i).multiply(this.coeff).mod(this.p).multiply(this.q).add(i)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16)):console.error(\"Invalid RSA public key\")},t.prototype.encrypt=function(t){var e=pkcs1pad2(t,this.n.bitLength()+7>>3);if(null==e)return null;var i=this.doPublic(e);if(null==i)return null;var r=i.toString(16);return 0==(1&r.length)?r:\"0\"+r},t.prototype.setPrivate=function(t,e,i){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16)):console.error(\"Invalid RSA private key\")},t.prototype.setPrivateEx=function(t,e,i,r,n,s,o,h){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16),this.p=parseBigInt(r,16),this.q=parseBigInt(n,16),this.dmp1=parseBigInt(s,16),this.dmq1=parseBigInt(o,16),this.coeff=parseBigInt(h,16)):console.error(\"Invalid RSA private key\")},t.prototype.generate=function(t,e){var i=new SecureRandom,r=t>>1;this.e=parseInt(e,16);for(var n=new BigInteger(e,16);;){for(;this.p=new BigInteger(t-r,1,i),0!=this.p.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.p.isProbablePrime(10););for(;this.q=new BigInteger(r,1,i),0!=this.q.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var s=this.p;this.p=this.q,this.q=s}var o=this.p.subtract(BigInteger.ONE),h=this.q.subtract(BigInteger.ONE),a=o.multiply(h);if(0==a.gcd(n).compareTo(BigInteger.ONE)){this.n=this.p.multiply(this.q),this.d=n.modInverse(a),this.dmp1=this.d.mod(o),this.dmq1=this.d.mod(h),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=parseBigInt(t,16),i=this.doPrivate(e);return null==i?null:pkcs1unpad2(i,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,i){var r=new SecureRandom,n=t>>1;this.e=parseInt(e,16);var s=new BigInteger(e,16),o=this,h=function(){var e=function(){if(o.p.compareTo(o.q)<=0){var t=o.p;o.p=o.q,o.q=t}var e=o.p.subtract(BigInteger.ONE),r=o.q.subtract(BigInteger.ONE),n=e.multiply(r);0==n.gcd(s).compareTo(BigInteger.ONE)?(o.n=o.p.multiply(o.q),o.d=s.modInverse(n),o.dmp1=o.d.mod(e),o.dmq1=o.d.mod(r),o.coeff=o.q.modInverse(o.p),setTimeout(function(){i()},0)):setTimeout(h,0)},a=function(){o.q=nbi(),o.q.fromNumberAsync(n,1,r,function(){o.q.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(a,0)})})},u=function(){o.p=nbi(),o.p.fromNumberAsync(t-n,1,r,function(){o.p.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.p.isProbablePrime(10)?setTimeout(a,0):setTimeout(u,0)})})};setTimeout(u,0)};setTimeout(h,0)},t.prototype.sign=function(t,e,i){var r=pkcs1pad1(getDigestHeader(i)+e(t).toString(),this.n.bitLength()/4);if(null==r)return null;var n=this.doPrivate(r);if(null==n)return null;var s=n.toString(16);return 0==(1&s.length)?s:\"0\"+s},t.prototype.verify=function(t,e,i){var r=parseBigInt(e,16),n=this.doPublic(r);return null==n?null:removeDigestHeader(n.toString(16).replace(/^1f+00/,\"\"))==i(t).toString()},t}();function pkcs1unpad2(t,e){for(var i=t.toByteArray(),r=0;r<i.length&&0==i[r];)++r;if(i.length-r!=e-1||2!=i[r])return null;for(++r;0!=i[r];)if(++r>=i.length)return null;for(var n=\"\";++r<i.length;){var s=255&i[r];s<128?n+=String.fromCharCode(s):s>191&&s<224?(n+=String.fromCharCode((31&s)<<6|63&i[r+1]),++r):(n+=String.fromCharCode((15&s)<<12|(63&i[r+1])<<6|63&i[r+2]),r+=2)}return n}var DIGEST_HEADERS={md2:\"3020300c06082a864886f70d020205000410\",md5:\"3020300c06082a864886f70d020505000410\",sha1:\"3021300906052b0e03021a05000414\",sha224:\"302d300d06096086480165030402040500041c\",sha256:\"3031300d060960864801650304020105000420\",sha384:\"3041300d060960864801650304020205000430\",sha512:\"3051300d060960864801650304020305000440\",ripemd160:\"3021300906052b2403020105000414\"};function getDigestHeader(t){return DIGEST_HEADERS[t]||\"\"}function removeDigestHeader(t){for(var e in DIGEST_HEADERS)if(DIGEST_HEADERS.hasOwnProperty(e)){var i=DIGEST_HEADERS[e],r=i.length;if(t.substr(0,r)==i)return t.substr(r)}return t}var YAHOO={};YAHOO.lang={extend:function(t,e,i){if(!e||!t)throw new Error(\"YAHOO.lang.extend failed, please check that all dependencies are included.\");var r,n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),i)for(r in i)t.prototype[r]=i[r]}};var KJUR={};void 0!==KJUR.asn1&&KJUR.asn1||(KJUR.asn1={}),KJUR.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e=\"0\"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if(\"-\"!=e.substr(0,1))e.length%2==1?e=\"0\"+e:e.match(/^[0-7]/)||(e=\"00\"+e);else{var i=e.substr(1).length;i%2==1?i+=1:e.match(/^[0-7]/)||(i+=2);for(var r=\"\",n=0;n<i;n++)r+=\"f\";e=new BigInteger(r,16).xor(t).add(BigInteger.ONE).toString(16).replace(/^-/,\"\")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=KJUR.asn1,i=e.DERBoolean,r=e.DERInteger,n=e.DERBitString,s=e.DEROctetString,o=e.DERNull,h=e.DERObjectIdentifier,a=e.DEREnumerated,u=e.DERUTF8String,c=e.DERNumericString,f=e.DERPrintableString,p=e.DERTeletexString,l=e.DERIA5String,g=e.DERUTCTime,d=e.DERGeneralizedTime,m=e.DERSequence,v=e.DERSet,y=e.DERTaggedObject,b=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw\"key of param shall be only one.\";var T=S[0];if(-1==\":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:\".indexOf(\":\"+T+\":\"))throw\"undefined key: \"+T;if(\"bool\"==T)return new i(t[T]);if(\"int\"==T)return new r(t[T]);if(\"bitstr\"==T)return new n(t[T]);if(\"octstr\"==T)return new s(t[T]);if(\"null\"==T)return new o(t[T]);if(\"oid\"==T)return new h(t[T]);if(\"enum\"==T)return new a(t[T]);if(\"utf8str\"==T)return new u(t[T]);if(\"numstr\"==T)return new c(t[T]);if(\"prnstr\"==T)return new f(t[T]);if(\"telstr\"==T)return new p(t[T]);if(\"ia5str\"==T)return new l(t[T]);if(\"utctime\"==T)return new g(t[T]);if(\"gentime\"==T)return new d(t[T]);if(\"seq\"==T){for(var R=t[T],E=[],D=0;D<R.length;D++){var B=b(R[D]);E.push(B)}return new m({array:E})}if(\"set\"==T){for(R=t[T],E=[],D=0;D<R.length;D++){B=b(R[D]);E.push(B)}return new v({array:E})}if(\"tag\"==T){var w=t[T];if(\"[object Array]\"===Object.prototype.toString.call(w)&&3==w.length){var I=b(w[2]);return new y({tag:w[0],explicit:w[1],obj:I})}var x={};if(void 0!==w.explicit&&(x.explicit=w.explicit),void 0!==w.tag&&(x.tag=w.tag),void 0===w.obj)throw\"obj shall be specified for 'tag'.\";return x.obj=b(w.obj),new y(x)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},KJUR.asn1.ASN1Util.oidHexToInt=function(t){for(var e=\"\",i=parseInt(t.substr(0,2),16),r=(e=Math.floor(i/40)+\".\"+i%40,\"\"),n=2;n<t.length;n+=2){var s=(\"00000000\"+parseInt(t.substr(n,2),16).toString(2)).slice(-8);if(r+=s.substr(1,7),\"0\"==s.substr(0,1))e=e+\".\"+new BigInteger(r,2).toString(10),r=\"\"}return e},KJUR.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);return r},KJUR.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw\"this.hV is null or undefined.\";if(this.hV.length%2==1)throw\"value hex must be even length: n=\"+\"\".length+\",v=\"+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e=\"0\"+e),t<128)return e;var i=e.length/2;if(i>15)throw\"ASN.1 length too long to represent by 8x: n = \"+t.toString(16);return(128+i).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return\"\"}},KJUR.asn1.DERAbstractString=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERAbstractString,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractTime=function(t){KJUR.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,i){var r=this.zeroPadding,n=this.localDateToUTC(t),s=String(n.getFullYear());\"utc\"==e&&(s=s.substr(2,2));var o=s+r(String(n.getMonth()+1),2)+r(String(n.getDate()),2)+r(String(n.getHours()),2)+r(String(n.getMinutes()),2)+r(String(n.getSeconds()),2);if(!0===i){var h=n.getMilliseconds();if(0!=h){var a=r(String(h),3);o=o+\".\"+(a=a.replace(/[0]+$/,\"\"))}}return o+\"Z\"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join(\"0\")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,i,r,n,s){var o=new Date(Date.UTC(t,e-1,i,r,n,s,0));this.setByDate(o)},this.getFreshValueHex=function(){return this.hV}},YAHOO.lang.extend(KJUR.asn1.DERAbstractTime,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractStructured=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},YAHOO.lang.extend(KJUR.asn1.DERAbstractStructured,KJUR.asn1.ASN1Object),KJUR.asn1.DERBoolean=function(){KJUR.asn1.DERBoolean.superclass.constructor.call(this),this.hT=\"01\",this.hTLV=\"0101ff\"},YAHOO.lang.extend(KJUR.asn1.DERBoolean,KJUR.asn1.ASN1Object),KJUR.asn1.DERInteger=function(t){KJUR.asn1.DERInteger.superclass.constructor.call(this),this.hT=\"02\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERInteger,KJUR.asn1.ASN1Object),KJUR.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=\"00\"+e.getEncodedHex()}KJUR.asn1.DERBitString.superclass.constructor.call(this),this.hT=\"03\",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw\"unused bits shall be from 0 to 7: u = \"+t;var i=\"0\"+t;this.hTLV=null,this.isModified=!0,this.hV=i+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,\"\")).length%8;8==e&&(e=0);for(var i=0;i<=e;i++)t+=\"0\";var r=\"\";for(i=0;i<t.length-1;i+=8){var n=t.substr(i,8),s=parseInt(n,2).toString(16);1==s.length&&(s=\"0\"+s),r+=s}this.hTLV=null,this.isModified=!0,this.hV=\"0\"+e+r},this.setByBooleanArray=function(t){for(var e=\"\",i=0;i<t.length;i++)1==t[i]?e+=\"1\":e+=\"0\";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),i=0;i<t;i++)e[i]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},YAHOO.lang.extend(KJUR.asn1.DERBitString,KJUR.asn1.ASN1Object),KJUR.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}KJUR.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT=\"04\"},YAHOO.lang.extend(KJUR.asn1.DEROctetString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNull=function(){KJUR.asn1.DERNull.superclass.constructor.call(this),this.hT=\"05\",this.hTLV=\"0500\"},YAHOO.lang.extend(KJUR.asn1.DERNull,KJUR.asn1.ASN1Object),KJUR.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};KJUR.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT=\"06\",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var e=KJUR.asn1.x509.OID.name2oid(t);if(\"\"===e)throw\"DERObjectIdentifier oidName undefined: \"+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},YAHOO.lang.extend(KJUR.asn1.DERObjectIdentifier,KJUR.asn1.ASN1Object),KJUR.asn1.DEREnumerated=function(t){KJUR.asn1.DEREnumerated.superclass.constructor.call(this),this.hT=\"0a\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DEREnumerated,KJUR.asn1.ASN1Object),KJUR.asn1.DERUTF8String=function(t){KJUR.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT=\"0c\"},YAHOO.lang.extend(KJUR.asn1.DERUTF8String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNumericString=function(t){KJUR.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT=\"12\"},YAHOO.lang.extend(KJUR.asn1.DERNumericString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERPrintableString=function(t){KJUR.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT=\"13\"},YAHOO.lang.extend(KJUR.asn1.DERPrintableString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERTeletexString=function(t){KJUR.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT=\"14\"},YAHOO.lang.extend(KJUR.asn1.DERTeletexString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERIA5String=function(t){KJUR.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT=\"16\"},YAHOO.lang.extend(KJUR.asn1.DERIA5String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERUTCTime=function(t){KJUR.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT=\"17\",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},YAHOO.lang.extend(KJUR.asn1.DERUTCTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERGeneralizedTime=function(t){KJUR.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT=\"18\",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},YAHOO.lang.extend(KJUR.asn1.DERGeneralizedTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERSequence=function(t){KJUR.asn1.DERSequence.superclass.constructor.call(this,t),this.hT=\"30\",this.getFreshValueHex=function(){for(var t=\"\",e=0;e<this.asn1Array.length;e++){t+=this.asn1Array[e].getEncodedHex()}return this.hV=t,this.hV}},YAHOO.lang.extend(KJUR.asn1.DERSequence,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERSet=function(t){KJUR.asn1.DERSet.superclass.constructor.call(this,t),this.hT=\"31\",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var i=this.asn1Array[e];t.push(i.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(\"\"),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},YAHOO.lang.extend(KJUR.asn1.DERSet,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERTaggedObject=function(t){KJUR.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT=\"a0\",this.hV=\"\",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,i){this.hT=e,this.isExplicit=t,this.asn1Object=i,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=i.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},YAHOO.lang.extend(KJUR.asn1.DERTaggedObject,KJUR.asn1.ASN1Object);var JSEncryptRSAKey=function(t){function e(i){var r=t.call(this)||this;return i&&(\"string\"==typeof i?r.parseKey(i):(e.hasPrivateKeyProperty(i)||e.hasPublicKeyProperty(i))&&r.parsePropertiesFrom(i)),r}return __extends(e,t),e.prototype.parseKey=function(t){try{var e=0,i=0,r=/^\\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\\s*)+$/.test(t)?Hex.decode(t):Base64.unarmor(t),n=ASN1.decode(r);if(3===n.sub.length&&(n=n.sub[2].sub[0]),9===n.sub.length){e=n.sub[1].getHexStringValue(),this.n=parseBigInt(e,16),i=n.sub[2].getHexStringValue(),this.e=parseInt(i,16);var s=n.sub[3].getHexStringValue();this.d=parseBigInt(s,16);var o=n.sub[4].getHexStringValue();this.p=parseBigInt(o,16);var h=n.sub[5].getHexStringValue();this.q=parseBigInt(h,16);var a=n.sub[6].getHexStringValue();this.dmp1=parseBigInt(a,16);var u=n.sub[7].getHexStringValue();this.dmq1=parseBigInt(u,16);var c=n.sub[8].getHexStringValue();this.coeff=parseBigInt(c,16)}else{if(2!==n.sub.length)return!1;var f=n.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=parseBigInt(e,16),i=f.sub[1].getHexStringValue(),this.e=parseInt(i,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new KJUR.asn1.DERInteger({int:0}),new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e}),new KJUR.asn1.DERInteger({bigint:this.d}),new KJUR.asn1.DERInteger({bigint:this.p}),new KJUR.asn1.DERInteger({bigint:this.q}),new KJUR.asn1.DERInteger({bigint:this.dmp1}),new KJUR.asn1.DERInteger({bigint:this.dmq1}),new KJUR.asn1.DERInteger({bigint:this.coeff})]};return new KJUR.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return hex2b64(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERObjectIdentifier({oid:\"1.2.840.113549.1.1.1\"}),new KJUR.asn1.DERNull]}),e=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e})]}),i=new KJUR.asn1.DERBitString({hex:\"00\"+e.getEncodedHex()});return new KJUR.asn1.DERSequence({array:[t,i]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return hex2b64(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var i=\"(.{1,\"+(e=e||64)+\"})( +|$\\n?)|(.{1,\"+e+\"})\";return t.match(RegExp(i,\"g\")).join(\"\\n\")},e.prototype.getPrivateKey=function(){var t=\"-----BEGIN\"+\" RSA \"+\"PRIVATE KEY-----\\n\";return t+=e.wordwrap(this.getPrivateBaseKeyB64())+\"\\n\",t+=\"-----END \"+\"RSA PRIVATE KEY-----\"},e.prototype.getPublicKey=function(){var t=\"-----BEGIN PUBLIC KEY-----\\n\";return t+=e.wordwrap(this.getPublicBaseKeyB64())+\"\\n\",t+=\"-----END PUBLIC KEY-----\"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")&&t.hasOwnProperty(\"d\")&&t.hasOwnProperty(\"p\")&&t.hasOwnProperty(\"q\")&&t.hasOwnProperty(\"dmp1\")&&t.hasOwnProperty(\"dmq1\")&&t.hasOwnProperty(\"coeff\")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty(\"d\")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(RSAKey);function JSEncrypt(){return this}JSEncrypt.prototype.setKey=function(t){this.log&&this.key&&console.warn(\"A key was already set, overriding existing.\"),this.key=new JSEncryptRSAKey(t)},JSEncrypt.prototype.setPrivateKey=function(t){this.setKey(t)},JSEncrypt.prototype.setPublicKey=function(t){this.setKey(t)},JSEncrypt.prototype.decrypt=function(t){try{return this.getKey().decrypt(b64tohex(t))}catch(t){return!1}},JSEncrypt.prototype.encrypt=function(t){try{return hex2b64(this.getKey().encrypt(t))}catch(t){return!1}},JSEncrypt.prototype.sign=function(t,e,i){try{return hex2b64(this.getKey().sign(t,e,i))}catch(t){return!1}},JSEncrypt.prototype.verify=function(t,e,i){try{return this.getKey().verify(t,b64tohex(e),i)}catch(t){return!1}},JSEncrypt.prototype.getKey=function(t){if(!this.key){if(this.key=new JSEncryptRSAKey,t&&\"[object Function]\"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},JSEncrypt.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},JSEncrypt.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},JSEncrypt.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},JSEncrypt.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},JSEncrypt.version=\"3.0.0-rc.1\";","","/*","* JWT generation code extracted from","* https://developers.symphony.com/restapi/docs/rsa-bot-authentication-workflow#section-generate-a-signed-jwt","* Modified to use JSEncrypt and CryptoJS to be compatible with Postman","*/","let jse = new JSEncrypt();","let crypto = require('crypto-js');","","function base64urlEncode(str) {","    return new Buffer(str).toString('base64').replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=/g, '');","}","function Jwt(username, signingKey) {","    this.header = { typ: 'JWT', alg: 'RS512' };","    this.body = {","        sub: username,","        exp: (Math.floor(new Date().getTime() / 1000) + (5 * 60))","    };","    this.signingKey = signingKey;","    return this;","}","Jwt.prototype.sign = function sign(payload, cryptoInput) {","    jse.setPrivateKey(cryptoInput);","    let buffer = jse.sign(payload, crypto.SHA512, \"sha512\");","    return buffer;","};","Jwt.prototype.compact = function compact() {","    let segments = [];","    segments.push(base64urlEncode(JSON.stringify(this.header)));","    segments.push(base64urlEncode(JSON.stringify(this.body)));","    this.signature = this.sign(segments.join('.'), this.signingKey);","    segments.push(this.signature);","    return segments.join('.');","};","const jwt = new Jwt(pm.environment.get(\"botName\"), pm.environment.get(\"botKey\"));","const jws = jwt.compact();","pm.environment.set(\"jwt\", jws);",""],"type":"text/javascript"}}],"id":"d1fa7474-6cad-4f7a-8d03-b4c0cefb5b4f","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"token\":\"{{jwt}}\"}"},"url":"https://{{keyManAuthUrl}}/relay/pubkey/authenticate","urlObject":{"protocol":"https","path":["relay","pubkey","authenticate"],"host":["{{keyManAuthUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1fa7474-6cad-4f7a-8d03-b4c0cefb5b4f"},{"name":"RSA App Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"appToken\", pm.response.json().token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":["/*","* JSEncrypt Library extracted from https://github.com/travist/jsencrypt","* Modified to remove references to window, navigator that will not run in Postman","*/","var BI_RM=\"0123456789abcdefghijklmnopqrstuvwxyz\";function int2char(t){return BI_RM.charAt(t)}function op_and(t,e){return t&e}function op_or(t,e){return t|e}function op_xor(t,e){return t^e}function op_andnot(t,e){return t&~e}function lbit(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function cbit(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var b64map=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",b64pad=\"=\";function hex2b64(t){var e,i,r=\"\";for(e=0;e+3<=t.length;e+=3)i=parseInt(t.substring(e,e+3),16),r+=b64map.charAt(i>>6)+b64map.charAt(63&i);for(e+1==t.length?(i=parseInt(t.substring(e,e+1),16),r+=b64map.charAt(i<<2)):e+2==t.length&&(i=parseInt(t.substring(e,e+2),16),r+=b64map.charAt(i>>2)+b64map.charAt((3&i)<<4));(3&r.length)>0;)r+=b64pad;return r}function b64tohex(t){var e,i=\"\",r=0,n=0;for(e=0;e<t.length&&t.charAt(e)!=b64pad;++e){var s=b64map.indexOf(t.charAt(e));s<0||(0==r?(i+=int2char(s>>2),n=3&s,r=1):1==r?(i+=int2char(n<<2|s>>4),n=15&s,r=2):2==r?(i+=int2char(n),i+=int2char(s>>2),n=3&s,r=3):(i+=int2char(n<<2|s>>4),i+=int2char(15&s),r=0))}return 1==r&&(i+=int2char(n<<2)),i}var decoder,extendStatics=function(t,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};function __extends(t,e){function i(){this.constructor=t}extendStatics(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var decoder$1,Hex={decode:function(t){var e;if(void 0===decoder){var i=\"0123456789ABCDEF\",r=\" \\f\\n\\r\\t \\u2028\\u2029\";for(decoder={},e=0;e<16;++e)decoder[i.charAt(e)]=e;for(i=i.toLowerCase(),e=10;e<16;++e)decoder[i.charAt(e)]=e;for(e=0;e<r.length;++e)decoder[r.charAt(e)]=-1}var n=[],s=0,o=0;for(e=0;e<t.length;++e){var h=t.charAt(e);if(\"=\"==h)break;if(-1!=(h=decoder[h])){if(void 0===h)throw new Error(\"Illegal character at offset \"+e);s|=h,++o>=2?(n[n.length]=s,s=0,o=0):s<<=4}}if(o)throw new Error(\"Hex encoding incomplete: 4 bits missing\");return n}},Base64={decode:function(t){var e;if(void 0===decoder$1){var i=\"= \\f\\n\\r\\t \\u2028\\u2029\";for(decoder$1=Object.create(null),e=0;e<64;++e)decoder$1[\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".charAt(e)]=e;for(e=0;e<i.length;++e)decoder$1[i.charAt(e)]=-1}var r=[],n=0,s=0;for(e=0;e<t.length;++e){var o=t.charAt(e);if(\"=\"==o)break;if(-1!=(o=decoder$1[o])){if(void 0===o)throw new Error(\"Illegal character at offset \"+e);n|=o,++s>=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,s=0):n<<=6}}switch(s){case 1:throw new Error(\"Base64 encoding incomplete: at least 2 bits missing\");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\\/=\\s]+)-----END [^-]+-----|begin-base64[^\\n]+\\n([A-Za-z0-9+\\/=\\s]+)====/,unarmor:function(t){var e=Base64.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error(\"RegExp out of sync\");t=e[2]}return Base64.decode(t)}},max=1e13,Int10=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var i,r,n=this.buf,s=n.length;for(i=0;i<s;++i)(r=n[i]*t+e)<max?e=0:r-=(e=0|r/max)*max,n[i]=r;e>0&&(n[i]=e)},t.prototype.sub=function(t){var e,i,r=this.buf,n=r.length;for(e=0;e<n;++e)(i=r[e]-t)<0?(i+=max,t=1):t=0,r[e]=i;for(;0===r[r.length-1];)r.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error(\"only base 10 is supported\");for(var e=this.buf,i=e[e.length-1].toString(),r=e.length-2;r>=0;--r)i+=(max+e[r]).toString().substring(1);return i},t.prototype.valueOf=function(){for(var t=this.buf,e=0,i=t.length-1;i>=0;--i)e=e*max+t[i];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),ellipsis=\"…\",reTimeS=/^(\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/,reTimeL=/^(\\d\\d\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/;function stringCut(t,e){return t.length>e&&(t=t.substring(0,e)+ellipsis),t}var dbits,Stream=function(){function t(e,i){this.hexDigits=\"0123456789ABCDEF\",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=i)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error(\"Requesting byte offset \"+t+\" on a stream of length \"+this.enc.length);return\"string\"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,i){for(var r=\"\",n=t;n<e;++n)if(r+=this.hexByte(this.get(n)),!0!==i)switch(15&n){case 7:r+=\"  \";break;case 15:r+=\"\\n\";break;default:r+=\" \"}return r},t.prototype.isASCII=function(t,e){for(var i=t;i<e;++i){var r=this.get(i);if(r<32||r>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var i=\"\",r=t;r<e;++r)i+=String.fromCharCode(this.get(r));return i},t.prototype.parseStringUTF=function(t,e){for(var i=\"\",r=t;r<e;){var n=this.get(r++);i+=n<128?String.fromCharCode(n):n>191&&n<224?String.fromCharCode((31&n)<<6|63&this.get(r++)):String.fromCharCode((15&n)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return i},t.prototype.parseStringBMP=function(t,e){for(var i,r,n=\"\",s=t;s<e;)i=this.get(s++),r=this.get(s++),n+=String.fromCharCode(i<<8|r);return n},t.prototype.parseTime=function(t,e,i){var r=this.parseStringISO(t,e),n=(i?reTimeS:reTimeL).exec(r);return n?(i&&(n[1]=+n[1],n[1]+=+n[1]<70?2e3:1900),r=n[1]+\"-\"+n[2]+\"-\"+n[3]+\" \"+n[4],n[5]&&(r+=\":\"+n[5],n[6]&&(r+=\":\"+n[6],n[7]&&(r+=\".\"+n[7]))),n[8]&&(r+=\" UTC\",\"Z\"!=n[8]&&(r+=n[8],n[9]&&(r+=\":\"+n[9]))),r):\"Unrecognized time: \"+r},t.prototype.parseInteger=function(t,e){for(var i,r=this.get(t),n=r>127,s=n?255:0,o=\"\";r==s&&++t<e;)r=this.get(t);if(0===(i=e-t))return n?-1:0;if(i>4){for(o=r,i<<=3;0==(128&(+o^s));)o=+o<<1,--i;o=\"(\"+i+\" bit)\\n\"}n&&(r-=256);for(var h=new Int10(r),a=t+1;a<e;++a)h.mulAdd(256,this.get(a));return o+h.toString()},t.prototype.parseBitString=function(t,e,i){for(var r=this.get(t),n=\"(\"+((e-t-1<<3)-r)+\" bit)\\n\",s=\"\",o=t+1;o<e;++o){for(var h=this.get(o),a=o==e-1?r:0,u=7;u>=a;--u)s+=h>>u&1?\"1\":\"0\";if(s.length>i)return n+stringCut(s,i)}return n+s},t.prototype.parseOctetString=function(t,e,i){if(this.isASCII(t,e))return stringCut(this.parseStringISO(t,e),i);var r=e-t,n=\"(\"+r+\" byte)\\n\";r>(i/=2)&&(e=t+i);for(var s=t;s<e;++s)n+=this.hexByte(this.get(s));return r>i&&(n+=ellipsis),n},t.prototype.parseOID=function(t,e,i){for(var r=\"\",n=new Int10,s=0,o=t;o<e;++o){var h=this.get(o);if(n.mulAdd(128,127&h),s+=7,!(128&h)){if(\"\"===r)if((n=n.simplify())instanceof Int10)n.sub(80),r=\"2.\"+n.toString();else{var a=n<80?n<40?0:1:2;r=a+\".\"+(n-40*a)}else r+=\".\"+n.toString();if(r.length>i)return stringCut(r,i);n=new Int10,s=0}}return s>0&&(r+=\".incomplete\"),r},t}(),ASN1=function(){function t(t,e,i,r,n){if(!(r instanceof ASN1Tag))throw new Error(\"Invalid tag value.\");this.stream=t,this.header=e,this.length=i,this.tag=r,this.sub=n}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return\"EOC\";case 1:return\"BOOLEAN\";case 2:return\"INTEGER\";case 3:return\"BIT_STRING\";case 4:return\"OCTET_STRING\";case 5:return\"NULL\";case 6:return\"OBJECT_IDENTIFIER\";case 7:return\"ObjectDescriptor\";case 8:return\"EXTERNAL\";case 9:return\"REAL\";case 10:return\"ENUMERATED\";case 11:return\"EMBEDDED_PDV\";case 12:return\"UTF8String\";case 16:return\"SEQUENCE\";case 17:return\"SET\";case 18:return\"NumericString\";case 19:return\"PrintableString\";case 20:return\"TeletexString\";case 21:return\"VideotexString\";case 22:return\"IA5String\";case 23:return\"UTCTime\";case 24:return\"GeneralizedTime\";case 25:return\"GraphicString\";case 26:return\"VisibleString\";case 27:return\"GeneralString\";case 28:return\"UniversalString\";case 30:return\"BMPString\"}return\"Universal_\"+this.tag.tagNumber.toString();case 1:return\"Application_\"+this.tag.tagNumber.toString();case 2:return\"[\"+this.tag.tagNumber.toString()+\"]\";case 3:return\"Private_\"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),i=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?\"false\":\"true\";case 2:return this.stream.parseInteger(e,e+i);case 3:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseBitString(e,e+i,t);case 4:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+i,t);case 6:return this.stream.parseOID(e,e+i,t);case 16:case 17:return null!==this.sub?\"(\"+this.sub.length+\" elem)\":\"(no elem)\";case 12:return stringCut(this.stream.parseStringUTF(e,e+i),t);case 18:case 19:case 20:case 21:case 22:case 26:return stringCut(this.stream.parseStringISO(e,e+i),t);case 30:return stringCut(this.stream.parseStringBMP(e,e+i),t);case 23:case 24:return this.stream.parseTime(e,e+i,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+\"@\"+this.stream.pos+\"[header:\"+this.header+\",length:\"+this.length+\",sub:\"+(null===this.sub?\"null\":this.sub.length)+\"]\"},t.prototype.toPrettyString=function(t){void 0===t&&(t=\"\");var e=t+this.typeName()+\" @\"+this.stream.pos;if(this.length>=0&&(e+=\"+\"),e+=this.length,this.tag.tagConstructed?e+=\" (constructed)\":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=\" (encapsulates)\"),e+=\"\\n\",null!==this.sub){t+=\"  \";for(var i=0,r=this.sub.length;i<r;++i)e+=this.sub[i].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),i=127&e;if(i==e)return i;if(i>6)throw new Error(\"Length over 48 bits not supported at position \"+(t.pos-1));if(0===i)return null;e=0;for(var r=0;r<i;++r)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,i=2*this.length;return t.substr(e,i)},t.decode=function(e){var i;i=e instanceof Stream?e:new Stream(e,0);var r=new Stream(i),n=new ASN1Tag(i),s=t.decodeLength(i),o=i.pos,h=o-r.pos,a=null,u=function(){var e=[];if(null!==s){for(var r=o+s;i.pos<r;)e[e.length]=t.decode(i);if(i.pos!=r)throw new Error(\"Content size is not correct for container starting at offset \"+o)}else try{for(;;){var n=t.decode(i);if(n.tag.isEOC())break;e[e.length]=n}s=o-i.pos}catch(t){throw new Error(\"Exception while decoding undefined length content: \"+t)}return e};if(n.tagConstructed)a=u();else if(n.isUniversal()&&(3==n.tagNumber||4==n.tagNumber))try{if(3==n.tagNumber&&0!=i.get())throw new Error(\"BIT STRINGs with unused bits cannot encapsulate.\");a=u();for(var c=0;c<a.length;++c)if(a[c].tag.isEOC())throw new Error(\"EOC is not supposed to be actual content.\")}catch(t){a=null}if(null===a){if(null===s)throw new Error(\"We can't skip over an invalid tag with undefined length at offset \"+o);i.pos=o+Math.abs(s)}return new t(r,h,s,n,a)},t}(),ASN1Tag=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var i=new Int10;do{e=t.get(),i.mulAdd(128,127&e)}while(128&e);this.tagNumber=i.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),canary=0xdeadbeefcafe,j_lm=15715070==(16777215&canary),lowprimes=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],lplim=(1<<26)/lowprimes[lowprimes.length-1],BigInteger=function(){function t(t,e,i){null!=t&&(\"number\"==typeof t?this.fromNumber(t,e,i):null==e&&\"string\"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return\"-\"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var i,r=(1<<e)-1,n=!1,s=\"\",o=this.t,h=this.DB-o*this.DB%e;if(o-- >0)for(h<this.DB&&(i=this[o]>>h)>0&&(n=!0,s=int2char(i));o>=0;)h<e?(i=(this[o]&(1<<h)-1)<<e-h,i|=this[--o]>>(h+=this.DB-e)):(i=this[o]>>(h-=e)&r,h<=0&&(h+=this.DB,--o)),i>0&&(n=!0),n&&(s+=int2char(i));return n?s:\"0\"},t.prototype.negate=function(){var e=nbi();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var i=this.t;if(0!=(e=i-t.t))return this.s<0?-e:e;for(;--i>=0;)if(0!=(e=this[i]-t[i]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+nbits(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var i=nbi();return this.abs().divRemTo(e,null,i),this.s<0&&i.compareTo(t.ZERO)>0&&e.subTo(i,i),i},t.prototype.modPowInt=function(t,e){var i;return i=t<256||e.isEven()?new Classic(e):new Montgomery(e),this.exp(t,i)},t.prototype.clone=function(){var t=nbi();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var i,r=this.DB-t*this.DB%8,n=0;if(t-- >0)for(r<this.DB&&(i=this[t]>>r)!=(this.s&this.DM)>>r&&(e[n++]=i|this.s<<this.DB-r);t>=0;)r<8?(i=(this[t]&(1<<r)-1)<<8-r,i|=this[--t]>>(r+=this.DB-8)):(i=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&i)&&(i|=-256),0==n&&(128&this.s)!=(128&i)&&++n,(n>0||i!=this.s)&&(e[n++]=i);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=nbi();return this.bitwiseTo(t,op_and,e),e},t.prototype.or=function(t){var e=nbi();return this.bitwiseTo(t,op_or,e),e},t.prototype.xor=function(t){var e=nbi();return this.bitwiseTo(t,op_xor,e),e},t.prototype.andNot=function(t){var e=nbi();return this.bitwiseTo(t,op_andnot,e),e},t.prototype.not=function(){for(var t=nbi(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=nbi();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=nbi();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+lbit(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,i=0;i<this.t;++i)t+=cbit(this[i]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,op_or)},t.prototype.clearBit=function(t){return this.changeBit(t,op_andnot)},t.prototype.flipBit=function(t){return this.changeBit(t,op_xor)},t.prototype.add=function(t){var e=nbi();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=nbi();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=nbi();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=nbi();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=nbi();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=nbi(),i=nbi();return this.divRemTo(t,e,i),[e,i]},t.prototype.modPow=function(t,e){var i,r,n=t.bitLength(),s=nbv(1);if(n<=0)return s;i=n<18?1:n<48?3:n<144?4:n<768?5:6,r=n<8?new Classic(e):e.isEven()?new Barrett(e):new Montgomery(e);var o=[],h=3,a=i-1,u=(1<<i)-1;if(o[1]=r.convert(this),i>1){var c=nbi();for(r.sqrTo(o[1],c);h<=u;)o[h]=nbi(),r.mulTo(c,o[h-2],o[h]),h+=2}var f,p,l=t.t-1,g=!0,d=nbi();for(n=nbits(t[l])-1;l>=0;){for(n>=a?f=t[l]>>n-a&u:(f=(t[l]&(1<<n+1)-1)<<a-n,l>0&&(f|=t[l-1]>>this.DB+n-a)),h=i;0==(1&f);)f>>=1,--h;if((n-=h)<0&&(n+=this.DB,--l),g)o[f].copyTo(s),g=!1;else{for(;h>1;)r.sqrTo(s,d),r.sqrTo(d,s),h-=2;h>0?r.sqrTo(s,d):(p=s,s=d,d=p),r.mulTo(d,o[f],s)}for(;l>=0&&0==(t[l]&1<<n);)r.sqrTo(s,d),p=s,s=d,d=p,--n<0&&(n=this.DB-1,--l)}return r.revert(s)},t.prototype.modInverse=function(e){var i=e.isEven();if(this.isEven()&&i||0==e.signum())return t.ZERO;for(var r=e.clone(),n=this.clone(),s=nbv(1),o=nbv(0),h=nbv(0),a=nbv(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),i?(s.isEven()&&o.isEven()||(s.addTo(this,s),o.subTo(e,o)),s.rShiftTo(1,s)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),i?(h.isEven()&&a.isEven()||(h.addTo(this,h),a.subTo(e,a)),h.rShiftTo(1,h)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),i&&s.subTo(h,s),o.subTo(a,o)):(n.subTo(r,n),i&&h.subTo(s,h),a.subTo(o,a))}return 0!=n.compareTo(t.ONE)?t.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a},t.prototype.pow=function(t){return this.exp(t,new NullExp)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),i=t.s<0?t.negate():t.clone();if(e.compareTo(i)<0){var r=e;e=i,i=r}var n=e.getLowestSetBit(),s=i.getLowestSetBit();if(s<0)return e;for(n<s&&(s=n),s>0&&(e.rShiftTo(s,e),i.rShiftTo(s,i));e.signum()>0;)(n=e.getLowestSetBit())>0&&e.rShiftTo(n,e),(n=i.getLowestSetBit())>0&&i.rShiftTo(n,i),e.compareTo(i)>=0?(e.subTo(i,e),e.rShiftTo(1,e)):(i.subTo(e,i),i.rShiftTo(1,i));return s>0&&i.lShiftTo(s,i),i},t.prototype.isProbablePrime=function(t){var e,i=this.abs();if(1==i.t&&i[0]<=lowprimes[lowprimes.length-1]){for(e=0;e<lowprimes.length;++e)if(i[0]==lowprimes[e])return!0;return!1}if(i.isEven())return!1;for(e=1;e<lowprimes.length;){for(var r=lowprimes[e],n=e+1;n<lowprimes.length&&r<lplim;)r*=lowprimes[n++];for(r=i.modInt(r);e<n;)if(r%lowprimes[e++]==0)return!1}return i.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,i){var r;if(16==i)r=4;else if(8==i)r=3;else if(256==i)r=8;else if(2==i)r=1;else if(32==i)r=5;else{if(4!=i)return void this.fromRadix(e,i);r=2}this.t=0,this.s=0;for(var n=e.length,s=!1,o=0;--n>=0;){var h=8==r?255&+e[n]:intAt(e,n);h<0?\"-\"==e.charAt(n)&&(s=!0):(s=!1,0==o?this[this.t++]=h:o+r>this.DB?(this[this.t-1]|=(h&(1<<this.DB-o)-1)<<o,this[this.t++]=h>>this.DB-o):this[this.t-1]|=h<<o,(o+=r)>=this.DB&&(o-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),s&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var i;for(i=this.t-1;i>=0;--i)e[i+t]=this[i];for(i=t-1;i>=0;--i)e[i]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var i=t;i<this.t;++i)e[i-t]=this[i];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var i=t%this.DB,r=this.DB-i,n=(1<<r)-1,s=Math.floor(t/this.DB),o=this.s<<i&this.DM,h=this.t-1;h>=0;--h)e[h+s+1]=this[h]>>r|o,o=(this[h]&n)<<i;for(h=s-1;h>=0;--h)e[h]=0;e[s]=o,e.t=this.t+s+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var i=Math.floor(t/this.DB);if(i>=this.t)e.t=0;else{var r=t%this.DB,n=this.DB-r,s=(1<<r)-1;e[0]=this[i]>>r;for(var o=i+1;o<this.t;++o)e[o-i-1]|=(this[o]&s)<<n,e[o-i]=this[o]>>r;r>0&&(e[this.t-i-1]|=(this.s&s)<<n),e.t=this.t-i,e.clamp()}},t.prototype.subTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]-t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r-=t[i],e[i++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[i++]=this.DV+r:r>0&&(e[i++]=r),e.t=i,e.clamp()},t.prototype.multiplyTo=function(e,i){var r=this.abs(),n=e.abs(),s=r.t;for(i.t=s+n.t;--s>=0;)i[s]=0;for(s=0;s<n.t;++s)i[s+r.t]=r.am(0,n[s],i,s,0,r.t);i.s=0,i.clamp(),this.s!=e.s&&t.ZERO.subTo(i,i)},t.prototype.squareTo=function(t){for(var e=this.abs(),i=t.t=2*e.t;--i>=0;)t[i]=0;for(i=0;i<e.t-1;++i){var r=e.am(i,e[i],t,2*i,0,1);(t[i+e.t]+=e.am(i+1,2*e[i],t,2*i+1,r,e.t-i-1))>=e.DV&&(t[i+e.t]-=e.DV,t[i+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(i,e[i],t,2*i,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,i,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t<n.t)return null!=i&&i.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=nbi());var o=nbi(),h=this.s,a=e.s,u=this.DB-nbits(n[n.t-1]);u>0?(n.lShiftTo(u,o),s.lShiftTo(u,r)):(n.copyTo(o),s.copyTo(r));var c=o.t,f=o[c-1];if(0!=f){var p=f*(1<<this.F1)+(c>1?o[c-2]>>this.F2:0),l=this.FV/p,g=(1<<this.F1)/p,d=1<<this.F2,m=r.t,v=m-c,y=null==i?nbi():i;for(o.dlShiftTo(v,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),t.ONE.dlShiftTo(c,y),y.subTo(o,o);o.t<c;)o[o.t++]=0;for(;--v>=0;){var b=r[--m]==f?this.DM:Math.floor(r[m]*l+(r[m-1]+d)*g);if((r[m]+=o.am(0,b,r,v,0,c))<b)for(o.dlShiftTo(v,y),r.subTo(y,r);r[m]<--b;)r.subTo(y,r)}null!=i&&(r.drShiftTo(c,i),h!=a&&t.ZERO.subTo(i,i)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),h<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,i){if(e>4294967295||e<1)return t.ONE;var r=nbi(),n=nbi(),s=i.convert(this),o=nbits(e)-1;for(s.copyTo(r);--o>=0;)if(i.sqrTo(r,n),(e&1<<o)>0)i.mulTo(n,s,r);else{var h=r;r=n,n=h}return i.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return\"0\";var e=this.chunkSize(t),i=Math.pow(t,e),r=nbv(i),n=nbi(),s=nbi(),o=\"\";for(this.divRemTo(r,n,s);n.signum()>0;)o=(i+s.intValue()).toString(t).substr(1)+o,n.divRemTo(r,n,s);return s.intValue().toString(t)+o},t.prototype.fromRadix=function(e,i){this.fromInt(0),null==i&&(i=10);for(var r=this.chunkSize(i),n=Math.pow(i,r),s=!1,o=0,h=0,a=0;a<e.length;++a){var u=intAt(e,a);u<0?\"-\"==e.charAt(a)&&0==this.signum()&&(s=!0):(h=i*h+u,++o>=r&&(this.dMultiply(n),this.dAddOffset(h,0),o=0,h=0))}o>0&&(this.dMultiply(Math.pow(i,o)),this.dAddOffset(h,0)),s&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,i,r){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(i);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var n=[],s=7&e;n.length=1+(e>>3),i.nextBytes(n),s>0?n[0]&=(1<<s)-1:n[0]=0,this.fromString(n,256)}},t.prototype.bitwiseTo=function(t,e,i){var r,n,s=Math.min(t.t,this.t);for(r=0;r<s;++r)i[r]=e(this[r],t[r]);if(t.t<this.t){for(n=t.s&this.DM,r=s;r<this.t;++r)i[r]=e(this[r],n);i.t=this.t}else{for(n=this.s&this.DM,r=s;r<t.t;++r)i[r]=e(n,t[r]);i.t=t.t}i.s=e(this.s,t.s),i.clamp()},t.prototype.changeBit=function(e,i){var r=t.ONE.shiftLeft(e);return this.bitwiseTo(r,i,r),r},t.prototype.addTo=function(t,e){for(var i=0,r=0,n=Math.min(t.t,this.t);i<n;)r+=this[i]+t[i],e[i++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;i<this.t;)r+=this[i],e[i++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;i<t.t;)r+=t[i],e[i++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[i++]=r:r<-1&&(e[i++]=this.DV+r),e.t=i,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,i){var r=Math.min(this.t+t.t,e);for(i.s=0,i.t=r;r>0;)i[--r]=0;for(var n=i.t-this.t;r<n;++r)i[r+this.t]=this.am(0,t[r],i,r,0,this.t);for(n=Math.min(t.t,e);r<n;++r)this.am(0,t[r],i,r,0,e-r);i.clamp()},t.prototype.multiplyUpperTo=function(t,e,i){--e;var r=i.t=this.t+t.t-e;for(i.s=0;--r>=0;)i[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)i[this.t+r-e]=this.am(e-r,t[r],i,0,0,this.t+r-e);i.clamp(),i.drShiftTo(1,i)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,i=this.s<0?t-1:0;if(this.t>0)if(0==e)i=this[0]%t;else for(var r=this.t-1;r>=0;--r)i=(e*i+this[r])%t;return i},t.prototype.millerRabin=function(e){var i=this.subtract(t.ONE),r=i.getLowestSetBit();if(r<=0)return!1;var n=i.shiftRight(r);(e=e+1>>1)>lowprimes.length&&(e=lowprimes.length);for(var s=nbi(),o=0;o<e;++o){s.fromInt(lowprimes[Math.floor(Math.random()*lowprimes.length)]);var h=s.modPow(n,this);if(0!=h.compareTo(t.ONE)&&0!=h.compareTo(i)){for(var a=1;a++<r&&0!=h.compareTo(i);)if(0==(h=h.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=h.compareTo(i))return!1}}return!0},t.prototype.square=function(){var t=nbi();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var i=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(i.compareTo(r)<0){var n=i;i=r,r=n}var s=i.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)e(i);else{s<o&&(o=s),o>0&&(i.rShiftTo(o,i),r.rShiftTo(o,r));var h=function(){(s=i.getLowestSetBit())>0&&i.rShiftTo(s,i),(s=r.getLowestSetBit())>0&&r.rShiftTo(s,r),i.compareTo(r)>=0?(i.subTo(r,i),i.rShiftTo(1,i)):(r.subTo(i,r),r.rShiftTo(1,r)),i.signum()>0?setTimeout(h,0):(o>0&&r.lShiftTo(o,r),setTimeout(function(){e(r)},0))};setTimeout(h,10)}},t.prototype.fromNumberAsync=function(e,i,r,n){if(\"number\"==typeof i)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),op_or,this),this.isEven()&&this.dAddOffset(1,0);var s=this,o=function(){s.dAddOffset(2,0),s.bitLength()>e&&s.subTo(t.ONE.shiftLeft(e-1),s),s.isProbablePrime(i)?setTimeout(function(){n()},0):setTimeout(o,0)};setTimeout(o,0)}else{var h=[],a=7&e;h.length=1+(e>>3),i.nextBytes(h),a>0?h[0]&=(1<<a)-1:h[0]=0,this.fromString(h,256)}},t}(),NullExp=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),Classic=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Montgomery=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=nbi();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(BigInteger.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var i=32767&t[e],r=i*this.mpl+((i*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[i=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[i]>=t.DV;)t[i]-=t.DV,t[++i]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),Barrett=function(){function t(t){this.m=t,this.r2=nbi(),this.q3=nbi(),BigInteger.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=nbi();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function nbi(){return new BigInteger(null)}function parseBigInt(t,e){return new BigInteger(t,e)}function am1(t,e,i,r,n,s){for(;--s>=0;){var o=e*this[t++]+i[r]+n;n=Math.floor(o/67108864),i[r++]=67108863&o}return n}function am2(t,e,i,r,n,s){for(var o=32767&e,h=e>>15;--s>=0;){var a=32767&this[t],u=this[t++]>>15,c=h*a+u*o;n=((a=o*a+((32767&c)<<15)+i[r]+(1073741823&n))>>>30)+(c>>>15)+h*u+(n>>>30),i[r++]=1073741823&a}return n}function am3(t,e,i,r,n,s){for(var o=16383&e,h=e>>14;--s>=0;){var a=16383&this[t],u=this[t++]>>14,c=h*a+u*o;n=((a=o*a+((16383&c)<<14)+i[r]+n)>>28)+(c>>14)+h*u,i[r++]=268435455&a}return n}BigInteger.prototype.am=am3,dbits=28,BigInteger.prototype.DB=dbits,BigInteger.prototype.DM=(1<<dbits)-1,BigInteger.prototype.DV=1<<dbits;var BI_FP=52;BigInteger.prototype.FV=Math.pow(2,BI_FP),BigInteger.prototype.F1=BI_FP-dbits,BigInteger.prototype.F2=2*dbits-BI_FP;var rr,vv,BI_RC=[];for(rr=\"0\".charCodeAt(0),vv=0;vv<=9;++vv)BI_RC[rr++]=vv;for(rr=\"a\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;for(rr=\"A\".charCodeAt(0),vv=10;vv<36;++vv)BI_RC[rr++]=vv;function intAt(t,e){var i=BI_RC[t.charCodeAt(e)];return null==i?-1:i}function nbv(t){var e=nbi();return e.fromInt(t),e}function nbits(t){var e,i=1;return 0!=(e=t>>>16)&&(t=e,i+=16),0!=(e=t>>8)&&(t=e,i+=8),0!=(e=t>>4)&&(t=e,i+=4),0!=(e=t>>2)&&(t=e,i+=2),0!=(e=t>>1)&&(t=e,i+=1),i}BigInteger.ZERO=nbv(0),BigInteger.ONE=nbv(1);var Arcfour=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,i,r;for(e=0;e<256;++e)this.S[e]=e;for(i=0,e=0;e<256;++e)i=i+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[i],this.S[i]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}();function prng_newstate(){return new Arcfour}var rng_state,rng_pptr,rng_psize=256,rng_pool=null;if(null==rng_pool){rng_pool=[],rng_pptr=0;var t=void 0}function rng_get_byte(){if(null==rng_state){for(rng_state=prng_newstate();rng_pptr<rng_psize;){var t=Math.floor(65536*Math.random());rng_pool[rng_pptr++]=255&t}for(rng_state.init(rng_pool),rng_pptr=0;rng_pptr<rng_pool.length;++rng_pptr)rng_pool[rng_pptr]=0;rng_pptr=0}return rng_state.next()}var SecureRandom=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=rng_get_byte()},t}();function pkcs1pad1(t,e){if(e<t.length+22)return console.error(\"Message too long for RSA\"),null;for(var i=e-t.length-6,r=\"\",n=0;n<i;n+=2)r+=\"ff\";return parseBigInt(\"0001\"+r+\"00\"+t,16)}function pkcs1pad2(t,e){if(e<t.length+11)return console.error(\"Message too long for RSA\"),null;for(var i=[],r=t.length-1;r>=0&&e>0;){var n=t.charCodeAt(r--);n<128?i[--e]=n:n>127&&n<2048?(i[--e]=63&n|128,i[--e]=n>>6|192):(i[--e]=63&n|128,i[--e]=n>>6&63|128,i[--e]=n>>12|224)}i[--e]=0;for(var s=new SecureRandom,o=[];e>2;){for(o[0]=0;0==o[0];)s.nextBytes(o);i[--e]=o[0]}return i[--e]=2,i[--e]=0,new BigInteger(i)}var RSAKey=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),i=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(i)<0;)e=e.add(this.p);return e.subtract(i).multiply(this.coeff).mod(this.p).multiply(this.q).add(i)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16)):console.error(\"Invalid RSA public key\")},t.prototype.encrypt=function(t){var e=pkcs1pad2(t,this.n.bitLength()+7>>3);if(null==e)return null;var i=this.doPublic(e);if(null==i)return null;var r=i.toString(16);return 0==(1&r.length)?r:\"0\"+r},t.prototype.setPrivate=function(t,e,i){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16)):console.error(\"Invalid RSA private key\")},t.prototype.setPrivateEx=function(t,e,i,r,n,s,o,h){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=parseBigInt(t,16),this.e=parseInt(e,16),this.d=parseBigInt(i,16),this.p=parseBigInt(r,16),this.q=parseBigInt(n,16),this.dmp1=parseBigInt(s,16),this.dmq1=parseBigInt(o,16),this.coeff=parseBigInt(h,16)):console.error(\"Invalid RSA private key\")},t.prototype.generate=function(t,e){var i=new SecureRandom,r=t>>1;this.e=parseInt(e,16);for(var n=new BigInteger(e,16);;){for(;this.p=new BigInteger(t-r,1,i),0!=this.p.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.p.isProbablePrime(10););for(;this.q=new BigInteger(r,1,i),0!=this.q.subtract(BigInteger.ONE).gcd(n).compareTo(BigInteger.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var s=this.p;this.p=this.q,this.q=s}var o=this.p.subtract(BigInteger.ONE),h=this.q.subtract(BigInteger.ONE),a=o.multiply(h);if(0==a.gcd(n).compareTo(BigInteger.ONE)){this.n=this.p.multiply(this.q),this.d=n.modInverse(a),this.dmp1=this.d.mod(o),this.dmq1=this.d.mod(h),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=parseBigInt(t,16),i=this.doPrivate(e);return null==i?null:pkcs1unpad2(i,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,i){var r=new SecureRandom,n=t>>1;this.e=parseInt(e,16);var s=new BigInteger(e,16),o=this,h=function(){var e=function(){if(o.p.compareTo(o.q)<=0){var t=o.p;o.p=o.q,o.q=t}var e=o.p.subtract(BigInteger.ONE),r=o.q.subtract(BigInteger.ONE),n=e.multiply(r);0==n.gcd(s).compareTo(BigInteger.ONE)?(o.n=o.p.multiply(o.q),o.d=s.modInverse(n),o.dmp1=o.d.mod(e),o.dmq1=o.d.mod(r),o.coeff=o.q.modInverse(o.p),setTimeout(function(){i()},0)):setTimeout(h,0)},a=function(){o.q=nbi(),o.q.fromNumberAsync(n,1,r,function(){o.q.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(a,0)})})},u=function(){o.p=nbi(),o.p.fromNumberAsync(t-n,1,r,function(){o.p.subtract(BigInteger.ONE).gcda(s,function(t){0==t.compareTo(BigInteger.ONE)&&o.p.isProbablePrime(10)?setTimeout(a,0):setTimeout(u,0)})})};setTimeout(u,0)};setTimeout(h,0)},t.prototype.sign=function(t,e,i){var r=pkcs1pad1(getDigestHeader(i)+e(t).toString(),this.n.bitLength()/4);if(null==r)return null;var n=this.doPrivate(r);if(null==n)return null;var s=n.toString(16);return 0==(1&s.length)?s:\"0\"+s},t.prototype.verify=function(t,e,i){var r=parseBigInt(e,16),n=this.doPublic(r);return null==n?null:removeDigestHeader(n.toString(16).replace(/^1f+00/,\"\"))==i(t).toString()},t}();function pkcs1unpad2(t,e){for(var i=t.toByteArray(),r=0;r<i.length&&0==i[r];)++r;if(i.length-r!=e-1||2!=i[r])return null;for(++r;0!=i[r];)if(++r>=i.length)return null;for(var n=\"\";++r<i.length;){var s=255&i[r];s<128?n+=String.fromCharCode(s):s>191&&s<224?(n+=String.fromCharCode((31&s)<<6|63&i[r+1]),++r):(n+=String.fromCharCode((15&s)<<12|(63&i[r+1])<<6|63&i[r+2]),r+=2)}return n}var DIGEST_HEADERS={md2:\"3020300c06082a864886f70d020205000410\",md5:\"3020300c06082a864886f70d020505000410\",sha1:\"3021300906052b0e03021a05000414\",sha224:\"302d300d06096086480165030402040500041c\",sha256:\"3031300d060960864801650304020105000420\",sha384:\"3041300d060960864801650304020205000430\",sha512:\"3051300d060960864801650304020305000440\",ripemd160:\"3021300906052b2403020105000414\"};function getDigestHeader(t){return DIGEST_HEADERS[t]||\"\"}function removeDigestHeader(t){for(var e in DIGEST_HEADERS)if(DIGEST_HEADERS.hasOwnProperty(e)){var i=DIGEST_HEADERS[e],r=i.length;if(t.substr(0,r)==i)return t.substr(r)}return t}var YAHOO={};YAHOO.lang={extend:function(t,e,i){if(!e||!t)throw new Error(\"YAHOO.lang.extend failed, please check that all dependencies are included.\");var r,n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),i)for(r in i)t.prototype[r]=i[r]}};var KJUR={};void 0!==KJUR.asn1&&KJUR.asn1||(KJUR.asn1={}),KJUR.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e=\"0\"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if(\"-\"!=e.substr(0,1))e.length%2==1?e=\"0\"+e:e.match(/^[0-7]/)||(e=\"00\"+e);else{var i=e.substr(1).length;i%2==1?i+=1:e.match(/^[0-7]/)||(i+=2);for(var r=\"\",n=0;n<i;n++)r+=\"f\";e=new BigInteger(r,16).xor(t).add(BigInteger.ONE).toString(16).replace(/^-/,\"\")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=KJUR.asn1,i=e.DERBoolean,r=e.DERInteger,n=e.DERBitString,s=e.DEROctetString,o=e.DERNull,h=e.DERObjectIdentifier,a=e.DEREnumerated,u=e.DERUTF8String,c=e.DERNumericString,f=e.DERPrintableString,p=e.DERTeletexString,l=e.DERIA5String,g=e.DERUTCTime,d=e.DERGeneralizedTime,m=e.DERSequence,v=e.DERSet,y=e.DERTaggedObject,b=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw\"key of param shall be only one.\";var T=S[0];if(-1==\":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:\".indexOf(\":\"+T+\":\"))throw\"undefined key: \"+T;if(\"bool\"==T)return new i(t[T]);if(\"int\"==T)return new r(t[T]);if(\"bitstr\"==T)return new n(t[T]);if(\"octstr\"==T)return new s(t[T]);if(\"null\"==T)return new o(t[T]);if(\"oid\"==T)return new h(t[T]);if(\"enum\"==T)return new a(t[T]);if(\"utf8str\"==T)return new u(t[T]);if(\"numstr\"==T)return new c(t[T]);if(\"prnstr\"==T)return new f(t[T]);if(\"telstr\"==T)return new p(t[T]);if(\"ia5str\"==T)return new l(t[T]);if(\"utctime\"==T)return new g(t[T]);if(\"gentime\"==T)return new d(t[T]);if(\"seq\"==T){for(var R=t[T],E=[],D=0;D<R.length;D++){var B=b(R[D]);E.push(B)}return new m({array:E})}if(\"set\"==T){for(R=t[T],E=[],D=0;D<R.length;D++){B=b(R[D]);E.push(B)}return new v({array:E})}if(\"tag\"==T){var w=t[T];if(\"[object Array]\"===Object.prototype.toString.call(w)&&3==w.length){var I=b(w[2]);return new y({tag:w[0],explicit:w[1],obj:I})}var x={};if(void 0!==w.explicit&&(x.explicit=w.explicit),void 0!==w.tag&&(x.tag=w.tag),void 0===w.obj)throw\"obj shall be specified for 'tag'.\";return x.obj=b(w.obj),new y(x)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},KJUR.asn1.ASN1Util.oidHexToInt=function(t){for(var e=\"\",i=parseInt(t.substr(0,2),16),r=(e=Math.floor(i/40)+\".\"+i%40,\"\"),n=2;n<t.length;n+=2){var s=(\"00000000\"+parseInt(t.substr(n,2),16).toString(2)).slice(-8);if(r+=s.substr(1,7),\"0\"==s.substr(0,1))e=e+\".\"+new BigInteger(r,2).toString(10),r=\"\"}return e},KJUR.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);return r},KJUR.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw\"this.hV is null or undefined.\";if(this.hV.length%2==1)throw\"value hex must be even length: n=\"+\"\".length+\",v=\"+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e=\"0\"+e),t<128)return e;var i=e.length/2;if(i>15)throw\"ASN.1 length too long to represent by 8x: n = \"+t.toString(16);return(128+i).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return\"\"}},KJUR.asn1.DERAbstractString=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERAbstractString,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractTime=function(t){KJUR.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,i){var r=this.zeroPadding,n=this.localDateToUTC(t),s=String(n.getFullYear());\"utc\"==e&&(s=s.substr(2,2));var o=s+r(String(n.getMonth()+1),2)+r(String(n.getDate()),2)+r(String(n.getHours()),2)+r(String(n.getMinutes()),2)+r(String(n.getSeconds()),2);if(!0===i){var h=n.getMilliseconds();if(0!=h){var a=r(String(h),3);o=o+\".\"+(a=a.replace(/[0]+$/,\"\"))}}return o+\"Z\"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join(\"0\")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,i,r,n,s){var o=new Date(Date.UTC(t,e-1,i,r,n,s,0));this.setByDate(o)},this.getFreshValueHex=function(){return this.hV}},YAHOO.lang.extend(KJUR.asn1.DERAbstractTime,KJUR.asn1.ASN1Object),KJUR.asn1.DERAbstractStructured=function(t){KJUR.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},YAHOO.lang.extend(KJUR.asn1.DERAbstractStructured,KJUR.asn1.ASN1Object),KJUR.asn1.DERBoolean=function(){KJUR.asn1.DERBoolean.superclass.constructor.call(this),this.hT=\"01\",this.hTLV=\"0101ff\"},YAHOO.lang.extend(KJUR.asn1.DERBoolean,KJUR.asn1.ASN1Object),KJUR.asn1.DERInteger=function(t){KJUR.asn1.DERInteger.superclass.constructor.call(this),this.hT=\"02\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DERInteger,KJUR.asn1.ASN1Object),KJUR.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=\"00\"+e.getEncodedHex()}KJUR.asn1.DERBitString.superclass.constructor.call(this),this.hT=\"03\",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw\"unused bits shall be from 0 to 7: u = \"+t;var i=\"0\"+t;this.hTLV=null,this.isModified=!0,this.hV=i+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,\"\")).length%8;8==e&&(e=0);for(var i=0;i<=e;i++)t+=\"0\";var r=\"\";for(i=0;i<t.length-1;i+=8){var n=t.substr(i,8),s=parseInt(n,2).toString(16);1==s.length&&(s=\"0\"+s),r+=s}this.hTLV=null,this.isModified=!0,this.hV=\"0\"+e+r},this.setByBooleanArray=function(t){for(var e=\"\",i=0;i<t.length;i++)1==t[i]?e+=\"1\":e+=\"0\";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),i=0;i<t;i++)e[i]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},YAHOO.lang.extend(KJUR.asn1.DERBitString,KJUR.asn1.ASN1Object),KJUR.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=KJUR.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}KJUR.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT=\"04\"},YAHOO.lang.extend(KJUR.asn1.DEROctetString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNull=function(){KJUR.asn1.DERNull.superclass.constructor.call(this),this.hT=\"05\",this.hTLV=\"0500\"},YAHOO.lang.extend(KJUR.asn1.DERNull,KJUR.asn1.ASN1Object),KJUR.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},i=function(t){var i=\"\",r=new BigInteger(t,10).toString(2),n=7-r.length%7;7==n&&(n=0);for(var s=\"\",o=0;o<n;o++)s+=\"0\";r=s+r;for(o=0;o<r.length-1;o+=7){var h=r.substr(o,7);o!=r.length-7&&(h=\"1\"+h),i+=e(parseInt(h,2))}return i};KJUR.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT=\"06\",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var r=\"\",n=t.split(\".\"),s=40*parseInt(n[0])+parseInt(n[1]);r+=e(s),n.splice(0,2);for(var o=0;o<n.length;o++)r+=i(n[o]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var e=KJUR.asn1.x509.OID.name2oid(t);if(\"\"===e)throw\"DERObjectIdentifier oidName undefined: \"+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},YAHOO.lang.extend(KJUR.asn1.DERObjectIdentifier,KJUR.asn1.ASN1Object),KJUR.asn1.DEREnumerated=function(t){KJUR.asn1.DEREnumerated.superclass.constructor.call(this),this.hT=\"0a\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=KJUR.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new BigInteger(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},YAHOO.lang.extend(KJUR.asn1.DEREnumerated,KJUR.asn1.ASN1Object),KJUR.asn1.DERUTF8String=function(t){KJUR.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT=\"0c\"},YAHOO.lang.extend(KJUR.asn1.DERUTF8String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERNumericString=function(t){KJUR.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT=\"12\"},YAHOO.lang.extend(KJUR.asn1.DERNumericString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERPrintableString=function(t){KJUR.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT=\"13\"},YAHOO.lang.extend(KJUR.asn1.DERPrintableString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERTeletexString=function(t){KJUR.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT=\"14\"},YAHOO.lang.extend(KJUR.asn1.DERTeletexString,KJUR.asn1.DERAbstractString),KJUR.asn1.DERIA5String=function(t){KJUR.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT=\"16\"},YAHOO.lang.extend(KJUR.asn1.DERIA5String,KJUR.asn1.DERAbstractString),KJUR.asn1.DERUTCTime=function(t){KJUR.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT=\"17\",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},YAHOO.lang.extend(KJUR.asn1.DERUTCTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERGeneralizedTime=function(t){KJUR.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT=\"18\",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},YAHOO.lang.extend(KJUR.asn1.DERGeneralizedTime,KJUR.asn1.DERAbstractTime),KJUR.asn1.DERSequence=function(t){KJUR.asn1.DERSequence.superclass.constructor.call(this,t),this.hT=\"30\",this.getFreshValueHex=function(){for(var t=\"\",e=0;e<this.asn1Array.length;e++){t+=this.asn1Array[e].getEncodedHex()}return this.hV=t,this.hV}},YAHOO.lang.extend(KJUR.asn1.DERSequence,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERSet=function(t){KJUR.asn1.DERSet.superclass.constructor.call(this,t),this.hT=\"31\",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var i=this.asn1Array[e];t.push(i.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(\"\"),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},YAHOO.lang.extend(KJUR.asn1.DERSet,KJUR.asn1.DERAbstractStructured),KJUR.asn1.DERTaggedObject=function(t){KJUR.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT=\"a0\",this.hV=\"\",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,i){this.hT=e,this.isExplicit=t,this.asn1Object=i,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=i.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},YAHOO.lang.extend(KJUR.asn1.DERTaggedObject,KJUR.asn1.ASN1Object);var JSEncryptRSAKey=function(t){function e(i){var r=t.call(this)||this;return i&&(\"string\"==typeof i?r.parseKey(i):(e.hasPrivateKeyProperty(i)||e.hasPublicKeyProperty(i))&&r.parsePropertiesFrom(i)),r}return __extends(e,t),e.prototype.parseKey=function(t){try{var e=0,i=0,r=/^\\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\\s*)+$/.test(t)?Hex.decode(t):Base64.unarmor(t),n=ASN1.decode(r);if(3===n.sub.length&&(n=n.sub[2].sub[0]),9===n.sub.length){e=n.sub[1].getHexStringValue(),this.n=parseBigInt(e,16),i=n.sub[2].getHexStringValue(),this.e=parseInt(i,16);var s=n.sub[3].getHexStringValue();this.d=parseBigInt(s,16);var o=n.sub[4].getHexStringValue();this.p=parseBigInt(o,16);var h=n.sub[5].getHexStringValue();this.q=parseBigInt(h,16);var a=n.sub[6].getHexStringValue();this.dmp1=parseBigInt(a,16);var u=n.sub[7].getHexStringValue();this.dmq1=parseBigInt(u,16);var c=n.sub[8].getHexStringValue();this.coeff=parseBigInt(c,16)}else{if(2!==n.sub.length)return!1;var f=n.sub[1].sub[0];e=f.sub[0].getHexStringValue(),this.n=parseBigInt(e,16),i=f.sub[1].getHexStringValue(),this.e=parseInt(i,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new KJUR.asn1.DERInteger({int:0}),new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e}),new KJUR.asn1.DERInteger({bigint:this.d}),new KJUR.asn1.DERInteger({bigint:this.p}),new KJUR.asn1.DERInteger({bigint:this.q}),new KJUR.asn1.DERInteger({bigint:this.dmp1}),new KJUR.asn1.DERInteger({bigint:this.dmq1}),new KJUR.asn1.DERInteger({bigint:this.coeff})]};return new KJUR.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return hex2b64(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERObjectIdentifier({oid:\"1.2.840.113549.1.1.1\"}),new KJUR.asn1.DERNull]}),e=new KJUR.asn1.DERSequence({array:[new KJUR.asn1.DERInteger({bigint:this.n}),new KJUR.asn1.DERInteger({int:this.e})]}),i=new KJUR.asn1.DERBitString({hex:\"00\"+e.getEncodedHex()});return new KJUR.asn1.DERSequence({array:[t,i]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return hex2b64(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var i=\"(.{1,\"+(e=e||64)+\"})( +|$\\n?)|(.{1,\"+e+\"})\";return t.match(RegExp(i,\"g\")).join(\"\\n\")},e.prototype.getPrivateKey=function(){var t=\"-----BEGIN\"+\" RSA \"+\"PRIVATE KEY-----\\n\";return t+=e.wordwrap(this.getPrivateBaseKeyB64())+\"\\n\",t+=\"-----END \"+\"RSA PRIVATE KEY-----\"},e.prototype.getPublicKey=function(){var t=\"-----BEGIN PUBLIC KEY-----\\n\";return t+=e.wordwrap(this.getPublicBaseKeyB64())+\"\\n\",t+=\"-----END PUBLIC KEY-----\"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")&&t.hasOwnProperty(\"d\")&&t.hasOwnProperty(\"p\")&&t.hasOwnProperty(\"q\")&&t.hasOwnProperty(\"dmp1\")&&t.hasOwnProperty(\"dmq1\")&&t.hasOwnProperty(\"coeff\")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty(\"d\")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(RSAKey);function JSEncrypt(){return this}JSEncrypt.prototype.setKey=function(t){this.log&&this.key&&console.warn(\"A key was already set, overriding existing.\"),this.key=new JSEncryptRSAKey(t)},JSEncrypt.prototype.setPrivateKey=function(t){this.setKey(t)},JSEncrypt.prototype.setPublicKey=function(t){this.setKey(t)},JSEncrypt.prototype.decrypt=function(t){try{return this.getKey().decrypt(b64tohex(t))}catch(t){return!1}},JSEncrypt.prototype.encrypt=function(t){try{return hex2b64(this.getKey().encrypt(t))}catch(t){return!1}},JSEncrypt.prototype.sign=function(t,e,i){try{return hex2b64(this.getKey().sign(t,e,i))}catch(t){return!1}},JSEncrypt.prototype.verify=function(t,e,i){try{return this.getKey().verify(t,b64tohex(e),i)}catch(t){return!1}},JSEncrypt.prototype.getKey=function(t){if(!this.key){if(this.key=new JSEncryptRSAKey,t&&\"[object Function]\"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},JSEncrypt.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},JSEncrypt.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},JSEncrypt.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},JSEncrypt.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},JSEncrypt.version=\"3.0.0-rc.1\";","","/*","* JWT generation code extracted from","* https://developers.symphony.com/restapi/docs/rsa-bot-authentication-workflow#section-generate-a-signed-jwt","* Modified to use JSEncrypt and CryptoJS to be compatible with Postman","*/","let jse = new JSEncrypt();","let crypto = require('crypto-js');","","function base64urlEncode(str) {","    return new Buffer(str).toString('base64').replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=/g, '');","}","function Jwt(username, signingKey) {","    this.header = { typ: 'JWT', alg: 'RS512' };","    this.body = {","        sub: username,","        exp: (Math.floor(new Date().getTime() / 1000) + (5 * 60))","    };","    this.signingKey = signingKey;","    return this;","}","Jwt.prototype.sign = function sign(payload, cryptoInput) {","    jse.setPrivateKey(cryptoInput);","    let buffer = jse.sign(payload, crypto.SHA512, \"sha512\");","    return buffer;","};","Jwt.prototype.compact = function compact() {","    let segments = [];","    segments.push(base64urlEncode(JSON.stringify(this.header)));","    segments.push(base64urlEncode(JSON.stringify(this.body)));","    this.signature = this.sign(segments.join('.'), this.signingKey);","    segments.push(this.signature);","    return segments.join('.');","};","const jwt = new Jwt(pm.environment.get(\"appName\"), pm.environment.get(\"appKey\"));","const jws = jwt.compact();","pm.environment.set(\"appToken\", jws);",""],"type":"text/javascript"}}],"id":"966e5891-e663-4f32-ae0e-dcb84218cfd4","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"token\":\"{{appToken}}\"}"},"url":"https://{{sessionAuthUrl}}/login/pubkey/app/authenticate","urlObject":{"protocol":"https","path":["login","pubkey","app","authenticate"],"host":["{{sessionAuthUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"966e5891-e663-4f32-ae0e-dcb84218cfd4"},{"name":"RSA App User Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"sessionToken\", pm.response.json().token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript"}}],"id":"9e2906f1-bf80-4e37-a6f9-bdc40200cdcc","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"sessiontoken","value":"{{appToken}}","type":"text"}],"url":"https://{{sessionAuthUrl}}/login/pubkey/app/username/:username/authenticate","urlObject":{"protocol":"https","path":["login","pubkey","app","username",":username","authenticate"],"host":["{{sessionAuthUrl}}"],"query":[],"variable":[{"id":"726334b6-6154-46cd-84a3-baeb43d67b3b","type":"any","value":"yong.tan","key":"username"}]}},"response":[],"_postman_id":"9e2906f1-bf80-4e37-a6f9-bdc40200cdcc"},{"name":"Cert Session Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"sessionToken\", pm.response.json().token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript"}}],"id":"a735538b-2fe0-4847-b494-a112b1a04604","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"token\":\"{{jwt}}\"}"},"url":"https://{{certSessionAuthUrl}}/sessionauth/v1/authenticate","urlObject":{"protocol":"https","path":["sessionauth","v1","authenticate"],"host":["{{certSessionAuthUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a735538b-2fe0-4847-b494-a112b1a04604"},{"name":"Cert KeyMan Auth","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"keyManToken\", pm.response.json().token);"],"type":"text/javascript"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript"}}],"id":"e539dd18-2085-4963-b574-0428b5b66233","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"token\":\"{{jwt}}\"}"},"url":"https://{{certKeyManAuthUrl}}/keyauth/v1/authenticate","urlObject":{"protocol":"https","path":["keyauth","v1","authenticate"],"host":["{{certKeyManAuthUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e539dd18-2085-4963-b574-0428b5b66233"},{"name":"Common Access JWT","event":[{"listen":"test","script":{"exec":["var json = pm.response.json();","","pm.environment.set(\"commonJwt\",json.access_token );"],"type":"text/javascript"}}],"id":"f3c01a1f-e45a-4659-a9f7-86c8a9fa3085","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","type":"text"}],"url":"https://{{podUrl}}/login/idm/tokens?scope=","urlObject":{"protocol":"https","path":["login","idm","tokens"],"host":["{{podUrl}}"],"query":[{"key":"scope","value":""}],"variable":[]}},"response":[],"_postman_id":"f3c01a1f-e45a-4659-a9f7-86c8a9fa3085"}],"id":"724373a6-4b0c-4bc7-aa23-97ac46dfe729","_postman_id":"724373a6-4b0c-4bc7-aa23-97ac46dfe729","description":""},{"name":"Basics","item":[{"name":"Health Check","id":"17018338-13c7-455c-b114-be8ba8e6b64d","request":{"method":"GET","header":[],"url":"https://{{agentUrl}}/agent/v3/health","urlObject":{"protocol":"https","path":["agent","v3","health"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17018338-13c7-455c-b114-be8ba8e6b64d"},{"name":"Health Check Extended","id":"473b2362-2482-4e9e-a9f8-b9277a032ea0","request":{"method":"GET","header":[],"url":"https://{{agentUrl}}/agent/v3/health/extended","description":"<p>For troubleshooting purpose</p>\n","urlObject":{"protocol":"https","path":["agent","v3","health","extended"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"473b2362-2482-4e9e-a9f8-b9277a032ea0"},{"name":"Session Info","id":"3e93edd7-92f1-483a-9c5f-9cb2358e8554","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","type":"text"}],"url":"https://{{podUrl}}/pod/v2/sessioninfo","urlObject":{"protocol":"https","path":["pod","v2","sessioninfo"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e93edd7-92f1-483a-9c5f-9cb2358e8554"},{"name":"Agent Info","id":"98443e45-2c6c-4525-a57b-877b2c215a0e","request":{"method":"GET","header":[],"url":"https://{{agentUrl}}/agent/v1/info","urlObject":{"protocol":"https","path":["agent","v1","info"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98443e45-2c6c-4525-a57b-877b2c215a0e"},{"name":"Echo","id":"cf1ac0c1-a7de-489d-97e0-749033b7aae0","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"sessionToken","type":"text","value":"{{sessionToken}}"},{"key":"keyManagerToken","value":"{{keyManToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Hello World\"\n}"},"url":"https://{{agentUrl}}/agent/v1/util/echo","urlObject":{"protocol":"https","path":["agent","v1","util","echo"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf1ac0c1-a7de-489d-97e0-749033b7aae0"}],"id":"2bed10b3-cdd5-496c-9d50-f1dd0d809228","_postman_id":"2bed10b3-cdd5-496c-9d50-f1dd0d809228","description":""},{"name":"Messages","item":[{"name":"Import messages from other systems into Symphony.","id":"fa121e41-c24d-43b7-bbff-8accfc16fa9e","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"<p>Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.</p>\n","urlObject":{"protocol":"https","path":["agent","v4","message","import"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf2858f3-f736-4395-9ba0-05907873e3c0","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"dcd4ded0-b528-4dfb-932b-890fb00aa86a","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.\n"},"status":"Message sent.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId74\",\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"diagnostic\": \"diagnostic74\"\r\n  }\r\n]"},{"id":"0f8be4a5-f5a3-4aea-9a5e-fd624ebb1078","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"72110da7-b7c4-4e8f-b005-3eb353f98d1c","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"6a6e90a8-fef4-4d49-aa28-4808aa976a25","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"intendedMessageTimestamp\": 192,\r\n    \"intendedMessageFromUserId\": 192,\r\n    \"originatingSystemId\": \"originatingSystemId74\",\r\n    \"originalMessageId\": \"originalMessageId74\",\r\n    \"streamId\": \"streamId74\"\r\n  }\r\n]"},"url":"https://{{agentUrl}}/agent/v4/message/import","description":"Sends a message to be imported into the system.\nAllows you to override the timestamp and author of the message with your desired values.\nThe requesting user must have the Content Management role.\nThe user that the message is intended to have come from must also be present in the conversation.\nThe intended message timestamp must be a valid time from the past. It cannot be a future timestamp.\nOptionally the original message ID can be specified to identify the imported message for the purpose of repeat imports.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"fa121e41-c24d-43b7-bbff-8accfc16fa9e"},{"name":"Get a message by ID","id":"efd626b4-f389-414d-9f51-aeb3980fec7f","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/message/:id","description":"<p>Get a message by ID</p>\n","urlObject":{"protocol":"https","path":["agent","v1","message",":id"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"eb12709b-1189-47e2-94a9-19ce13fcaa20","type":"any","value":"id","key":"id"}]}},"response":[{"id":"77b567c9-66a2-42be-a5ee-7864e3a4e93e","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/:id","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message",":id"],"variable":[{"key":"id","value":"id90"}]},"description":"Get a message by ID"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"990f9f49-e177-444e-825b-f01cdf6785f8","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/:id","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message",":id"],"variable":[{"key":"id","value":"id90"}]},"description":"Get a message by ID"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"b5c8da94-a98a-4a1e-b355-a3c3680e1310","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/:id","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message",":id"],"variable":[{"key":"id","value":"id90"}]},"description":"Get a message by ID"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"messageId\": \"messageId74\",\r\n  \"timestamp\": 192,\r\n  \"message\": \"message74\",\r\n  \"data\": \"data74\",\r\n  \"attachments\": [\r\n    {\r\n      \"id\": \"id74\",\r\n      \"name\": \"name74\",\r\n      \"size\": 192,\r\n      \"images\": [\r\n        {\r\n          \"id\": \"id74\",\r\n          \"dimension\": \"dimension74\"\r\n        }\r\n      ]\r\n    }\r\n  ],\r\n  \"user\": {\r\n    \"userId\": 192,\r\n    \"firstName\": \"firstName74\",\r\n    \"lastName\": \"lastName74\",\r\n    \"displayName\": \"displayName74\",\r\n    \"email\": \"email74\",\r\n    \"username\": \"username74\"\r\n  },\r\n  \"stream\": {\r\n    \"streamId\": \"streamId74\",\r\n    \"streamType\": \"streamType74\",\r\n    \"roomName\": \"roomName74\",\r\n    \"members\": [\r\n      {\r\n        \"userId\": 192,\r\n        \"firstName\": \"firstName74\",\r\n        \"lastName\": \"lastName74\",\r\n        \"displayName\": \"displayName74\",\r\n        \"email\": \"email74\",\r\n        \"username\": \"username74\"\r\n      }\r\n    ],\r\n    \"external\": false,\r\n    \"crossPod\": false\r\n  },\r\n  \"externalRecipients\": false,\r\n  \"diagnostic\": \"diagnostic74\",\r\n  \"userAgent\": \"userAgent74\",\r\n  \"originalFormat\": \"originalFormat74\",\r\n  \"disclaimer\": \"disclaimer74\"\r\n}"},{"id":"77433d22-3530-4cd5-8230-c85326097356","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/:id","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message",":id"],"variable":[{"key":"id","value":"id90"}]},"description":"Get a message by ID"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"e8359b4e-7964-415d-94cc-472f7c39ced9","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/:id","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message",":id"],"variable":[{"key":"id","value":"id90"}]},"description":"Get a message by ID"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"efd626b4-f389-414d-9f51-aeb3980fec7f"},{"name":"Search messages","id":"e784a351-831d-432f-a848-c57b11b86358","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/message/search?query=query&skip=0&limit=32&scope=scope&sortDir=sortDir","description":"<p>Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","message","search"],"host":["{{agentUrl}}"],"query":[{"key":"query","value":"query"},{"key":"skip","value":"0"},{"key":"limit","value":"32"},{"key":"scope","value":"scope"},{"key":"sortDir","value":"sortDir"}],"variable":[]}},"response":[{"id":"4f02d0a8-27be-4119-93d9-f2f0660a77ff","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?query=query90&skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"query","value":"query90"},{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"533ad94f-6b6a-4757-96d7-06190a1d5edc","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?query=query90&skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"query","value":"query90"},{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"13aed755-4839-4855-8f6d-84e027a6af53","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?query=query90&skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"query","value":"query90"},{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"f8eae970-7544-4998-bc8d-7710ccf3024e","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?query=query90&skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"query","value":"query90"},{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId74\",\r\n    \"timestamp\": 192,\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"attachments\": [\r\n      {\r\n        \"id\": \"id74\",\r\n        \"name\": \"name74\",\r\n        \"size\": 192,\r\n        \"images\": [\r\n          {\r\n            \"id\": \"id74\",\r\n            \"dimension\": \"dimension74\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"user\": {\r\n      \"userId\": 192,\r\n      \"firstName\": \"firstName74\",\r\n      \"lastName\": \"lastName74\",\r\n      \"displayName\": \"displayName74\",\r\n      \"email\": \"email74\",\r\n      \"username\": \"username74\"\r\n    },\r\n    \"stream\": {\r\n      \"streamId\": \"streamId74\",\r\n      \"streamType\": \"streamType74\",\r\n      \"roomName\": \"roomName74\",\r\n      \"members\": [\r\n        {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        }\r\n      ],\r\n      \"external\": false,\r\n      \"crossPod\": false\r\n    },\r\n    \"externalRecipients\": false,\r\n    \"diagnostic\": \"diagnostic74\",\r\n    \"userAgent\": \"userAgent74\",\r\n    \"originalFormat\": \"originalFormat74\",\r\n    \"disclaimer\": \"disclaimer74\"\r\n  }\r\n]"},{"id":"160b206e-9183-496b-9ad1-d17e51ba881a","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?query=query90&skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"query","value":"query90"},{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria. The \"query\" parameter takes a search query defined as\n\"field:value\" pairs combined by the operator \"AND\" (e.g. \"text:foo AND autor:bar\"). Supported fields are\n (case-insensitive): \"text\", \"author\", \"hashtag\", \"cashtag\", \"mention\", \"signal\", \"fromDate\", \"toDate\",\n \"streamId\", \"streamType\".\n \"text\" search requires a \"streamId\" to be specified.\n \"streamType\" accepts one of the following values: \"chat\" (IMs and MIMs), \"im\", \"mim\", \"chatroom\", \"post\".\n \"signal\" queries can only be combined with \"fromDate\", \"toDate\", \"skip\" and \"limit\" parameters.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"e784a351-831d-432f-a848-c57b11b86358"},{"name":"Search messages","id":"0fb33683-90b2-4dea-8649-ac64ba407dbf","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":"https://{{agentUrl}}/agent/v1/message/search?skip=0&limit=32&scope=scope&sortDir=sortDir","description":"<p>Search messages according to the specified criteria.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","message","search"],"host":["{{agentUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"},{"key":"scope","value":"scope"},{"key":"sortDir","value":"sortDir"}],"variable":[]}},"response":[{"id":"0bfca1ad-37b7-4595-9560-bb379ab2dc9a","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"0e07e16d-c2da-48d6-ae09-440ad3327881","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"2ba44845-13ca-430a-aef4-a741dbe4e5a4","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"db94e76d-f854-452f-91bc-98fd28d5a390","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"22b4a873-8c62-43a5-9b31-632ad57f9596","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"text74\",\r\n  \"streamId\": \"streamId74\",\r\n  \"streamType\": \"streamType74\",\r\n  \"author\": 192,\r\n  \"hashtag\": \"hashtag74\",\r\n  \"cashtag\": \"cashtag74\",\r\n  \"mention\": 192,\r\n  \"signal\": \"signal74\",\r\n  \"fromDate\": 192,\r\n  \"toDate\": 192\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/message/search?skip=233&limit=233&scope=scope90&sortDir=sortDir90","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","message","search"],"query":[{"key":"skip","value":"233"},{"key":"limit","value":"233"},{"key":"scope","value":"scope90"},{"key":"sortDir","value":"sortDir90"}]},"description":"Search messages according to the specified criteria.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId74\",\r\n    \"timestamp\": 192,\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"attachments\": [\r\n      {\r\n        \"id\": \"id74\",\r\n        \"name\": \"name74\",\r\n        \"size\": 192,\r\n        \"images\": [\r\n          {\r\n            \"id\": \"id74\",\r\n            \"dimension\": \"dimension74\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"user\": {\r\n      \"userId\": 192,\r\n      \"firstName\": \"firstName74\",\r\n      \"lastName\": \"lastName74\",\r\n      \"displayName\": \"displayName74\",\r\n      \"email\": \"email74\",\r\n      \"username\": \"username74\"\r\n    },\r\n    \"stream\": {\r\n      \"streamId\": \"streamId74\",\r\n      \"streamType\": \"streamType74\",\r\n      \"roomName\": \"roomName74\",\r\n      \"members\": [\r\n        {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        }\r\n      ],\r\n      \"external\": false,\r\n      \"crossPod\": false\r\n    },\r\n    \"externalRecipients\": false,\r\n    \"diagnostic\": \"diagnostic74\",\r\n    \"userAgent\": \"userAgent74\",\r\n    \"originalFormat\": \"originalFormat74\",\r\n    \"disclaimer\": \"disclaimer74\"\r\n  }\r\n]"}],"_postman_id":"0fb33683-90b2-4dea-8649-ac64ba407dbf"},{"name":"Get messages from an existing stream.","id":"c9428569-0294-4a8b-ba43-5b4a30d54efc","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=0&skip=0&limit=32","description":"<p>A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.</p>\n<p>This method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.</p>\n","urlObject":{"protocol":"https","path":["agent","v4","stream",":sid","message"],"host":["{{agentUrl}}"],"query":[{"key":"since","value":"0"},{"key":"skip","value":"0"},{"key":"limit","value":"32"}],"variable":[{"id":"4b6636b5-f523-419d-98f9-69e3f40aac59","type":"any","value":"sid","key":"sid"}]}},"response":[{"id":"516cb55f-304a-4043-8e64-267f58e898c8","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=233&skip=233&limit=233","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message"],"query":[{"key":"since","value":"233"},{"key":"skip","value":"233"},{"key":"limit","value":"233"}],"variable":[{"key":"sid","value":"sid90"}]},"description":"A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.\n\nThis method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"60f19543-bc73-465c-9785-5787328c8090","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=233&skip=233&limit=233","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message"],"query":[{"key":"since","value":"233"},{"key":"skip","value":"233"},{"key":"limit","value":"233"}],"variable":[{"key":"sid","value":"sid90"}]},"description":"A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.\n\nThis method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"d51faa21-c3a3-4ae3-ad9b-607843802776","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=233&skip=233&limit=233","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message"],"query":[{"key":"since","value":"233"},{"key":"skip","value":"233"},{"key":"limit","value":"233"}],"variable":[{"key":"sid","value":"sid90"}]},"description":"A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.\n\nThis method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId74\",\r\n    \"timestamp\": 192,\r\n    \"message\": \"message74\",\r\n    \"data\": \"data74\",\r\n    \"attachments\": [\r\n      {\r\n        \"id\": \"id74\",\r\n        \"name\": \"name74\",\r\n        \"size\": 192,\r\n        \"images\": [\r\n          {\r\n            \"id\": \"id74\",\r\n            \"dimension\": \"dimension74\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"user\": {\r\n      \"userId\": 192,\r\n      \"firstName\": \"firstName74\",\r\n      \"lastName\": \"lastName74\",\r\n      \"displayName\": \"displayName74\",\r\n      \"email\": \"email74\",\r\n      \"username\": \"username74\"\r\n    },\r\n    \"stream\": {\r\n      \"streamId\": \"streamId74\",\r\n      \"streamType\": \"streamType74\",\r\n      \"roomName\": \"roomName74\",\r\n      \"members\": [\r\n        {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        }\r\n      ],\r\n      \"external\": false,\r\n      \"crossPod\": false\r\n    },\r\n    \"externalRecipients\": false,\r\n    \"diagnostic\": \"diagnostic74\",\r\n    \"userAgent\": \"userAgent74\",\r\n    \"originalFormat\": \"originalFormat74\",\r\n    \"disclaimer\": \"disclaimer74\"\r\n  }\r\n]"},{"id":"f0e4ba7c-7bb5-4240-8dae-1d4ccb1632ec","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=233&skip=233&limit=233","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message"],"query":[{"key":"since","value":"233"},{"key":"skip","value":"233"},{"key":"limit","value":"233"}],"variable":[{"key":"sid","value":"sid90"}]},"description":"A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.\n\nThis method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"af6d4724-a835-406b-b976-8a15249f244b","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message?since=233&skip=233&limit=233","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message"],"query":[{"key":"since","value":"233"},{"key":"skip","value":"233"},{"key":"limit","value":"233"}],"variable":[{"key":"sid","value":"sid90"}]},"description":"A caller can fetch all unseen messages by passing the timestamp of\nthe last message seen as the since parameter and the number of messages\nwith the same timestamp value already seen as the skip parameter. This\nmeans that every message will be seen exactly once even in the case that\nan additional message is processed with the same timestamp as the last\nmessage returned by the previous call, and the case where there are\nmore than maxMessages with the same timestamp value.\n\nThis method is intended for historic queries and is generally reliable\nbut if guaranteed delivery of every message in real time is required\nthen the equivilent firehose method should be called.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"c9428569-0294-4a8b-ba43-5b4a30d54efc"},{"name":"Post a message to one existing stream.","id":"5d8713a9-de1c-43d4-a060-77dab9ae4725","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Authorization token used to make delegated calls.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"<p>The message payload in MessageML.</p>\n","type":"text"},{"key":"data","value":"data31","description":"<p>Optional message data in EntityJSON.</p>\n","type":"text"},{"key":"version","value":"version31","description":"<p>Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.</p>\n","type":"text"},{"key":"attachment","description":"<p>Optional file attachment.</p>\n","type":"file","src":[]},{"key":"preview","description":"<p>Optional attachment preview.</p>\n","type":"file","src":[]}]},"url":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","description":"<p>Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.</p>\n<p>You may include an attachment on the message.</p>\n<p>The message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.</p>\n<p>The optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.</p>\n<p>If the message is in MessageML and fails schema validation\na client error results</p>\n<p>If the message is sent then 200 is returned.</p>\n<p>Regarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.</p>\n","urlObject":{"protocol":"https","path":["agent","v4","stream",":sid","message","create"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"2c4ae12b-57e8-4125-9579-af1f086bddda","type":"any","value":"sid","key":"sid"}]}},"response":[{"id":"f32e0204-9977-480f-82d8-05ad8f4a111a","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Message sent.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"messageId\": \"messageId74\",\r\n  \"timestamp\": 192,\r\n  \"message\": \"message74\",\r\n  \"data\": \"data74\",\r\n  \"attachments\": [\r\n    {\r\n      \"id\": \"id74\",\r\n      \"name\": \"name74\",\r\n      \"size\": 192,\r\n      \"images\": [\r\n        {\r\n          \"id\": \"id74\",\r\n          \"dimension\": \"dimension74\"\r\n        }\r\n      ]\r\n    }\r\n  ],\r\n  \"user\": {\r\n    \"userId\": 192,\r\n    \"firstName\": \"firstName74\",\r\n    \"lastName\": \"lastName74\",\r\n    \"displayName\": \"displayName74\",\r\n    \"email\": \"email74\",\r\n    \"username\": \"username74\"\r\n  },\r\n  \"stream\": {\r\n    \"streamId\": \"streamId74\",\r\n    \"streamType\": \"streamType74\",\r\n    \"roomName\": \"roomName74\",\r\n    \"members\": [\r\n      {\r\n        \"userId\": 192,\r\n        \"firstName\": \"firstName74\",\r\n        \"lastName\": \"lastName74\",\r\n        \"displayName\": \"displayName74\",\r\n        \"email\": \"email74\",\r\n        \"username\": \"username74\"\r\n      }\r\n    ],\r\n    \"external\": false,\r\n    \"crossPod\": false\r\n  },\r\n  \"externalRecipients\": false,\r\n  \"diagnostic\": \"diagnostic74\",\r\n  \"userAgent\": \"userAgent74\",\r\n  \"originalFormat\": \"originalFormat74\",\r\n  \"disclaimer\": \"disclaimer74\"\r\n}"},{"id":"5681287d-661a-4bf9-8084-08fb6ef4443a","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"47d87fe6-5f58-4a83-bce0-d3a298b6b991","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"5c998622-4ed7-4d64-81cf-0faf01bbf1c3","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"5ec0863e-217a-4494-b702-8c8c038a2978","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"ad136bb8-2038-4eab-9aef-c592ed768641","name":"Response_451","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Authorization token used to make delegated calls."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"message31","description":"The message payload in MessageML.","type":"text"},{"key":"data","value":"data31","description":"Optional message data in EntityJSON.","type":"text"},{"key":"version","value":"version31","description":"Optional message version in the format \"major.minor\". If empty, defaults to the latest supported version.","type":"text"},{"key":"attachment","description":"Optional file attachment.","type":"file","src":[]},{"key":"preview","description":"Optional attachment preview.","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v4/stream/:sid/message/create","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","stream",":sid","message","create"],"variable":[{"key":"sid","value":"sid90"}]},"description":"Post a new message to the given stream. The stream can be a chatroom,\nan IM or a multiparty IM.\n\nYou may include an attachment on the message.\n\nThe message can be provided as MessageMLV2 or PresentationML. Both formats support Freemarker templates.\n\nThe optional parameter \"data\" can be used to provide a JSON payload containing entity data.\nIf the message contains explicit references to entity data (in \"data-entity-id\" element attributes),\nthis parameter is required.\n\nIf the message is in MessageML and fails schema validation\na client error results\n\nIf the message is sent then 200 is returned.\n\nRegarding authentication, you must either use the sessionToken which was created for delegated app access\nor both the sessionToken and keyManagerToken together.\n"},"status":"Compliance Issues found in message or file","code":451,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"5d8713a9-de1c-43d4-a060-77dab9ae4725"},{"name":"Get the read status of a particular message.","id":"6c20c503-2617-48d1-8d40-e57efa09d59f","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/message/:mid/status","description":"<p>Get the read status of a particular message.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","message",":mid","status"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"8629a956-7620-4b02-9316-e7054ceca5b0","type":"any","value":"mid46","key":"mid"}]}},"response":[{"id":"7e2d6f5c-3cf2-4477-aa61-2ac35ba1261b","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e070f784-df64-4078-a3ac-7af1244c837c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"abca52d9-f994-408f-b2fb-28d0896cce5a","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"Not found: The informed Message ID does not exist","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"90153d53-6d00-43c8-95b4-73062325c87e","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"339b40c6-6eb3-4c21-8322-172e6190c83a","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"author\": {\r\n    \"userId\": \"userId6\",\r\n    \"firstName\": \"firstName6\",\r\n    \"lastName\": \"lastName6\",\r\n    \"displayName\": \"displayName6\",\r\n    \"email\": \"email6\",\r\n    \"userName\": \"userName6\",\r\n    \"timestamp\": \"timestamp6\"\r\n  },\r\n  \"read\": [\r\n    {\r\n      \"userId\": \"userId6\",\r\n      \"firstName\": \"firstName6\",\r\n      \"lastName\": \"lastName6\",\r\n      \"displayName\": \"displayName6\",\r\n      \"email\": \"email6\",\r\n      \"userName\": \"userName6\",\r\n      \"timestamp\": \"timestamp6\"\r\n    }\r\n  ],\r\n  \"delivered\": [\r\n    {\r\n      \"userId\": \"userId6\",\r\n      \"firstName\": \"firstName6\",\r\n      \"lastName\": \"lastName6\",\r\n      \"displayName\": \"displayName6\",\r\n      \"email\": \"email6\",\r\n      \"userName\": \"userName6\",\r\n      \"timestamp\": \"timestamp6\"\r\n    }\r\n  ],\r\n  \"sent\": [\r\n    {\r\n      \"userId\": \"userId6\",\r\n      \"firstName\": \"firstName6\",\r\n      \"lastName\": \"lastName6\",\r\n      \"displayName\": \"displayName6\",\r\n      \"email\": \"email6\",\r\n      \"userName\": \"userName6\",\r\n      \"timestamp\": \"timestamp6\"\r\n    }\r\n  ]\r\n}"},{"id":"42517941-8586-4b91-9852-89f76a4c9c90","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/message/:mid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","message",":mid","status"],"variable":[{"key":"mid","value":"mid46"}]},"description":"Get the read status of a particular message."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"6c20c503-2617-48d1-8d40-e57efa09d59f"},{"name":"Download an attachment.","id":"1eb53514-1a86-4ddf-9027-0f91e5cb6403","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"text/plain,application/json"}],"url":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","description":"<p>Downloads the attachment body by the attachment ID, stream ID, and message ID.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","stream",":sid","attachment"],"host":["{{agentUrl}}"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"id":"ff0021cd-e18b-4bd1-ac62-395893640dff","type":"any","value":"sid31","key":"sid"}]}},"response":[{"id":"ffc91374-46a9-4551-98e7-6fcd5369e630","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","stream",":sid","attachment"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"key":"sid","value":"sid31"}]},"description":"Downloads the attachment body by the attachment ID, stream ID, and message ID.\n"},"status":"Attachment body as Base64 encoded string.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"response31"},{"id":"55ac0454-b632-4ef8-bb2f-90953926b732","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","stream",":sid","attachment"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"key":"sid","value":"sid31"}]},"description":"Downloads the attachment body by the attachment ID, stream ID, and message ID.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"73477294-3c02-4b28-9bdd-b385487672e8","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","stream",":sid","attachment"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"key":"sid","value":"sid31"}]},"description":"Downloads the attachment body by the attachment ID, stream ID, and message ID.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"b11bdcdb-f0c3-462a-97cf-59bc4633f769","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","stream",":sid","attachment"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"key":"sid","value":"sid31"}]},"description":"Downloads the attachment body by the attachment ID, stream ID, and message ID.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f3326510-7ae7-4b38-abfa-1392e99eb5cd","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/stream/:sid/attachment?fileId=fileId31&messageId=messageId31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","stream",":sid","attachment"],"query":[{"key":"fileId","value":"fileId31"},{"key":"messageId","value":"messageId31"}],"variable":[{"key":"sid","value":"sid31"}]},"description":"Downloads the attachment body by the attachment ID, stream ID, and message ID.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"1eb53514-1a86-4ddf-9027-0f91e5cb6403"},{"name":"Share a piece of content into Symphony","id":"9a3d2f36-a006-4321-8bae-093f8b61ac42","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":"https://{{agentUrl}}/agent/v3/stream/:sid/share","description":"<p>Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","stream",":sid","share"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"95d17c5f-bc1a-4909-863b-9d977a0f899f","type":"any","value":"sid31","key":"sid"}]}},"response":[{"id":"ecafa503-d311-46f2-8890-86eb2f69a730","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/stream/:sid/share","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","stream",":sid","share"],"variable":[{"key":"sid","value":"sid31"}]},"description":"Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"7f4b3e0a-ac09-43c2-a4b3-cab5f558d64a","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/stream/:sid/share","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","stream",":sid","share"],"variable":[{"key":"sid","value":"sid31"}]},"description":"Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"3980d7eb-c448-484d-883c-a9c381033a01","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/stream/:sid/share","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","stream",":sid","share"],"variable":[{"key":"sid","value":"sid31"}]},"description":"Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"message5\",\r\n  \"fromUserId\": 15,\r\n  \"attachments\": [\r\n    {\r\n      \"id\": \"id74\",\r\n      \"name\": \"name74\",\r\n      \"size\": 192\r\n    }\r\n  ],\r\n  \"id\": \"id74\",\r\n  \"timestamp\": \"timestamp74\",\r\n  \"v2messageType\": \"v2messageType74\",\r\n  \"streamId\": \"streamId74\"\r\n}"},{"id":"a97e70d6-008c-4e84-a186-87f8f0f2e562","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/stream/:sid/share","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","stream",":sid","share"],"variable":[{"key":"sid","value":"sid31"}]},"description":"Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5156ffea-2eb0-4c56-a28f-a45e97099050","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"type74\",\r\n  \"content\": {\r\n    \"articleId\": \"articleId74\",\r\n    \"title\": \"title74\",\r\n    \"subTitle\": \"subTitle74\",\r\n    \"message\": \"message74\",\r\n    \"publisher\": \"publisher74\",\r\n    \"publishDate\": 192,\r\n    \"thumbnailUrl\": \"thumbnailUrl74\",\r\n    \"author\": \"author74\",\r\n    \"articleUrl\": \"articleUrl74\",\r\n    \"summary\": \"summary74\",\r\n    \"appId\": \"appId74\",\r\n    \"appName\": \"appName74\",\r\n    \"appIconUrl\": \"appIconUrl74\"\r\n  }\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/stream/:sid/share","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","stream",":sid","share"],"variable":[{"key":"sid","value":"sid31"}]},"description":"Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"9a3d2f36-a006-4321-8bae-093f8b61ac42"},{"name":"[Admin] Fetch message details","id":"5eca5d5b-0f33-476f-b094-6236441ff309","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"<p>Fetch message details</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","messages"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d764a402-7ca9-4343-a1b0-39a5157057cf","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a5a929a1-bf58-43b2-8f94-b56ee68b2dc2","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"39e3a8ad-dadd-42bc-a06a-997bf978bf2f","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Not found: Message ID could not be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fcb1e51f-de70-42aa-865e-e1912181d4bd","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a40c3c58-018a-454d-8705-043c71a02d68","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId6\",\r\n    \"creator\": {\r\n      \"id\": 16,\r\n      \"name\": \"name6\"\r\n    },\r\n    \"onBehalfOfUser\": {\r\n      \"id\": 16,\r\n      \"name\": \"name6\"\r\n    },\r\n    \"stream\": {\r\n      \"id\": \"id6\",\r\n      \"name\": \"name6\",\r\n      \"streamType\": \"streamType6\"\r\n    },\r\n    \"creationDate\": 16,\r\n    \"deliveryReceiptCount\": 16,\r\n    \"readReceiptCount\": 16,\r\n    \"emailNotificationCount\": 16,\r\n    \"downloadReceiptCounts\": [\r\n      {\r\n        \"fileName\": \"fileName6\",\r\n        \"count\": 16\r\n      }\r\n    ]\r\n  }\r\n]"},{"id":"237b994b-c85e-4197-adf8-6c91d1ee731d","name":"Response_422","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Unprocessable entity: Invalid message type.","code":422,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"287ccce7-f350-410b-847a-8b333f80b8a8","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"messageIds\": [\r\n    \"messageIds6\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/messages","description":"Fetch message details"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"5eca5d5b-0f33-476f-b094-6236441ff309"},{"name":"[Admin] Fetch receipts details from a specific message.","id":"3adffed3-e88c-46c6-b648-3cc6e67f96b0","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","description":"<p>Fetch receipts details from a specific message.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","messages",":messageId","receipts"],"host":["{{podUrl}}"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"id":"43f795a1-e613-4402-91b6-c706d8d6622b","type":"any","value":"messageId46","key":"messageId"}]}},"response":[{"id":"7a62015a-9058-4507-86e0-00cb3071b0c2","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"20ff5cca-3159-4801-a94c-2512a4eb1f9a","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3523a094-5a89-4528-bc42-e2927fedcd83","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"370183f7-ad87-4e0c-8874-58bf4f37e00d","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"Not Found: Message receipt details cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7841247c-a7de-4689-8e15-0122afc0e8c8","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"339e568a-463a-4fe7-bdf5-a70410a991bd","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messages/:messageId/receipts?before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messages",":messageId","receipts"],"query":[{"key":"before","value":"before46"},{"key":"after","value":"after46"}],"variable":[{"key":"messageId","value":"messageId46"}]},"description":"Fetch receipts details from a specific message."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"creator\": {\r\n    \"id\": 16,\r\n    \"name\": \"name6\"\r\n  },\r\n  \"onBehalfOfUser\": {\r\n    \"id\": 16,\r\n    \"name\": \"name6\"\r\n  },\r\n  \"stream\": {\r\n    \"id\": \"id6\",\r\n    \"name\": \"name6\",\r\n    \"streamType\": \"streamType6\"\r\n  },\r\n  \"creationDate\": 16,\r\n  \"deliveryReceiptCount\": 16,\r\n  \"readReceiptCount\": 16,\r\n  \"emailNotificationCount\": 16,\r\n  \"downloadReceiptCounts\": [\r\n    {\r\n      \"fileName\": \"fileName6\",\r\n      \"count\": 16\r\n    }\r\n  ],\r\n  \"MessageReceiptDetail\": [\r\n    {\r\n      \"user\": {\r\n        \"id\": 16,\r\n        \"username\": \"username6\",\r\n        \"firstName\": \"firstName6\",\r\n        \"lastName\": \"lastName6\",\r\n        \"emailAddress\": \"emailAddress6\"\r\n      },\r\n      \"deliveryReceiptTimestamp\": 16,\r\n      \"readReceiptTimestamp\": 16,\r\n      \"emailNotificationTimestamp\": 16,\r\n      \"downloadReceiptCounts\": [\r\n        {\r\n          \"fileName\": \"fileName6\",\r\n          \"timestamp\": 16\r\n        }\r\n      ]\r\n    }\r\n  ],\r\n  \"pagination\": {\r\n    \"cursors\": {\r\n      \"before\": \"MTAxNTExOTQ1MjAwNzI5NDE=\",\r\n      \"after\": \"NDMyNzQyODI3OTQw\"\r\n    },\r\n    \"previous\": \"https://tenantapi.d.isym.io/v1/tenantinfo?limit=25&before=MTAxNTExOTQ1MjAwNzI5NDE=\",\r\n    \"next\": \"https://tenantapi.d.isym.io/v1/tenantinfo?limit=25&after=NDMyNzQyODI3OTQw\"\r\n  }\r\n}"}],"_postman_id":"3adffed3-e88c-46c6-b648-3cc6e67f96b0"},{"name":"[Admin] Fetch message ids using timestamp.","id":"59e148af-3b2d-4c04-b66d-52cf02da059c","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","description":"<p>Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","streams",":streamId","messageIds"],"host":["{{podUrl}}"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"id":"ff1a2c52-c9c1-47bb-9775-e252229f1742","type":"any","value":"streamId46","key":"streamId"}]}},"response":[{"id":"e6bf8aea-5b1a-42c8-80f7-9b9e2f679665","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"54e47f91-d254-47f2-a5f6-a301e51b99ff","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b3e7faf2-b9f5-4304-a58a-c2f026bd0b20","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Data\": [\r\n    \"Data6\"\r\n  ],\r\n  \"TotalNumberFound\": 16,\r\n  \"numberReturned\": 16,\r\n  \"nextStartNumber\": 16\r\n}"},{"id":"a3bdbba6-9cd7-45a8-a94c-4418a1757ce1","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"084bd617-479f-4d5a-b3bb-31dfa2035b31","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8934f11b-f9a6-495a-a3e1-4bf0150df7d3","name":"Response_422","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Unprocessable Entity: Timestamp range is bigger than twenty-four hours.","code":422,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1773ce76-a7b6-4b27-aa01-726e51e31791","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/:streamId/messageIds?since=119&to=119&limit=119&offset=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams",":streamId","messageIds"],"query":[{"key":"since","value":"119"},{"key":"to","value":"119"},{"key":"limit","value":"119"},{"key":"offset","value":"119"}],"variable":[{"key":"streamId","value":"streamId46"}]},"description":"Gets all message Ids that matches a given stream defined by\na streamId in a specified time frame\n"},"status":"Not Found: Stream cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"59e148af-3b2d-4c04-b66d-52cf02da059c"},{"name":"[Admin] Suppress a message","id":"e16a3f35-8eb3-4a21-83ce-14b1155fc85c","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","description":"<p>Suppress a message</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","messagesuppression",":id","suppress"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"b51c95d1-8c6a-4027-b57e-6976d654331e","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"975fd7cd-80a4-4f2f-8e4e-be5c49bc21f5","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messagesuppression",":id","suppress"],"variable":[{"key":"id","value":"id6"}]},"description":"Suppress a message"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e230cccd-7e7c-4fce-84fe-14ad8450eb66","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messagesuppression",":id","suppress"],"variable":[{"key":"id","value":"id6"}]},"description":"Suppress a message"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bde93899-b282-408b-a504-98ff1433df59","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messagesuppression",":id","suppress"],"variable":[{"key":"id","value":"id6"}]},"description":"Suppress a message"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"295609c0-2810-47e4-8600-a22a4cf244fd","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messagesuppression",":id","suppress"],"variable":[{"key":"id","value":"id6"}]},"description":"Suppress a message"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"messageId\": \"messageId6\",\r\n  \"suppressed\": false,\r\n  \"suppressionDate\": 16\r\n}"},{"id":"0ec11c13-3a86-4535-b653-25f445429235","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/messagesuppression/:id/suppress","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","messagesuppression",":id","suppress"],"variable":[{"key":"id","value":"id6"}]},"description":"Suppress a message"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"e16a3f35-8eb3-4a21-83ce-14b1155fc85c"}],"id":"3db69b53-6a85-4da6-b11c-10e733b3eeed","_postman_id":"3db69b53-6a85-4da6-b11c-10e733b3eeed","description":""},{"name":"Streams","item":[{"name":"Create a new single or multi party instant message conversation between the caller and specified users.","id":"76be64d5-583b-4a47-a68a-060b7d7ae567","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"<p>At least one user ID must be provided or\nan error response will be sent.</p>\n<p>The caller is implicitly included in the members of the\ncreated chat.</p>\n<p>Duplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.</p>\n<p>If there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.</p>\n<p>This method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","im","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b5f258ac-480d-41ea-aab5-c5756ec3f457","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"094231f6-3eb5-43d7-9491-622824592091","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8e625333-8732-4765-bef8-00814d8676f5","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7aee68e8-c32e-4484-90a5-9bb7287a88d0","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\"\r\n}"},{"id":"8e79ea78-c887-4e6b-b413-5a4068ef974c","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/im/create","description":"At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"76be64d5-583b-4a47-a68a-060b7d7ae567"},{"name":"Create a new chatroom.","id":"f8397a63-fcbd-4b6d-b41b-47809bcaabcf","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"<p>Create a new chatroom.</p>\n<p>If no  attributes are specified, the room is created as a private chatroom.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","room","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b4283f8c-a1c3-42e6-a1a4-ed540fdec00e","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b12be279-0f97-4903-b679-85e4618f21a9","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"roomAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"keywords\": [\r\n      {\r\n        \"key\": \"key36\",\r\n        \"value\": \"value36\"\r\n      }\r\n    ],\r\n    \"description\": \"description36\",\r\n    \"membersCanInvite\": false,\r\n    \"discoverable\": false,\r\n    \"public\": false,\r\n    \"readOnly\": false,\r\n    \"copyProtected\": false,\r\n    \"crossPod\": false,\r\n    \"viewHistory\": false,\r\n    \"multiLateralRoom\": false,\r\n    \"subType\": \"subType36\"\r\n  },\r\n  \"roomSystemInfo\": {\r\n    \"id\": \"id36\",\r\n    \"creationDate\": 94,\r\n    \"createdByUserId\": 94,\r\n    \"active\": false\r\n  }\r\n}"},{"id":"026ed62b-a2ff-46ac-9118-4bae56b97e1d","name":"Response_451","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"Unavailable for Legal Reasons: Compliance Issues found in room creation request.","code":451,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"047e4883-d191-4c73-9890-942cd1f8defc","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"48a7696c-dc77-4fda-aa5b-7ba59315fa95","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"60ca2d8c-7cbb-4981-b432-98dcaf7d3b2f","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/create","description":"Create a new chatroom.\n\nIf no  attributes are specified, the room is created as a private chatroom.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"f8397a63-fcbd-4b6d-b41b-47809bcaabcf"},{"name":"Search rooms according to the specified criteria.","id":"85c23b8d-3be1-49ed-9bb5-893b1f3db890","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/search?skip=0&limit=32","description":"<p>Search rooms according to the specified criteria.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","room","search"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"}],"variable":[]}},"response":[{"id":"3f142d27-fbac-444c-8d06-a65f4b944665","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/search?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Search rooms according to the specified criteria."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8cde055b-49ff-4b3f-93b5-071624846f80","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/search?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Search rooms according to the specified criteria."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ae84c124-5a4e-4ff0-90c5-adf68bc82c46","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/search?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Search rooms according to the specified criteria."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7682770a-239c-4018-8ab4-3dcc24cee53f","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/search?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Search rooms according to the specified criteria."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"72a1fed0-5cfa-4421-ad5d-99af42974f9f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"labels\": [\r\n    \"labels36\"\r\n  ],\r\n  \"active\": false,\r\n  \"private\": false,\r\n  \"owner\": {\r\n    \"id\": 94\r\n  },\r\n  \"creator\": {\r\n    \"id\": 94\r\n  },\r\n  \"member\": {\r\n    \"id\": 94\r\n  },\r\n  \"sortOrder\": \"BASIC\",\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/search?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Search rooms according to the specified criteria."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 94,\r\n  \"skip\": 94,\r\n  \"limit\": 94,\r\n  \"query\": {\r\n    \"query\": \"query36\",\r\n    \"labels\": [\r\n      \"labels36\"\r\n    ],\r\n    \"active\": false,\r\n    \"private\": false,\r\n    \"owner\": {\r\n      \"id\": 94\r\n    },\r\n    \"creator\": {\r\n      \"id\": 94\r\n    },\r\n    \"member\": {\r\n      \"id\": 94\r\n    },\r\n    \"sortOrder\": \"BASIC\",\r\n    \"subType\": \"subType36\"\r\n  },\r\n  \"rooms\": [\r\n    {\r\n      \"roomAttributes\": {\r\n        \"name\": \"name36\",\r\n        \"keywords\": [\r\n          {\r\n            \"key\": \"key36\",\r\n            \"value\": \"value36\"\r\n          }\r\n        ],\r\n        \"description\": \"description36\",\r\n        \"membersCanInvite\": false,\r\n        \"discoverable\": false,\r\n        \"public\": false,\r\n        \"readOnly\": false,\r\n        \"copyProtected\": false,\r\n        \"crossPod\": false,\r\n        \"viewHistory\": false,\r\n        \"multiLateralRoom\": false,\r\n        \"subType\": \"subType36\"\r\n      },\r\n      \"roomSystemInfo\": {\r\n        \"id\": \"id36\",\r\n        \"creationDate\": 94,\r\n        \"createdByUserId\": 94,\r\n        \"active\": false\r\n      }\r\n    }\r\n  ],\r\n  \"facetedMatchCount\": [\r\n    {\r\n      \"facet\": \"facet36\",\r\n      \"count\": 94\r\n    }\r\n  ]\r\n}"}],"_postman_id":"85c23b8d-3be1-49ed-9bb5-893b1f3db890"},{"name":"Get information about a partcular chatroom.","id":"afd74ebb-79d2-4ba0-bb64-25bfdf710b0a","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v3/room/:id/info","description":"<p>Get information about a partcular chatroom.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","room",":id","info"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"480515fb-f65b-4385-b93b-21d5e7227880","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"c2efeb43-5b51-4f14-86ef-9b91b44a9923","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","info"],"variable":[{"key":"id","value":"id6"}]},"description":"Get information about a partcular chatroom."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ca561930-897b-4037-912c-71115c487dd0","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","info"],"variable":[{"key":"id","value":"id6"}]},"description":"Get information about a partcular chatroom."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6615f41b-cb9e-4e67-9f2f-8c254845240b","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","info"],"variable":[{"key":"id","value":"id6"}]},"description":"Get information about a partcular chatroom."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"roomAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"keywords\": [\r\n      {\r\n        \"key\": \"key36\",\r\n        \"value\": \"value36\"\r\n      }\r\n    ],\r\n    \"description\": \"description36\",\r\n    \"membersCanInvite\": false,\r\n    \"discoverable\": false,\r\n    \"public\": false,\r\n    \"readOnly\": false,\r\n    \"copyProtected\": false,\r\n    \"crossPod\": false,\r\n    \"viewHistory\": false,\r\n    \"multiLateralRoom\": false,\r\n    \"subType\": \"subType36\"\r\n  },\r\n  \"roomSystemInfo\": {\r\n    \"id\": \"id36\",\r\n    \"creationDate\": 94,\r\n    \"createdByUserId\": 94,\r\n    \"active\": false\r\n  }\r\n}"},{"id":"97d81127-3e1e-4e75-88ed-0be52104989a","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","info"],"variable":[{"key":"id","value":"id6"}]},"description":"Get information about a partcular chatroom."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2169776f-ee10-4d01-945c-e5ebad2c59f3","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","info"],"variable":[{"key":"id","value":"id6"}]},"description":"Get information about a partcular chatroom."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"afd74ebb-79d2-4ba0-bb64-25bfdf710b0a"},{"name":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active.","id":"3e3a6648-0f70-4dfe-810d-063b5de939e1","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","description":"<p>Deactivate or reactivate a chatroom. At creation, a new chatroom is active.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","room",":id","setActive"],"host":["{{podUrl}}"],"query":[{"key":"active","value":"false"}],"variable":[{"id":"d2e19641-1bac-4701-837a-59723147295d","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"505ea584-5b7a-467b-b376-f230ab44789b","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"74adbea6-c830-4afc-b5ee-3e673fa13f68","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0ada4dc4-8a22-435c-a3bf-29789f1bb5fd","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"roomAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"description\": \"description36\",\r\n    \"membersCanInvite\": false,\r\n    \"discoverable\": false\r\n  },\r\n  \"roomSystemInfo\": {\r\n    \"id\": \"id36\",\r\n    \"creationDate\": 94,\r\n    \"createdByUserId\": 94,\r\n    \"active\": false\r\n  },\r\n  \"immutableRoomAttributes\": {\r\n    \"public\": false,\r\n    \"readOnly\": false,\r\n    \"copyProtected\": false\r\n  }\r\n}"},{"id":"9599840f-6d9b-4c08-8c06-997efec11a2d","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4b58173e-9a63-497d-b09c-67e3250fd2e5","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom. At creation, a new chatroom is active."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"3e3a6648-0f70-4dfe-810d-063b5de939e1"},{"name":"Update the attributes of an existing chatroom.","id":"a3685fda-a478-4557-bf1a-a7c09fda9cf3","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":"https://{{podUrl}}/pod/v3/room/:id/update","description":"<p>Update the attributes of an existing chatroom.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","room",":id","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"e259cd60-a49f-400e-8efc-e8c707d562b5","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"cda51041-e636-448d-8ee4-52cbb13eebf7","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"234025ae-347a-49b5-84c2-809ddeb437d0","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"30b11ee9-5c07-4a0a-b5ba-a0d526c16504","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"roomAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"keywords\": [\r\n      {\r\n        \"key\": \"key36\",\r\n        \"value\": \"value36\"\r\n      }\r\n    ],\r\n    \"description\": \"description36\",\r\n    \"membersCanInvite\": false,\r\n    \"discoverable\": false,\r\n    \"public\": false,\r\n    \"readOnly\": false,\r\n    \"copyProtected\": false,\r\n    \"crossPod\": false,\r\n    \"viewHistory\": false,\r\n    \"multiLateralRoom\": false,\r\n    \"subType\": \"subType36\"\r\n  },\r\n  \"roomSystemInfo\": {\r\n    \"id\": \"id36\",\r\n    \"creationDate\": 94,\r\n    \"createdByUserId\": 94,\r\n    \"active\": false\r\n  }\r\n}"},{"id":"291ead02-76a2-412b-8ac1-cee1eeb28b3a","name":"Response_451","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"Unavailable for Legal Reasons: Compliance Issues found in room update request.","code":451,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1713b5a2-800c-43e2-9bac-70e1d6a85a0c","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"658cc554-f822-47aa-988a-c4afabf8a693","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"keywords\": [\r\n    {\r\n      \"key\": \"key36\",\r\n      \"value\": \"value36\"\r\n    }\r\n  ],\r\n  \"description\": \"description36\",\r\n  \"membersCanInvite\": false,\r\n  \"discoverable\": false,\r\n  \"public\": false,\r\n  \"readOnly\": false,\r\n  \"copyProtected\": false,\r\n  \"crossPod\": false,\r\n  \"viewHistory\": false,\r\n  \"multiLateralRoom\": false,\r\n  \"subType\": \"subType36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v3/room/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","room",":id","update"],"variable":[{"key":"id","value":"id6"}]},"description":"Update the attributes of an existing chatroom."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"a3685fda-a478-4557-bf1a-a7c09fda9cf3"},{"name":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n","id":"68aca888-a3c3-4009-ad16-c38ab36fd9d1","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","description":"<p>Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).</p>\n","urlObject":{"protocol":"https","path":["pod","v1","streams","list"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"157dfaa4-0b56-4368-b883-c5b56aee1580","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e7f2a99c-6298-4b0f-9a20-6eaf0e920b1f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id6\",\r\n    \"crossPod\": false,\r\n    \"active\": false,\r\n    \"streamType\": {\r\n      \"type\": \"MIM\"\r\n    },\r\n    \"streamAttributes\": {\r\n      \"members\": [\r\n        16\r\n      ]\r\n    },\r\n    \"roomAttributes\": {\r\n      \"name\": \"name6\"\r\n    }\r\n  }\r\n]"},{"id":"c383785e-4263-40e3-b04e-cf2cf499a65f","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"77d99be8-8e99-4846-b569-3b18f8d7f621","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f9fb98bd-9d55-4a39-8e1f-5d95e3e96c72","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"MIM\"\r\n    }\r\n  ],\r\n  \"includeInactiveStreams\": false\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all streams of which the requesting user is a member,\nsorted by creation date (ascending).\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"68aca888-a3c3-4009-ad16-c38ab36fd9d1"},{"name":"Get information about a partcular stream.","id":"c8ce7275-1869-4838-8652-ae1cc4a70f24","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/streams/:sid/info","description":"<p>Get information about a partcular stream.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","streams",":sid","info"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"c923bf16-3257-4b37-bcd8-68a216ac63df","type":"any","value":"sid6","key":"sid"}]}},"response":[{"id":"57ab129c-1ee5-40a6-9daa-4cfb1da20c1b","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/streams/:sid/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","streams",":sid","info"],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get information about a partcular stream."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"68304435-df50-4e28-ae61-54b8b49a4a90","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/streams/:sid/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","streams",":sid","info"],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get information about a partcular stream."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b78572c9-2326-4fdc-ad4e-417e9357abe3","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/streams/:sid/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","streams",":sid","info"],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get information about a partcular stream."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id6\",\r\n  \"crossPod\": false,\r\n  \"origin\": \"origin6\",\r\n  \"active\": false,\r\n  \"lastMessageDate\": 16,\r\n  \"streamType\": {\r\n    \"type\": \"type6\"\r\n  },\r\n  \"streamAttributes\": {\r\n    \"members\": [\r\n      16\r\n    ]\r\n  },\r\n  \"roomAttributes\": {\r\n    \"name\": \"name6\"\r\n  }\r\n}"},{"id":"7c861e99-2304-4a13-9127-442456e6e2f1","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/streams/:sid/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","streams",":sid","info"],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get information about a partcular stream."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ec21fc3e-7445-4a61-a1a0-7ac2c52ddf72","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/streams/:sid/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","streams",":sid","info"],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get information about a partcular stream."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"c8ce7275-1869-4838-8652-ae1cc4a70f24"},{"name":"Get attachments in a particular stream.","id":"e7b85c0f-b026-4bd8-b6e7-91606d22f464","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=0&to=88888888&limit=32&sortDir=sortDir","description":"<p>Get attachments in a particular stream.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","streams",":sid","attachments"],"host":["{{podUrl}}"],"query":[{"key":"since","value":"0"},{"key":"to","value":"88888888"},{"key":"limit","value":"32"},{"key":"sortDir","value":"sortDir"}],"variable":[{"id":"88cb557a-d0e1-4172-aa98-5610f9466f5b","type":"any","value":"sid6","key":"sid"}]}},"response":[{"id":"32541e0e-dbb1-4d03-b769-e0a8761e3112","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=16&to=16&limit=16&sortDir=sortDir6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams",":sid","attachments"],"query":[{"key":"since","value":"16"},{"key":"to","value":"16"},{"key":"limit","value":"16"},{"key":"sortDir","value":"sortDir6"}],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get attachments in a particular stream."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"19945281-a7cc-4a3a-a049-7e9f98d84ff4","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=16&to=16&limit=16&sortDir=sortDir6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams",":sid","attachments"],"query":[{"key":"since","value":"16"},{"key":"to","value":"16"},{"key":"limit","value":"16"},{"key":"sortDir","value":"sortDir6"}],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get attachments in a particular stream."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"857aec4a-cd81-4334-a3a4-d9769f962fea","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=16&to=16&limit=16&sortDir=sortDir6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams",":sid","attachments"],"query":[{"key":"since","value":"16"},{"key":"to","value":"16"},{"key":"limit","value":"16"},{"key":"sortDir","value":"sortDir6"}],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get attachments in a particular stream."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"389a0648-85aa-4530-b68f-69c41b593a39","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=16&to=16&limit=16&sortDir=sortDir6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams",":sid","attachments"],"query":[{"key":"since","value":"16"},{"key":"to","value":"16"},{"key":"limit","value":"16"},{"key":"sortDir","value":"sortDir6"}],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get attachments in a particular stream."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"messageId\": \"messageId6\",\r\n    \"ingestionDate\": 16,\r\n    \"userId\": 16,\r\n    \"fileId\": \"fileId6\",\r\n    \"name\": \"name6\",\r\n    \"size\": 16,\r\n    \"content-type\": \"content-type6\",\r\n    \"previews\": [\r\n      {\r\n        \"fileId\": \"fileId6\",\r\n        \"width\": 16\r\n      }\r\n    ]\r\n  }\r\n]"},{"id":"8d59d0a3-3627-446f-a00d-fee87788aaa4","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/streams/:sid/attachments?since=16&to=16&limit=16&sortDir=sortDir6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","streams",":sid","attachments"],"query":[{"key":"since","value":"16"},{"key":"to","value":"16"},{"key":"limit","value":"16"},{"key":"sortDir","value":"sortDir6"}],"variable":[{"key":"sid","value":"sid6"}]},"description":"Get attachments in a particular stream."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"e7b85c0f-b026-4bd8-b6e7-91606d22f464"},{"name":"[Admin] Create a new single or multi party instant message conversation","id":"db77a01c-18d7-44e7-b4b9-9996bae9f312","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"<p>At least two user IDs must be provided or\nan error response will be sent.</p>\n<p>The caller is not included in the members of the\ncreated chat.</p>\n<p>Duplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.</p>\n<p>If there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","im","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d199bf30-71e9-4d1b-a9d2-dd49647eec6c","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"At least two user IDs must be provided or\nan error response will be sent.\n\nThe caller is not included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f1689aab-047c-4991-b265-958048bf26cb","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"At least two user IDs must be provided or\nan error response will be sent.\n\nThe caller is not included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\"\r\n}"},{"id":"cd08534a-f659-42b4-9c31-12c560066f70","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"At least two user IDs must be provided or\nan error response will be sent.\n\nThe caller is not included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23d20f59-cab8-4214-99b3-1f15c1aab877","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"At least two user IDs must be provided or\nan error response will be sent.\n\nThe caller is not included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d5231a4a-42d6-4a80-8fb1-fc40737b1ef7","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/im/create","description":"At least two user IDs must be provided or\nan error response will be sent.\n\nThe caller is not included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"db77a01c-18d7-44e7-b4b9-9996bae9f312"},{"name":"[Admin] Deactivate or reactivate a chatroom via AC Portal.","id":"284d8e6d-1a6b-4d77-b61e-f2a929c105ea","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","description":"<p>Deactivate or reactivate a chatroom via AC Portal.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","room",":id","setActive"],"host":["{{podUrl}}"],"query":[{"key":"active","value":"false"}],"variable":[{"id":"930f057f-852a-4c2a-b180-0682aa2cdbee","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"c69034fb-cee6-45d5-a4eb-8423d11b315a","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom via AC Portal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ab33685b-7adc-4b56-a346-01c30a9f374f","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom via AC Portal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"20122205-e45d-4111-a276-fad09948b5f1","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom via AC Portal."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"roomAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"description\": \"description36\",\r\n    \"membersCanInvite\": false,\r\n    \"discoverable\": false\r\n  },\r\n  \"roomSystemInfo\": {\r\n    \"id\": \"id36\",\r\n    \"creationDate\": 94,\r\n    \"createdByUserId\": 94,\r\n    \"active\": false\r\n  },\r\n  \"immutableRoomAttributes\": {\r\n    \"public\": false,\r\n    \"readOnly\": false,\r\n    \"copyProtected\": false\r\n  }\r\n}"},{"id":"f7f3b11a-15fa-4685-8fdb-86f53d6f525c","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom via AC Portal."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9625e11a-4028-4365-894d-07cdfdaa0346","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/setActive?active=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","setActive"],"query":[{"key":"active","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Deactivate or reactivate a chatroom via AC Portal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"284d8e6d-1a6b-4d77-b61e-f2a929c105ea"},{"name":"[Admin] Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range","id":"46364af1-975c-4fad-84e3-170a810f9284","request":{"method":"POST","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","description":"<p>Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","streams","list"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"7e38818e-93d3-4a25-913b-afe9e323066e","name":"Response_500","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f198c99f-e260-49bd-961e-1b014338834d","name":"Response_403","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e7023d5a-abc1-4f3f-9846-b2ed63e2f1e1","name":"Response_401","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6b432553-9f1d-4b2d-8313-1acaf9411d62","name":"Response_400","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"62a06213-df55-46e4-96f2-258c2a816539","name":"Response_200","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"streamTypes\": [\r\n    {\r\n      \"type\": \"type6\"\r\n    }\r\n  ],\r\n  \"scope\": \"scope6\",\r\n  \"origin\": \"origin6\",\r\n  \"status\": \"status6\",\r\n  \"privacy\": \"privacy6\",\r\n  \"startDate\": 16,\r\n  \"endDate\": 16\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/streams/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","streams","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve all the streams across the enterprise where the membership of the stream has been modified between a given time range\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 16,\r\n  \"skip\": 16,\r\n  \"limit\": 16,\r\n  \"filter\": {\r\n    \"streamTypes\": [\r\n      {\r\n        \"type\": \"type6\"\r\n      }\r\n    ],\r\n    \"scope\": \"scope6\",\r\n    \"origin\": \"origin6\",\r\n    \"status\": \"status6\",\r\n    \"privacy\": \"privacy6\",\r\n    \"startDate\": 16,\r\n    \"endDate\": 16\r\n  },\r\n  \"streams\": [\r\n    {\r\n      \"id\": \"id6\",\r\n      \"isExternal\": false,\r\n      \"isActive\": false,\r\n      \"isPublic\": false,\r\n      \"type\": \"type6\",\r\n      \"crossPod\": false,\r\n      \"origin\": \"origin6\",\r\n      \"attributes\": {\r\n        \"roomName\": \"roomName6\",\r\n        \"roomDescription\": \"roomDescription6\",\r\n        \"members\": [\r\n          16\r\n        ],\r\n        \"createdByUserId\": 16,\r\n        \"createdDate\": 16,\r\n        \"lastModifiedDate\": 16,\r\n        \"originCompany\": \"originCompany6\",\r\n        \"originCompanyId\": 16,\r\n        \"membersCount\": 16,\r\n        \"lastMessageDate\": 16\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"46364af1-975c-4fad-84e3-170a810f9284"},{"name":"[Admin] List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM","id":"60b24e74-6487-4325-b767-ba9ce515da63","request":{"method":"GET","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=0&limit=32","description":"<p>List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","stream",":id","membership","list"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"}],"variable":[{"id":"2db6da55-834e-4473-9be8-dde2be580c04","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"392633f7-5d5f-4249-b520-816c2dd6aa73","name":"Response_401","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","stream",":id","membership","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[{"key":"id","value":"id6"}]},"description":"List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a3d6cdfa-4db9-40e4-91e0-c4f0a4d8ed39","name":"Response_403","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","stream",":id","membership","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[{"key":"id","value":"id6"}]},"description":"List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"51868bb6-eba2-4665-9ae2-ff45cb6566b0","name":"Response_500","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","stream",":id","membership","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[{"key":"id","value":"id6"}]},"description":"List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"223035f9-1312-49fa-a383-9a5727235be4","name":"Response_200","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","stream",":id","membership","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[{"key":"id","value":"id6"}]},"description":"List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 94,\r\n  \"skip\": 94,\r\n  \"limit\": 94,\r\n  \"members\": [\r\n    {\r\n      \"user\": {\r\n        \"userId\": 94,\r\n        \"email\": \"email36\",\r\n        \"firstName\": \"firstName36\",\r\n        \"lastName\": \"lastName36\",\r\n        \"displayName\": \"displayName36\",\r\n        \"company\": \"company36\",\r\n        \"companyId\": 94,\r\n        \"isExternal\": false\r\n      },\r\n      \"isOwner\": false,\r\n      \"isCreator\": false,\r\n      \"joinDate\": 16\r\n    }\r\n  ]\r\n}"},{"id":"8ee6b94b-779d-4683-8717-fc3a1762b861","name":"Response_400","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/stream/:id/membership/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","stream",":id","membership","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[{"key":"id","value":"id6"}]},"description":"List the current members of an existing stream.  The stream can be of type IM, MIM, or ROOM"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"60b24e74-6487-4325-b767-ba9ce515da63"}],"id":"650660bd-cad2-40d0-bdf2-61fb51cbc3b7","_postman_id":"650660bd-cad2-40d0-bdf2-61fb51cbc3b7","description":""},{"name":"Room Membership","item":[{"name":"Adds new member to an existing room.","id":"25bea543-a4c8-4785-86f7-f6b0570bf59a","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/room/:id/membership/add","description":"<p>Adds new member to an existing room.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","room",":id","membership","add"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"8de89b33-7419-4394-910b-2a5b6d63a137","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"03cdd75a-ab79-4f54-a807-9bccd4bb7c8d","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Adds new member to an existing room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ce174fc2-8541-4698-9639-eb1255f98195","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Adds new member to an existing room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8a8abaf3-5d47-4d61-b55c-4e298c75bc2f","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Adds new member to an existing room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"cc1f5198-c2bd-4d30-8100-b1d1d98a9d00","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Adds new member to an existing room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"615af705-578c-42a7-8ce4-33d11b3d491c","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Adds new member to an existing room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"25bea543-a4c8-4785-86f7-f6b0570bf59a"},{"name":"Removes member from an existing room.","id":"3c262e20-b2ae-47ae-afc3-70a027b404d9","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","description":"<p>Removes member from an existing room.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","room",":id","membership","remove"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"d8b77242-1694-4836-95c5-2da410014ef4","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"5573f5df-d941-4ec4-843e-12c9b125dd9f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Removes member from an existing room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"754ca0f4-9c57-4279-8adc-5f3ad00f563f","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Removes member from an existing room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"06d6193f-ab63-4c0d-a30a-5b49d53654d2","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Removes member from an existing room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"056c3f97-f6ed-4ca6-b365-8a4d94bd3ff0","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Removes member from an existing room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fc22aa95-49b9-43c8-bba0-193f1b6a523b","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Removes member from an existing room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"3c262e20-b2ae-47ae-afc3-70a027b404d9"},{"name":"Promotes user to owner.","id":"82524b0c-6546-49a6-8251-acafa20986e9","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","description":"<p>Promotes user to owner.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","room",":id","membership","promoteOwner"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"37b4af33-a091-4030-a167-045dfe3a4c3e","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"9b22938a-7c3d-4ab5-a07f-2b48b3a4ca83","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","promoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Promotes user to owner."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"205d43ca-7a2e-4f70-8f6e-8a4071e54c7c","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","promoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Promotes user to owner."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"76407676-ff59-47cb-8301-f76ea28bde6d","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","promoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Promotes user to owner."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6e9fc774-5341-40ad-8fc6-41662c8bcf90","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","promoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Promotes user to owner."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"910cb7db-cdb5-4088-98f7-bc433c08a7a7","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/promoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","promoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Promotes user to owner."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"82524b0c-6546-49a6-8251-acafa20986e9"},{"name":"Demotes room owner.","id":"d142f024-3f16-4415-bda7-cff8b6d57579","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","description":"<p>Demotes room owner.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","room",":id","membership","demoteOwner"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"430ac2f3-21fd-4a5a-b49d-81bff071e736","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"089ce518-b5ea-425c-8136-3e102cb340ee","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","demoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Demotes room owner."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"96b5e19d-896a-4c71-ae8f-923d038b937c","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","demoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Demotes room owner."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c482ffb7-3f44-4257-886e-c21d50c0047b","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","demoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Demotes room owner."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0472fb89-e6be-454e-a73e-52e3daec68ae","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","demoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Demotes room owner."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"196b596b-664c-4b59-bb4e-d98bfc0f6012","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/room/:id/membership/demoteOwner","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","room",":id","membership","demoteOwner"],"variable":[{"key":"id","value":"id6"}]},"description":"Demotes room owner."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"d142f024-3f16-4415-bda7-cff8b6d57579"},{"name":"Lists current members of an existing room.","id":"9dc0a0d0-79c0-455e-ac69-b90bc95ffc17","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/room/:id/membership/list","description":"<p>Lists current members of an existing room.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","room",":id","membership","list"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"707311e4-0520-4432-a362-6b22db1ae4f3","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"f7e5c0bb-77cf-4e87-bd67-4dad4b4a988d","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/room/:id/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","room",":id","membership","list"],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current members of an existing room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d24024c8-3f4b-40e5-91a5-ed60d26434a1","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/room/:id/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","room",":id","membership","list"],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current members of an existing room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"de3017d6-d3c6-4b5a-a5b6-b2c8b7725a14","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/room/:id/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","room",":id","membership","list"],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current members of an existing room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"40b8e9db-5a97-4459-9736-b92d165441be","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/room/:id/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","room",":id","membership","list"],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current members of an existing room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2c1b51f6-260b-4e0a-8877-5fd3828560fe","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/room/:id/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","room",":id","membership","list"],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current members of an existing room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": 94,\r\n    \"owner\": false,\r\n    \"joinDate\": 94\r\n  }\r\n]"}],"_postman_id":"9dc0a0d0-79c0-455e-ac69-b90bc95ffc17"},{"name":"[Admin] Lists current and previous members of an existing room.","id":"ec0ea51c-2695-4568-b128-4a7c25642801","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","description":"<p>Lists current and previous members of an existing room.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","room",":id","membership","list"],"host":["{{podUrl}}"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"id":"8796acf7-db7d-4290-9571-c4782f539951","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"d068fd1b-2bf1-4653-8816-ce9d6cdfeaa3","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","list"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current and previous members of an existing room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f48f82f7-b8b5-421f-83f1-4088ef4103e1","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","list"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current and previous members of an existing room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9e806a51-4e0e-4599-944b-d55f3ed513d4","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","list"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current and previous members of an existing room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"167bcd8e-5676-4881-a21f-ecca8d371066","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","list"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current and previous members of an existing room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": 94,\r\n    \"owner\": false,\r\n    \"joinDate\": 94\r\n  }\r\n]"},{"id":"38e9da65-6567-4db8-af27-220c383558ee","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/list?includePastMembers=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","list"],"query":[{"key":"includePastMembers","value":"false"}],"variable":[{"key":"id","value":"id6"}]},"description":"Lists current and previous members of an existing room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ec0ea51c-2695-4568-b128-4a7c25642801"},{"name":"[Admin] Add a member to an existing room.","id":"239704db-d72c-4a84-ab88-179d30d45a31","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","description":"<p>Add a member to an existing room.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","room",":id","membership","add"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"0751a425-981f-4519-bb53-521b50ed6ab8","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"61dd1482-48f8-4818-ba3d-8c209997f5ff","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Add a member to an existing room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7ccc6ed7-2f18-4738-9e65-281bee5f75cb","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Add a member to an existing room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b7530742-1945-4a8f-85c2-58daa4db740b","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Add a member to an existing room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7039a667-802b-4186-9497-c733c7d86702","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Add a member to an existing room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"7dc1e491-c901-48c5-8e1c-ad0a0e22ea5f","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","add"],"variable":[{"key":"id","value":"id6"}]},"description":"Add a member to an existing room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"239704db-d72c-4a84-ab88-179d30d45a31"},{"name":"[Admin] Remove a member from a room.","id":"c0f45ced-bb0e-4342-b68c-9980acf1d79b","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","description":"<p>Remove a member from a room.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","room",":id","membership","remove"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"d43a67c3-9af8-4fe8-a539-ffd50d285936","type":"any","value":"id6","key":"id"}]}},"response":[{"id":"5bdbba74-62d6-4c1e-8f05-06b8f5c9e9ca","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Remove a member from a room."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6e805ec4-d802-4381-babf-cd4bdf95e3f6","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Remove a member from a room."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a25e5331-7518-418c-a9d3-063e5d957cdb","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Remove a member from a room."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7d53ba1f-fa0e-46ba-ac4f-09ca44e30fad","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Remove a member from a room."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ddf957a5-24b4-4df4-8eda-727d282e6526","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 94\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/room/:id/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","room",":id","membership","remove"],"variable":[{"key":"id","value":"id6"}]},"description":"Remove a member from a room."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"c0f45ced-bb0e-4342-b68c-9980acf1d79b"}],"id":"d69c08e9-5808-4030-9990-881072772ce0","_postman_id":"d69c08e9-5808-4030-9990-881072772ce0","description":""},{"name":"Datafeed","item":[{"name":"v1","item":[{"name":"Create a new real time message event stream. Copy","id":"fd2b9eae-f461-4a8e-a215-9a1ec746c10e","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"<p>A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.</p>\n<p>A datafeed will expire if it isn't read before its capacity is reached.</p>\n","urlObject":{"protocol":"https","path":["agent","v4","datafeed","create"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"81edef18-7025-426d-a7cb-ca6df890cd5d","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id74\"\r\n}"},{"id":"ccb94097-7257-413c-9cb1-429c358a6ca4","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"3398424a-0d54-4156-8b7c-4b38152039b6","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"cc80f3bb-b8ad-4a16-85cd-4b63acaefc36","name":"Response_503","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"Max number of data feeds reached.","code":503,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"44339306-975f-4756-ab1f-6de734b2369e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"445a3ba2-02f6-48ec-906f-422edc58aa08","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v4/datafeed/create","description":"A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.\n\nA datafeed will expire if it isn't read before its capacity is reached.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"fd2b9eae-f461-4a8e-a215-9a1ec746c10e"},{"name":"Read a given datafeed.","id":"d5ca8d92-be2e-4d2b-83a0-811fc7b19797","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","description":"<p>Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.</p>\n<p>A datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.</p>\n","urlObject":{"protocol":"https","path":["agent","v4","datafeed",":id","read"],"host":["{{agentUrl}}"],"query":[{"key":"limit","value":"32"}],"variable":[{"id":"7c04d114-4742-4143-8852-e79587f23e4a","type":"any","value":"id12","key":"id"}]}},"response":[{"id":"c74aec0d-c114-44e6-9e9e-fb2d2cb97a9c","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","datafeed",":id","read"],"query":[{"key":"limit","value":"32"}],"variable":[{"key":"id","value":"id12"}]},"description":"Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.\n\nA datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"67300c46-216c-4fd8-8380-1dc847122c4c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","datafeed",":id","read"],"query":[{"key":"limit","value":"32"}],"variable":[{"key":"id","value":"id12"}]},"description":"Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.\n\nA datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"4757bf96-d832-458a-baa3-e8de938efc13","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","datafeed",":id","read"],"query":[{"key":"limit","value":"32"}],"variable":[{"key":"id","value":"id12"}]},"description":"Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.\n\nA datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.\n"},"status":"List of messages that have occurred since last time this URL was polled. If the list is empty, it means the request has reached its timeout, and the client should poll again.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id74\",\r\n    \"messageId\": \"messageId74\",\r\n    \"timestamp\": 192,\r\n    \"type\": \"type74\",\r\n    \"diagnostic\": \"diagnostic74\",\r\n    \"initiator\": {\r\n      \"user\": {\r\n        \"userId\": 192,\r\n        \"firstName\": \"firstName74\",\r\n        \"lastName\": \"lastName74\",\r\n        \"displayName\": \"displayName74\",\r\n        \"email\": \"email74\",\r\n        \"username\": \"username74\"\r\n      }\r\n    },\r\n    \"payload\": {\r\n      \"messageSent\": {\r\n        \"message\": {\r\n          \"messageId\": \"messageId74\",\r\n          \"timestamp\": 192,\r\n          \"message\": \"message74\",\r\n          \"data\": \"data74\",\r\n          \"attachments\": [\r\n            {\r\n              \"id\": \"id74\",\r\n              \"name\": \"name74\",\r\n              \"size\": 192,\r\n              \"images\": [\r\n                {\r\n                  \"id\": \"id74\",\r\n                  \"dimension\": \"dimension74\"\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"user\": {\r\n            \"userId\": 192,\r\n            \"firstName\": \"firstName74\",\r\n            \"lastName\": \"lastName74\",\r\n            \"displayName\": \"displayName74\",\r\n            \"email\": \"email74\",\r\n            \"username\": \"username74\"\r\n          },\r\n          \"stream\": {\r\n            \"streamId\": \"streamId74\",\r\n            \"streamType\": \"streamType74\",\r\n            \"roomName\": \"roomName74\",\r\n            \"members\": [\r\n              {\r\n                \"userId\": 192,\r\n                \"firstName\": \"firstName74\",\r\n                \"lastName\": \"lastName74\",\r\n                \"displayName\": \"displayName74\",\r\n                \"email\": \"email74\",\r\n                \"username\": \"username74\"\r\n              }\r\n            ],\r\n            \"external\": false,\r\n            \"crossPod\": false\r\n          },\r\n          \"externalRecipients\": false,\r\n          \"diagnostic\": \"diagnostic74\",\r\n          \"userAgent\": \"userAgent74\",\r\n          \"originalFormat\": \"originalFormat74\",\r\n          \"disclaimer\": \"disclaimer74\"\r\n        }\r\n      },\r\n      \"sharedPost\": {\r\n        \"message\": {\r\n          \"messageId\": \"messageId74\",\r\n          \"timestamp\": 192,\r\n          \"message\": \"message74\",\r\n          \"data\": \"data74\",\r\n          \"attachments\": [\r\n            {\r\n              \"id\": \"id74\",\r\n              \"name\": \"name74\",\r\n              \"size\": 192,\r\n              \"images\": [\r\n                {\r\n                  \"id\": \"id74\",\r\n                  \"dimension\": \"dimension74\"\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"user\": {\r\n            \"userId\": 192,\r\n            \"firstName\": \"firstName74\",\r\n            \"lastName\": \"lastName74\",\r\n            \"displayName\": \"displayName74\",\r\n            \"email\": \"email74\",\r\n            \"username\": \"username74\"\r\n          },\r\n          \"stream\": {\r\n            \"streamId\": \"streamId74\",\r\n            \"streamType\": \"streamType74\",\r\n            \"roomName\": \"roomName74\",\r\n            \"members\": [\r\n              {\r\n                \"userId\": 192,\r\n                \"firstName\": \"firstName74\",\r\n                \"lastName\": \"lastName74\",\r\n                \"displayName\": \"displayName74\",\r\n                \"email\": \"email74\",\r\n                \"username\": \"username74\"\r\n              }\r\n            ],\r\n            \"external\": false,\r\n            \"crossPod\": false\r\n          },\r\n          \"externalRecipients\": false,\r\n          \"diagnostic\": \"diagnostic74\",\r\n          \"userAgent\": \"userAgent74\",\r\n          \"originalFormat\": \"originalFormat74\",\r\n          \"disclaimer\": \"disclaimer74\"\r\n        },\r\n        \"sharedMessage\": {\r\n          \"messageId\": \"messageId74\",\r\n          \"timestamp\": 192,\r\n          \"message\": \"message74\",\r\n          \"data\": \"data74\",\r\n          \"attachments\": [\r\n            {\r\n              \"id\": \"id74\",\r\n              \"name\": \"name74\",\r\n              \"size\": 192,\r\n              \"images\": [\r\n                {\r\n                  \"id\": \"id74\",\r\n                  \"dimension\": \"dimension74\"\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"user\": {\r\n            \"userId\": 192,\r\n            \"firstName\": \"firstName74\",\r\n            \"lastName\": \"lastName74\",\r\n            \"displayName\": \"displayName74\",\r\n            \"email\": \"email74\",\r\n            \"username\": \"username74\"\r\n          },\r\n          \"stream\": {\r\n            \"streamId\": \"streamId74\",\r\n            \"streamType\": \"streamType74\",\r\n            \"roomName\": \"roomName74\",\r\n            \"members\": [\r\n              {\r\n                \"userId\": 192,\r\n                \"firstName\": \"firstName74\",\r\n                \"lastName\": \"lastName74\",\r\n                \"displayName\": \"displayName74\",\r\n                \"email\": \"email74\",\r\n                \"username\": \"username74\"\r\n              }\r\n            ],\r\n            \"external\": false,\r\n            \"crossPod\": false\r\n          },\r\n          \"externalRecipients\": false,\r\n          \"diagnostic\": \"diagnostic74\",\r\n          \"userAgent\": \"userAgent74\",\r\n          \"originalFormat\": \"originalFormat74\",\r\n          \"disclaimer\": \"disclaimer74\"\r\n        }\r\n      },\r\n      \"instantMessageCreated\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        }\r\n      },\r\n      \"roomCreated\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"roomProperties\": {\r\n          \"name\": \"name74\",\r\n          \"description\": \"description74\",\r\n          \"creatorUser\": {\r\n            \"userId\": 192,\r\n            \"firstName\": \"firstName74\",\r\n            \"lastName\": \"lastName74\",\r\n            \"displayName\": \"displayName74\",\r\n            \"email\": \"email74\",\r\n            \"username\": \"username74\"\r\n          },\r\n          \"createdDate\": 192,\r\n          \"external\": false,\r\n          \"crossPod\": false,\r\n          \"public\": false,\r\n          \"copyProtected\": false,\r\n          \"readOnly\": false,\r\n          \"discoverable\": false,\r\n          \"membersCanInvite\": false,\r\n          \"keywords\": [\r\n            {\r\n              \"key\": \"key74\",\r\n              \"value\": \"value74\"\r\n            }\r\n          ],\r\n          \"canViewHistory\": false\r\n        }\r\n      },\r\n      \"roomUpdated\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"newRoomProperties\": {\r\n          \"name\": \"name74\",\r\n          \"description\": \"description74\",\r\n          \"creatorUser\": {\r\n            \"userId\": 192,\r\n            \"firstName\": \"firstName74\",\r\n            \"lastName\": \"lastName74\",\r\n            \"displayName\": \"displayName74\",\r\n            \"email\": \"email74\",\r\n            \"username\": \"username74\"\r\n          },\r\n          \"createdDate\": 192,\r\n          \"external\": false,\r\n          \"crossPod\": false,\r\n          \"public\": false,\r\n          \"copyProtected\": false,\r\n          \"readOnly\": false,\r\n          \"discoverable\": false,\r\n          \"membersCanInvite\": false,\r\n          \"keywords\": [\r\n            {\r\n              \"key\": \"key74\",\r\n              \"value\": \"value74\"\r\n            }\r\n          ],\r\n          \"canViewHistory\": false\r\n        }\r\n      },\r\n      \"roomDeactivated\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        }\r\n      },\r\n      \"roomReactivated\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        }\r\n      },\r\n      \"userJoinedRoom\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"affectedUser\": {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        }\r\n      },\r\n      \"userLeftRoom\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId44\",\r\n          \"streamType\": \"streamType44\",\r\n          \"roomName\": \"roomName44\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 114,\r\n              \"firstName\": \"firstName44\",\r\n              \"lastName\": \"lastName44\",\r\n              \"displayName\": \"displayName44\",\r\n              \"email\": \"email44\",\r\n              \"username\": \"username44\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"affectedUser\": {\r\n          \"userId\": 114,\r\n          \"firstName\": \"firstName44\",\r\n          \"lastName\": \"lastName44\",\r\n          \"displayName\": \"displayName44\",\r\n          \"email\": \"email44\",\r\n          \"username\": \"username44\"\r\n        }\r\n      },\r\n      \"roomMemberPromotedToOwner\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId44\",\r\n          \"streamType\": \"streamType44\",\r\n          \"roomName\": \"roomName44\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 114,\r\n              \"firstName\": \"firstName44\",\r\n              \"lastName\": \"lastName44\",\r\n              \"displayName\": \"displayName44\",\r\n              \"email\": \"email44\",\r\n              \"username\": \"username44\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"affectedUser\": {\r\n          \"userId\": 114,\r\n          \"firstName\": \"firstName44\",\r\n          \"lastName\": \"lastName44\",\r\n          \"displayName\": \"displayName44\",\r\n          \"email\": \"email44\",\r\n          \"username\": \"username44\"\r\n        }\r\n      },\r\n      \"roomMemberDemotedFromOwner\": {\r\n        \"stream\": {\r\n          \"streamId\": \"streamId44\",\r\n          \"streamType\": \"streamType44\",\r\n          \"roomName\": \"roomName44\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 114,\r\n              \"firstName\": \"firstName44\",\r\n              \"lastName\": \"lastName44\",\r\n              \"displayName\": \"displayName44\",\r\n              \"email\": \"email44\",\r\n              \"username\": \"username44\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"affectedUser\": {\r\n          \"userId\": 114,\r\n          \"firstName\": \"firstName44\",\r\n          \"lastName\": \"lastName44\",\r\n          \"displayName\": \"displayName44\",\r\n          \"email\": \"email44\",\r\n          \"username\": \"username44\"\r\n        }\r\n      },\r\n      \"connectionRequested\": {\r\n        \"toUser\": {\r\n          \"userId\": 114,\r\n          \"firstName\": \"firstName44\",\r\n          \"lastName\": \"lastName44\",\r\n          \"displayName\": \"displayName44\",\r\n          \"email\": \"email44\",\r\n          \"username\": \"username44\"\r\n        }\r\n      },\r\n      \"connectionAccepted\": {\r\n        \"fromUser\": {\r\n          \"userId\": 114,\r\n          \"firstName\": \"firstName44\",\r\n          \"lastName\": \"lastName44\",\r\n          \"displayName\": \"displayName44\",\r\n          \"email\": \"email44\",\r\n          \"username\": \"username44\"\r\n        }\r\n      },\r\n      \"messageSuppressed\": {\r\n        \"messageId\": \"messageId44\",\r\n        \"stream\": {\r\n          \"streamId\": \"streamId44\",\r\n          \"streamType\": \"streamType44\",\r\n          \"roomName\": \"roomName44\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 114,\r\n              \"firstName\": \"firstName44\",\r\n              \"lastName\": \"lastName44\",\r\n              \"displayName\": \"displayName44\",\r\n              \"email\": \"email44\",\r\n              \"username\": \"username44\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        }\r\n      }\r\n    }\r\n  }\r\n]"},{"id":"4e9f59d2-3732-4686-9537-a4b718365110","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","datafeed",":id","read"],"query":[{"key":"limit","value":"32"}],"variable":[{"key":"id","value":"id12"}]},"description":"Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.\n\nA datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"1dd0bf1c-ed8c-48ec-af6b-fb6b0aa66941","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v4/datafeed/:id/read?limit=32","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v4","datafeed",":id","read"],"query":[{"key":"limit","value":"32"}],"variable":[{"key":"id","value":"id12"}]},"description":"Read messages from the given datafeed. If no more messages are available then this method will block.\nIt is intended that the client should re-call this method as soon as it has processed the messages\nreceived in the previous call. If the client is able to consume messages more quickly than they become\navailable then each call will initially block, there is no need to delay before re-calling this method.\n\nA datafeed will expire if its unread capacity is reached.\nA datafeed can only be consumed by one client thread at a time. E.g. polling the datafeed by two threads may lead to messages being delivered out of order.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"d5ca8d92-be2e-4d2b-83a0-811fc7b19797"}],"id":"58b48c51-90d8-40da-b85f-741e0ab7cdd4","_postman_id":"58b48c51-90d8-40da-b85f-741e0ab7cdd4","description":""},{"name":"v2","item":[{"name":"Create Datafeed v2","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"datafeed_id\", pm.response.json().id);","pm.environment.set(\"ack_id\", \"\");"],"type":"text/javascript"}}],"id":"46fc65cd-9932-4b9c-9719-d40419f80a91","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tag\": \"mybot\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{agentUrl}}/agent/v5/datafeeds","description":"<p>A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.</p>\n<p>A datafeed will expire if it isn't read before its capacity is reached.</p>\n","urlObject":{"protocol":"https","path":["agent","v5","datafeeds"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46fc65cd-9932-4b9c-9719-d40419f80a91"},{"name":"Read Datafeed v2","event":[{"listen":"prerequest","script":{"exec":["if (!pm.environment.get(\"ack_id\")) {","    pm.environment.set(\"ack_id\", \"\")","}"],"type":"text/javascript"}},{"listen":"test","script":{"exec":["// update ack id for next read","pm.environment.set(\"ack_id\", pm.response.json().ackId);"],"type":"text/javascript"}}],"id":"0420f5a0-925a-4067-9e3e-6a3a12a0947b","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ackId\": \"{{ack_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{agentUrl}}/agent/v5/datafeeds/{{datafeed_id}}/read","description":"<p>A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.</p>\n<p>A datafeed will expire if it isn't read before its capacity is reached.</p>\n","urlObject":{"protocol":"https","path":["agent","v5","datafeeds","{{datafeed_id}}","read"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0420f5a0-925a-4067-9e3e-6a3a12a0947b"},{"name":"List Datafeed v2","id":"15aa0e41-6658-4c17-9c25-0e7f608027eb","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v5/datafeeds/","description":"<p>A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.</p>\n<p>A datafeed will expire if it isn't read before its capacity is reached.</p>\n","urlObject":{"protocol":"https","path":["agent","v5","datafeeds",""],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15aa0e41-6658-4c17-9c25-0e7f608027eb"},{"name":"Delete Datafeed v2","event":[{"listen":"test","script":{"exec":["pm.environment.unset(\"datafeed_id\")"],"type":"text/javascript"}}],"id":"16c97b7c-0426-47a5-a9cf-589d5fc446a3","request":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v5/datafeeds/{{datafeed_id}}","description":"<p>A datafeed provides the messages in all conversations that a user is in.\nThis also includes system messages like new users joining a chatroom.</p>\n<p>A datafeed will expire if it isn't read before its capacity is reached.</p>\n","urlObject":{"protocol":"https","path":["agent","v5","datafeeds","{{datafeed_id}}"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16c97b7c-0426-47a5-a9cf-589d5fc446a3"},{"name":"Read Events","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","pm.collectionVariables.set(\"ackId\", jsonData.ackId);"],"type":"text/javascript"}}],"id":"d6f18f35-5566-4b50-b665-f4cab9bb1c39","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"datahose\",\n    \"tag\": \"{{botName}}\",\n    \"eventTypes\": [\"MESSAGESENT\", \"ROOMUPDATED\"],\n    \"ackId\": \"{{ackId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{agentUrl}}/agent/v5/events/read","urlObject":{"protocol":"https","path":["agent","v5","events","read"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6f18f35-5566-4b50-b665-f4cab9bb1c39"}],"id":"3b2f542c-59ae-42a5-bf97-6bf28ddd96b5","_postman_id":"3b2f542c-59ae-42a5-bf97-6bf28ddd96b5","description":""}],"id":"5d1d9511-6f6c-4199-bd00-316d6acdc1aa","_postman_id":"5d1d9511-6f6c-4199-bd00-316d6acdc1aa","description":""},{"name":"Users - Non-admin","item":[{"name":"Get user information","id":"ceafac4f-f3f2-4e68-af88-1dcca883f4a2","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user?username=admin&local=true","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["pod","v2","user"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"uid","value":"16"},{"disabled":true,"key":"email","value":"email6"},{"key":"username","value":"admin"},{"key":"local","value":"true"}],"variable":[]}},"response":[{"id":"80853aa6-e960-48c9-abd2-dead41396086","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/user?uid=16&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","user"],"query":[{"key":"uid","value":"16"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Get user information"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"cd49583b-c166-42f4-adfd-147030360d91","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/user?uid=16&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","user"],"query":[{"key":"uid","value":"16"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Get user information"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": 94,\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"title\": \"title36\",\r\n  \"company\": \"company36\",\r\n  \"username\": \"username36\",\r\n  \"location\": \"location36\",\r\n  \"avatars\": [\r\n    {\r\n      \"size\": \"size36\",\r\n      \"url\": \"url36\"\r\n    }\r\n  ],\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ],\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},{"id":"fc3df726-066e-4f5a-a028-d6d3548d456d","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/user?uid=16&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","user"],"query":[{"key":"uid","value":"16"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Get user information"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d69f71ba-b1a7-4f5c-8c79-0f466b50bb3e","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/user?uid=16&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","user"],"query":[{"key":"uid","value":"16"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Get user information"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"52997bbf-1ea7-4a79-aa05-1a24b7456413","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/user?uid=16&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","user"],"query":[{"key":"uid","value":"16"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Get user information"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ceafac4f-f3f2-4e68-af88-1dcca883f4a2"},{"name":"Follow users","id":"91091475-0ca9-4eb4-8085-ba4154788460","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"followers\": [\n        13056700579848,\n        13056700580889,\n        13056700580890\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{podUrl}}/pod/v1/user/{{user_id}}/follow","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","{{user_id}}","follow"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"uid","value":"16"},{"disabled":true,"key":"email","value":"email6"}],"variable":[]}},"response":[],"_postman_id":"91091475-0ca9-4eb4-8085-ba4154788460"},{"name":"Unfollow users","id":"069226b2-3182-44fe-87d6-e75507e3b723","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"followers\": [\n        13056700579848,\n        13056700580889,\n        13056700580890\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{podUrl}}/pod/v1/user/{{user_id}}/unfollow","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","{{user_id}}","unfollow"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"uid","value":"16"},{"disabled":true,"key":"email","value":"email6"}],"variable":[]}},"response":[],"_postman_id":"069226b2-3182-44fe-87d6-e75507e3b723"},{"name":"List followers","id":"582d9613-9296-42d3-9f71-3ba0af5eb8d9","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/user/{{user_id}}/followers","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","{{user_id}}","followers"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"uid","value":"16"},{"disabled":true,"key":"email","value":"email6"}],"variable":[]}},"response":[],"_postman_id":"582d9613-9296-42d3-9f71-3ba0af5eb8d9"},{"name":"List followed","id":"b36f5770-5287-4ddb-98ae-681835aa77df","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/user/{{user_id}}/following","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","{{user_id}}","following"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"uid","value":"16"},{"disabled":true,"key":"email","value":"email6"}],"variable":[]}},"response":[],"_postman_id":"b36f5770-5287-4ddb-98ae-681835aa77df"},{"name":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n","id":"7483b755-42e5-4b20-8c7d-bcb47e625ca6","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","description":"<p>Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","users"],"host":["{{podUrl}}"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}],"variable":[]}},"response":[{"id":"6f092d66-c253-458e-a8a0-abfa3cb6441f","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","users"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"5ea79646-a0e4-4884-856a-09355f6aafa4","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","users"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"febbfce7-677d-40ff-80c3-f924106ff295","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","users"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"users\": [\r\n    {\r\n      \"id\": 94,\r\n      \"emailAddress\": \"emailAddress36\",\r\n      \"firstName\": \"firstName36\",\r\n      \"lastName\": \"lastName36\",\r\n      \"displayName\": \"displayName36\",\r\n      \"title\": \"title36\",\r\n      \"company\": \"company36\",\r\n      \"username\": \"username36\",\r\n      \"location\": \"location36\",\r\n      \"avatars\": [\r\n        {\r\n          \"size\": \"size36\",\r\n          \"url\": \"url36\"\r\n        }\r\n      ],\r\n      \"workPhoneNumber\": \"workPhoneNumber36\",\r\n      \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n      \"jobFunction\": \"jobFunction36\",\r\n      \"department\": \"department36\",\r\n      \"division\": \"division36\",\r\n      \"roles\": [\r\n        \"roles36\"\r\n      ],\r\n      \"interactionUrl\": \"interactionUrl36\"\r\n    }\r\n  ],\r\n  \"errors\": [\r\n    {\r\n      \"error\": \"error36\",\r\n      \"email\": \"email36\",\r\n      \"id\": \"id36\"\r\n    }\r\n  ]\r\n}"},{"id":"ababa7c3-4591-4a6b-9020-6fb1e4e3dee5","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","users"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"68e9fe97-90d5-4711-9755-396e44ee16d9","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/users?uid=uid6&email=email6&username=username6&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","users"],"query":[{"key":"uid","value":"uid6"},{"key":"email","value":"email6"},{"key":"username","value":"username6"},{"key":"local","value":"false"}]},"description":"Search users by emails or ids.\nOnly one of the search lists should be informed at a time.\nSearch lists may containt up to 100 elements.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"7483b755-42e5-4b20-8c7d-bcb47e625ca6"},{"name":"Search for users by name or email address","id":"55d5024b-6acd-48a4-b688-3469117ba7f7","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/user/search?skip=0&limit=32&local=false","description":"<p>Search for users by name or email address</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","search"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"},{"key":"local","value":"false"}],"variable":[]}},"response":[{"id":"4dd08904-841b-40fb-b2fe-14f14a2c2f35","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/user/search?skip=16&limit=16&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","user","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"},{"key":"local","value":"false"}]},"description":"Search for users by name or email address"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"82b901f2-4857-4985-a107-bf0c33b9c2aa","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/user/search?skip=16&limit=16&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","user","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"},{"key":"local","value":"false"}]},"description":"Search for users by name or email address"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"5d040551-5cb8-4509-8809-b64aad985c5b","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/user/search?skip=16&limit=16&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","user","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"},{"key":"local","value":"false"}]},"description":"Search for users by name or email address"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1ee1ada2-6b10-4a11-97a0-b0e4f9421890","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/user/search?skip=16&limit=16&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","user","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"},{"key":"local","value":"false"}]},"description":"Search for users by name or email address"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3088cbe8-1dbb-48af-8e55-08dcf5968312","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": \"query36\",\r\n  \"filters\": {\r\n    \"title\": \"title36\",\r\n    \"company\": \"company36\",\r\n    \"location\": \"location36\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/user/search?skip=16&limit=16&local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","user","search"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"},{"key":"local","value":"false"}]},"description":"Search for users by name or email address"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 94,\r\n  \"skip\": 94,\r\n  \"limit\": 94,\r\n  \"searchQuery\": {\r\n    \"query\": \"query36\",\r\n    \"filters\": {\r\n      \"title\": \"title36\",\r\n      \"company\": \"company36\",\r\n      \"location\": \"location36\"\r\n    }\r\n  },\r\n  \"users\": [\r\n    {\r\n      \"id\": 94,\r\n      \"emailAddress\": \"emailAddress36\",\r\n      \"firstName\": \"firstName36\",\r\n      \"lastName\": \"lastName36\",\r\n      \"displayName\": \"displayName36\",\r\n      \"title\": \"title36\",\r\n      \"company\": \"company36\",\r\n      \"username\": \"username36\",\r\n      \"location\": \"location36\",\r\n      \"avatars\": [\r\n        {\r\n          \"size\": \"size36\",\r\n          \"url\": \"url36\"\r\n        }\r\n      ],\r\n      \"workPhoneNumber\": \"workPhoneNumber36\",\r\n      \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n      \"jobFunction\": \"jobFunction36\",\r\n      \"department\": \"department36\",\r\n      \"division\": \"division36\",\r\n      \"roles\": [\r\n        \"roles36\"\r\n      ],\r\n      \"interactionUrl\": \"interactionUrl36\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"55d5024b-6acd-48a4-b688-3469117ba7f7"}],"id":"b661bac7-74c2-474e-bf6a-bb5d65a49cc3","_postman_id":"b661bac7-74c2-474e-bf6a-bb5d65a49cc3","description":""},{"name":"Users - Admin","item":[{"name":"[Admin] Retrieve a list of all users in the company (pod)","id":"9a501005-d577-46b2-a0ef-caabd7aa893d","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session Authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/admin/user/list?skip=0&limit=32","description":"<p>Retrieve a list of all users in the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","user","list"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"}],"variable":[]}},"response":[{"id":"44614056-3cc6-4831-ad57-3929811c58c3","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session Authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all users in the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c2c72da5-223e-4f01-8720-e60ec2257447","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session Authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all users in the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"641153da-704a-45f1-8125-391948061b43","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session Authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all users in the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3a5d517e-7839-44e1-b2aa-83b823e0aea7","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session Authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all users in the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"userAttributes\": {\r\n      \"emailAddress\": \"emailAddress36\",\r\n      \"firstName\": \"firstName36\",\r\n      \"lastName\": \"lastName36\",\r\n      \"userName\": \"userName36\",\r\n      \"displayName\": \"displayName36\",\r\n      \"companyName\": \"companyName36\",\r\n      \"department\": \"department36\",\r\n      \"division\": \"division36\",\r\n      \"title\": \"title36\",\r\n      \"workPhoneNumber\": \"workPhoneNumber36\",\r\n      \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n      \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n      \"smsNumber\": \"smsNumber36\",\r\n      \"accountType\": \"NORMAL\",\r\n      \"location\": \"location36\",\r\n      \"recommendedLanguage\": \"recommendedLanguage36\",\r\n      \"jobFunction\": \"jobFunction36\",\r\n      \"assetClasses\": [\r\n        \"assetClasses36\"\r\n      ],\r\n      \"industries\": [\r\n        \"industries36\"\r\n      ],\r\n      \"currentKey\": {\r\n        \"key\": \"key36\",\r\n        \"expirationDate\": 94,\r\n        \"action\": \"action36\"\r\n      },\r\n      \"previousKey\": {\r\n        \"key\": \"key36\",\r\n        \"expirationDate\": 94,\r\n        \"action\": \"action36\"\r\n      },\r\n      \"interactionUrl\": \"interactionUrl36\"\r\n    },\r\n    \"userSystemInfo\": {\r\n      \"id\": 94,\r\n      \"status\": \"ENABLED\",\r\n      \"createdDate\": 94,\r\n      \"createdBy\": \"createdBy36\",\r\n      \"lastUpdatedDate\": 94,\r\n      \"lastLoginDate\": 94,\r\n      \"lastPasswordReset\": 94\r\n    },\r\n    \"features\": [\r\n      94\r\n    ],\r\n    \"apps\": [\r\n      94\r\n    ],\r\n    \"groups\": [\r\n      94\r\n    ],\r\n    \"roles\": [\r\n      \"roles36\"\r\n    ],\r\n    \"disclaimers\": [\r\n      94\r\n    ],\r\n    \"avatar\": {\r\n      \"size\": \"size36\",\r\n      \"url\": \"url36\"\r\n    }\r\n  }\r\n]"},{"id":"e2ae2c72-66dc-48c3-9372-f9914394a340","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session Authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Retrieve a list of all users in the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9a501005-d577-46b2-a0ef-caabd7aa893d"},{"name":"[Admin] Find a user based on attributes","id":"71945de1-5ef8-4d3a-b938-9377aed20c74","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/find?skip=0&limit=32","description":"<p>Find a user based on attributes</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user","find"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"32"}],"variable":[]}},"response":[{"id":"65035766-1c99-49f5-802e-2d62a3b21e0e","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/find?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user","find"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Find a user based on attributes"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"userAttributes\": {\r\n      \"emailAddress\": \"emailAddress36\",\r\n      \"firstName\": \"firstName36\",\r\n      \"lastName\": \"lastName36\",\r\n      \"userName\": \"userName36\",\r\n      \"displayName\": \"displayName36\",\r\n      \"companyName\": \"companyName36\",\r\n      \"department\": \"department36\",\r\n      \"division\": \"division36\",\r\n      \"title\": \"title36\",\r\n      \"workPhoneNumber\": \"workPhoneNumber36\",\r\n      \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n      \"smsNumber\": \"smsNumber36\",\r\n      \"accountType\": \"NORMAL\",\r\n      \"location\": \"location36\",\r\n      \"jobFunction\": \"jobFunction36\",\r\n      \"assetClasses\": [\r\n        \"assetClasses36\"\r\n      ],\r\n      \"industries\": [\r\n        \"industries36\"\r\n      ]\r\n    },\r\n    \"userSystemInfo\": {\r\n      \"id\": 94,\r\n      \"status\": \"ENABLED\",\r\n      \"createdDate\": 94,\r\n      \"createdBy\": \"createdBy36\",\r\n      \"lastUpdatedDate\": 94,\r\n      \"lastLoginDate\": 94,\r\n      \"lastPasswordReset\": 94\r\n    },\r\n    \"features\": [\r\n      94\r\n    ],\r\n    \"apps\": [\r\n      94\r\n    ],\r\n    \"groups\": [\r\n      94\r\n    ],\r\n    \"roles\": [\r\n      \"roles36\"\r\n    ],\r\n    \"disclaimers\": [\r\n      94\r\n    ],\r\n    \"avatar\": {\r\n      \"size\": \"size36\",\r\n      \"url\": \"url36\"\r\n    }\r\n  }\r\n]"},{"id":"7692c9f9-d7c2-4a8b-b8b4-4feba818b7a3","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/find?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user","find"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Find a user based on attributes"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ab0bce3d-f570-4bee-9e16-bceb7dd85539","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/find?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user","find"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Find a user based on attributes"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fc4cb463-e199-44f0-ae40-27eed06d4050","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/find?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user","find"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Find a user based on attributes"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ba1c5d51-5823-4443-ac6a-5c172ad2319f","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"role36\",\r\n  \"feature\": \"feature36\",\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/find?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user","find"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"Find a user based on attributes"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"71945de1-5ef8-4d3a-b938-9377aed20c74"},{"name":"[Admin] Add a role to a user","id":"540ac4b0-f884-44a3-bbb6-7a18b17a69e9","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","description":"<p>Add a role to a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","roles","add"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"0aab46f1-31ce-419c-ac4a-213159593c63","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"66086b02-8d86-4af4-8eaa-766ea379a581","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","add"],"variable":[{"key":"uid","value":"16"}]},"description":"Add a role to a user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"6c6c5cb9-d2ca-432d-b118-fc06a14748ac","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","add"],"variable":[{"key":"uid","value":"16"}]},"description":"Add a role to a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"516dabfa-8c0d-493e-8075-68101a45a088","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","add"],"variable":[{"key":"uid","value":"16"}]},"description":"Add a role to a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23d3fac2-65eb-44b5-9019-02c0eeac18c3","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","add"],"variable":[{"key":"uid","value":"16"}]},"description":"Add a role to a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"79ad7373-8710-4dc5-be64-6b2d7174623e","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","add"],"variable":[{"key":"uid","value":"16"}]},"description":"Add a role to a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"540ac4b0-f884-44a3-bbb6-7a18b17a69e9"},{"name":"[Admin] Remove a role from a user","id":"3c1b7399-121e-4a5d-9b7b-17bfc10f9845","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","description":"<p>Remove a role from a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","roles","remove"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"65d24dfd-0d72-45fb-9f6d-408c84b406b9","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"55e8fa1d-6394-4722-98ab-fd3c8ac012d4","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Not Found: User cannot be found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"dece51a3-ee75-41b8-aebf-3c9b09184e92","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0ce42466-8fd7-46db-9375-4af63cb86ef9","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3867a036-c0d4-49c7-a63c-df7bf0ddafbc","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"66262dff-26e3-491a-934b-12e3c626fb63","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"dc7e62c5-13bf-4597-8539-abf10559ced1","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/roles/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","roles","remove"],"variable":[{"key":"uid","value":"119"}]},"description":"Remove a role from a user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"3c1b7399-121e-4a5d-9b7b-17bfc10f9845"},{"name":"[Admin] Get the URL of the avatar of a particular user","id":"7c0ad56b-6171-4044-b207-ecce0be78e80","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","description":"<p>Get the URL of the avatar of a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","avatar"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"7fb5f4b1-6453-4a8b-9c12-fa0507dae3fa","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"767dbb63-92eb-4f7b-a045-74fb29c0e7c0","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the URL of the avatar of a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"31eb6c21-9b1d-42f0-b7ec-38734cecc144","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the URL of the avatar of a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"size\": \"size36\",\r\n    \"url\": \"url36\"\r\n  }\r\n]"},{"id":"3bd23b4c-e8da-4fef-965a-dd2cc64315ab","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the URL of the avatar of a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"09171067-2795-4f04-98cf-7af6f4fc1b27","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the URL of the avatar of a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ce73d392-9c6f-4b38-bc9a-1e8ff194b03a","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the URL of the avatar of a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"7c0ad56b-6171-4044-b207-ecce0be78e80"},{"name":"[Admin] Update the avatar of a particular user","id":"8b21487e-7205-4aec-bf8e-e9026a565aa0","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","description":"<p>Update the avatar of a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","avatar","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"fca6c9cc-c15a-47a4-a346-bd67d3294d86","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"767ec42f-36d0-47ac-9f3a-7e8650ab8a30","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the avatar of a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"5293a45b-325f-48cb-a056-8e8b879a7fcf","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the avatar of a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"0a431df0-50e1-4c9a-b2bb-b873bfed67b5","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the avatar of a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"61c9560c-24af-45e8-acd5-cc4ab5060b92","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the avatar of a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23c2d17a-d8a6-4078-b957-f7db5c3a00d0","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"image\": \"image36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/avatar/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","avatar","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the avatar of a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"8b21487e-7205-4aec-bf8e-e9026a565aa0"},{"name":"[Admin] Get the disclaimer assigned to a user","id":"728c0534-9e5a-4afe-8b8f-ed8f09ce4920","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","description":"<p>Get the disclaimer assigned to a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","disclaimer"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"0e6878cc-392b-428b-9711-917e65b41880","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"1f6f443d-cc6d-4b1f-88b7-ebeae2f6e6aa","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the disclaimer assigned to a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1fcc4869-75bc-43dc-a3a1-5aa0f10e8c11","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the disclaimer assigned to a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"93d7c7bd-35ae-490f-acf8-8526f676c0f0","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the disclaimer assigned to a user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\",\r\n  \"name\": \"name36\",\r\n  \"content\": \"content36\",\r\n  \"frequencyInHours\": 94,\r\n  \"isDefault\": false,\r\n  \"isActive\": false,\r\n  \"createdDate\": 94,\r\n  \"modifiedDate\": 94,\r\n  \"format\": \"TEXT\"\r\n}"},{"id":"5b58e92e-237c-4b8b-8150-141fbbf1661c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the disclaimer assigned to a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e0088d28-efc4-4abb-b100-1f5a4053a543","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the disclaimer assigned to a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"728c0534-9e5a-4afe-8b8f-ed8f09ce4920"},{"name":"[Admin] Assign a disclaimer to a user","id":"9db77d2b-3cd3-44b1-9665-973fd0b2e32e","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","description":"<p>Assign a disclaimer to a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","disclaimer","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"21877f86-7cf1-4f33-98bf-ced42cb76d86","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"4972944c-8c4d-4716-86a7-8be72a31cd40","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Assign a disclaimer to a user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"a7ec03ee-b4e0-4f22-86a2-bff824960930","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Assign a disclaimer to a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"dc74dbfe-0a71-4703-b7dd-b66ef77dc601","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Assign a disclaimer to a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"dba50bad-3c0c-4f7a-b5a5-d194abb48b61","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Assign a disclaimer to a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"5dfc30d1-d5ff-4f7f-809f-b88b0ef1c880","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/disclaimer/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","disclaimer","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Assign a disclaimer to a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9db77d2b-3cd3-44b1-9665-973fd0b2e32e"},{"name":"[Admin] Get the delegates assigned to a user","id":"8e407906-855c-4ef8-868f-187c2e0e0574","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","description":"<p>Get the delegates assigned to a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","delegates"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"77b20218-acbf-44e9-8dd7-f5b82599f58b","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"549b4e51-430d-4949-a0b0-3e820a969648","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the delegates assigned to a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8ebbab67-8795-4c79-9f56-14002f30653e","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the delegates assigned to a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"677ce3bf-92fa-48dd-a55c-482940852d32","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the delegates assigned to a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"da4d1156-ae10-4441-9257-28dd922cd795","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the delegates assigned to a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"db1eeacd-5e99-4d18-b7bf-1e8df147b02b","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the delegates assigned to a user"},"status":"The userid's of the delegates of this user.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  119\r\n]"}],"_postman_id":"8e407906-855c-4ef8-868f-187c2e0e0574"},{"name":"[Admin] Update the delegates assigned to a user","id":"14fa96a8-64e4-4ea8-beb6-8a95ecc0dd68","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","description":"<p>Update the delegates assigned to a user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","delegates","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"af0ec726-60ba-4c6d-a9ea-3efc87803103","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"43c16975-9710-441c-8bcf-549ef7b4ea7f","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the delegates assigned to a user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"375f2245-6c1b-4c47-b390-27bac6f536b5","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the delegates assigned to a user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4dc0bca4-fb64-4498-a16d-febfc3553098","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the delegates assigned to a user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"38421737-4469-4783-8432-54199f5e816d","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the delegates assigned to a user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0fac8c0c-21da-4a4b-95a9-3dc007d9ac84","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 94,\r\n  \"action\": \"ADD\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/delegates/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","delegates","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the delegates assigned to a user"},"status":"Sucesss.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"14fa96a8-64e4-4ea8-beb6-8a95ecc0dd68"},{"name":"[Admin] Get the list of Symphony feature entitlements enabled for a particular user","id":"0c19f950-9399-4415-adb1-84b832c2c812","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","description":"<p>Get the list of Symphony feature entitlements enabled for a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","features"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"4ea5394e-b6e2-4e22-898d-e20cbcea7120","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"6316261f-9bb2-41fb-b8b0-3cba92952ef6","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the list of Symphony feature entitlements enabled for a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3c639e57-3d1f-4880-b1b5-a05e52708254","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the list of Symphony feature entitlements enabled for a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ea67786c-196a-4c73-bacd-9d970ddce1be","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the list of Symphony feature entitlements enabled for a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"97b3a650-5426-4ce0-989e-f3bbeb477860","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the list of Symphony feature entitlements enabled for a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"816dddbf-a6dd-4d88-84c3-dd2a05cd60ef","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the list of Symphony feature entitlements enabled for a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"}],"_postman_id":"0c19f950-9399-4415-adb1-84b832c2c812"},{"name":"[Admin] Update the list of Symphony feature entitlements for a particular user","id":"119e7501-0e15-4a57-bcac-159c20148665","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","description":"<p>Update the list of Symphony feature entitlements for a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","features","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"7479d30d-7aa4-4fe5-a27a-19124df9a533","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"50a4541b-06dc-4362-81a6-05c6733672da","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the list of Symphony feature entitlements for a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f2875f6d-2ac0-4178-bd06-b1a25040f6b1","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the list of Symphony feature entitlements for a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"63398103-2a4f-4d6f-9b99-e3a90f428ae7","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the list of Symphony feature entitlements for a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"26aee505-1f30-45d3-bb48-e1c09f5b001f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the list of Symphony feature entitlements for a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"8c222042-5cdc-4b2c-8b2e-84f82f4eff9f","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"entitlment\": \"entitlment36\",\r\n    \"enabled\": false\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/features/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","features","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the list of Symphony feature entitlements for a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"119e7501-0e15-4a57-bcac-159c20148665"},{"name":"[Admin] Get the status, active or inactive, for a particular user","id":"0df40ca7-850a-4414-8ef9-759c1f60977e","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","description":"<p>Get the status, active or inactive, for a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","status"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"264c0eb1-3948-4f97-b5f4-45c98a8569c2","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"c3cf4e47-9bfd-45a7-82c9-8f287c509715","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the status, active or inactive, for a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"34f47256-530b-412d-9890-8aeada4ff224","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the status, active or inactive, for a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23a5a020-d93d-428b-8708-75dda3ad7e16","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the status, active or inactive, for a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"723662a9-0da9-4c73-92a2-00b2e4844034","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the status, active or inactive, for a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"ENABLED\"\r\n}"},{"id":"d3366773-2649-451e-9935-b0c85e1121fe","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status"],"variable":[{"key":"uid","value":"119"}]},"description":"Get the status, active or inactive, for a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"0df40ca7-850a-4414-8ef9-759c1f60977e"},{"name":"[Admin] Update the status of a particular user","id":"ddd2127c-ecc0-499a-a77a-f77848734e11","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","description":"<p>Update the status of a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","status","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"bc110bb7-5863-4ae9-ade5-bf095c82a71b","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"e8436c4e-539e-4f5e-bc83-33ddcc4a404c","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the status of a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0792122e-a729-43ba-8df3-ea195dacea79","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the status of a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a0733d7f-0c1c-4ac1-bc5b-4897b57a9a39","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the status of a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bf1268b7-52f7-44c1-b2bb-de831deed9cf","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the status of a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"af31cc8c-29d9-4d92-9ef8-987e458a963a","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"ENABLED\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/status/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","status","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update the status of a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ddd2127c-ecc0-499a-a77a-f77848734e11"},{"name":"[Admin] Create a new V2 User","id":"ecb83760-bdf3-4886-acbd-ba66e4dd8c57","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"<p>Create a new V2 User</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","user","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4a0bbdd2-0e4e-48c3-af52-157737d63e44","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"Create a new V2 User"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e9e43751-9f82-4c96-8431-264430605ad4","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"Create a new V2 User"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"userSystemInfo\": {\r\n    \"id\": 94,\r\n    \"status\": \"ENABLED\",\r\n    \"createdDate\": 94,\r\n    \"createdBy\": \"createdBy36\",\r\n    \"lastUpdatedDate\": 94,\r\n    \"lastLoginDate\": 94,\r\n    \"lastPasswordReset\": 94\r\n  },\r\n  \"features\": [\r\n    94\r\n  ],\r\n  \"apps\": [\r\n    94\r\n  ],\r\n  \"groups\": [\r\n    94\r\n  ],\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ],\r\n  \"disclaimers\": [\r\n    94\r\n  ],\r\n  \"avatar\": {\r\n    \"size\": \"size36\",\r\n    \"url\": \"url36\"\r\n  }\r\n}"},{"id":"029a3dad-33ae-4b79-b344-1154d919a9cb","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"Create a new V2 User"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"050c7e33-524e-489f-9479-e19abc66f148","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"Create a new V2 User"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a87cd891-3841-4798-8276-bbeba786ded0","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"password\": {\r\n    \"hSalt\": \"hSalt36\",\r\n    \"hPassword\": \"hPassword36\",\r\n    \"khSalt\": \"khSalt36\",\r\n    \"khPassword\": \"khPassword36\"\r\n  },\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ]\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/create","description":"Create a new V2 User"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ecb83760-bdf3-4886-acbd-ba66e4dd8c57"},{"name":"[Admin] Update an existing V2 User","id":"4701fdce-a78e-4962-9bb2-8f6926004ced","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","description":"<p>Update an existing V2 User</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","user",":uid","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"8911ce92-5449-483b-b582-0924392918d2","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"b2bdacaf-b6c3-4543-82d6-0fba5e1e7bed","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update an existing V2 User"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9fccac26-31d8-47fc-a489-ac6c8ca95dc3","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update an existing V2 User"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1b361fe4-e1b3-42ba-987b-141094bef193","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update an existing V2 User"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c200cf22-e406-4726-bb28-c1c9844a3219","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update an existing V2 User"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"userSystemInfo\": {\r\n    \"id\": 94,\r\n    \"status\": \"ENABLED\",\r\n    \"createdDate\": 94,\r\n    \"createdBy\": \"createdBy36\",\r\n    \"lastUpdatedDate\": 94,\r\n    \"lastLoginDate\": 94,\r\n    \"lastPasswordReset\": 94\r\n  },\r\n  \"features\": [\r\n    94\r\n  ],\r\n  \"apps\": [\r\n    94\r\n  ],\r\n  \"groups\": [\r\n    94\r\n  ],\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ],\r\n  \"disclaimers\": [\r\n    94\r\n  ],\r\n  \"avatar\": {\r\n    \"size\": \"size36\",\r\n    \"url\": \"url36\"\r\n  }\r\n}"},{"id":"e89e94e0-fadd-4023-acd8-6ef99a5c2e1f","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"emailAddress\": \"emailAddress36\",\r\n  \"firstName\": \"firstName36\",\r\n  \"lastName\": \"lastName36\",\r\n  \"userName\": \"userName36\",\r\n  \"displayName\": \"displayName36\",\r\n  \"companyName\": \"companyName36\",\r\n  \"department\": \"department36\",\r\n  \"division\": \"division36\",\r\n  \"title\": \"title36\",\r\n  \"workPhoneNumber\": \"workPhoneNumber36\",\r\n  \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n  \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n  \"smsNumber\": \"smsNumber36\",\r\n  \"accountType\": \"NORMAL\",\r\n  \"location\": \"location36\",\r\n  \"recommendedLanguage\": \"recommendedLanguage36\",\r\n  \"jobFunction\": \"jobFunction36\",\r\n  \"assetClasses\": [\r\n    \"assetClasses36\"\r\n  ],\r\n  \"industries\": [\r\n    \"industries36\"\r\n  ],\r\n  \"currentKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"previousKey\": {\r\n    \"key\": \"key36\",\r\n    \"expirationDate\": 94,\r\n    \"action\": \"action36\"\r\n  },\r\n  \"interactionUrl\": \"interactionUrl36\"\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid","update"],"variable":[{"key":"uid","value":"119"}]},"description":"Update an existing V2 User"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"4701fdce-a78e-4962-9bb2-8f6926004ced"},{"name":"[Admin] Retrieve V2 User details for a particular user","id":"9ec7d86c-28d5-4a14-a078-fef80e10e1a1","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/admin/user/:uid","description":"<p>Retreive V2 User details for a particular user</p>\n","urlObject":{"protocol":"https","path":["pod","v2","admin","user",":uid"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"4e8b9a1a-abfb-4d90-af43-6791af7d28d9","type":"any","value":"119","key":"uid"}]}},"response":[{"id":"28b29f92-e0d1-44fa-9ab1-3d151d5341dd","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid"],"variable":[{"key":"uid","value":"119"}]},"description":"Retreive V2 User details for a particular user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fca96da2-ceba-4a5f-af2c-920bae09bd23","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid"],"variable":[{"key":"uid","value":"119"}]},"description":"Retreive V2 User details for a particular user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"03374327-b695-4bc1-b1e6-50070840cd74","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid"],"variable":[{"key":"uid","value":"119"}]},"description":"Retreive V2 User details for a particular user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"30fad490-88dd-44ed-bf69-023fcfa5a4bc","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid"],"variable":[{"key":"uid","value":"119"}]},"description":"Retreive V2 User details for a particular user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userAttributes\": {\r\n    \"emailAddress\": \"emailAddress36\",\r\n    \"firstName\": \"firstName36\",\r\n    \"lastName\": \"lastName36\",\r\n    \"userName\": \"userName36\",\r\n    \"displayName\": \"displayName36\",\r\n    \"companyName\": \"companyName36\",\r\n    \"department\": \"department36\",\r\n    \"division\": \"division36\",\r\n    \"title\": \"title36\",\r\n    \"workPhoneNumber\": \"workPhoneNumber36\",\r\n    \"mobilePhoneNumber\": \"mobilePhoneNumber36\",\r\n    \"twoFactorAuthPhone\": \"twoFactorAuthPhone36\",\r\n    \"smsNumber\": \"smsNumber36\",\r\n    \"accountType\": \"NORMAL\",\r\n    \"location\": \"location36\",\r\n    \"recommendedLanguage\": \"recommendedLanguage36\",\r\n    \"jobFunction\": \"jobFunction36\",\r\n    \"assetClasses\": [\r\n      \"assetClasses36\"\r\n    ],\r\n    \"industries\": [\r\n      \"industries36\"\r\n    ],\r\n    \"currentKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"previousKey\": {\r\n      \"key\": \"key36\",\r\n      \"expirationDate\": 94,\r\n      \"action\": \"action36\"\r\n    },\r\n    \"interactionUrl\": \"interactionUrl36\"\r\n  },\r\n  \"userSystemInfo\": {\r\n    \"id\": 94,\r\n    \"status\": \"ENABLED\",\r\n    \"createdDate\": 94,\r\n    \"createdBy\": \"createdBy36\",\r\n    \"lastUpdatedDate\": 94,\r\n    \"lastLoginDate\": 94,\r\n    \"lastPasswordReset\": 94\r\n  },\r\n  \"features\": [\r\n    94\r\n  ],\r\n  \"apps\": [\r\n    94\r\n  ],\r\n  \"groups\": [\r\n    94\r\n  ],\r\n  \"roles\": [\r\n    \"roles36\"\r\n  ],\r\n  \"disclaimers\": [\r\n    94\r\n  ],\r\n  \"avatar\": {\r\n    \"size\": \"size36\",\r\n    \"url\": \"url36\"\r\n  }\r\n}"},{"id":"abae7025-3b3c-4945-88c6-4a5644e4048e","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/admin/user/:uid","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","admin","user",":uid"],"variable":[{"key":"uid","value":"119"}]},"description":"Retreive V2 User details for a particular user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9ec7d86c-28d5-4a14-a078-fef80e10e1a1"}],"id":"a7820847-867f-4e62-9d6c-31d560b098ec","_postman_id":"a7820847-867f-4e62-9d6c-31d560b098ec","description":""},{"name":"Presence","item":[{"name":"Create Presence status feed.","id":"00ef6774-08d1-4322-a205-7217af95cbd4","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"<p>Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.</p>\n<p>Returns the ID of the presence feed to be used in subsequent read operations.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","presence","feed","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b98fe5d3-e1f7-445c-b1a0-69838c933e2f","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.\n\nReturns the ID of the presence feed to be used in subsequent read operations.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"af962c61-58c3-48bb-87f8-e2c9f3caa59a","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.\n\nReturns the ID of the presence feed to be used in subsequent read operations.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"cfa8a843-8360-4b8b-b657-8266a2336ec5","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.\n\nReturns the ID of the presence feed to be used in subsequent read operations.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8c8efa4c-a28f-47ab-8ea7-80b5292a86f4","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.\n\nReturns the ID of the presence feed to be used in subsequent read operations.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\"\r\n}"},{"id":"5c1fb776-3a7f-45a3-8979-4103a1f740ef","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/create","description":"Create a new stream capturing presence status changes (\"presence feed\").\nWhen read from, the feed will return the current presence status of company (pod) users\nif it has changed since the last read.\n\nReturns the ID of the presence feed to be used in subsequent read operations.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"00ef6774-08d1-4322-a205-7217af95cbd4"},{"name":"Read a presence status feed.","id":"cb805626-1729-4442-b751-458c8d76e68b","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","description":"<p>Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","presence","feed",":feedId","read"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"72923b0d-fb8a-413e-9db0-851309f3d0a4","type":"any","value":"feedId6","key":"feedId"}]}},"response":[{"id":"3f4d6c51-cc43-47c0-ba9d-3195ae652aff","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","read"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e3d37fa9-53a1-4d4b-a168-03d2cf53875f","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","read"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"category\": \"category6\",\r\n    \"userId\": 16,\r\n    \"timestamp\": 16\r\n  }\r\n]"},{"id":"01a6d0d6-ba31-48f6-9e29-24a364d5a2c3","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","read"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9c2fcdbb-8263-4ab8-bd55-3d5e45e8ce60","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","read"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a5543bcb-1f44-4fec-bac0-7ae4d117ae1a","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/read","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","read"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the current presence status of company (pod) users\nif it has changed since the last read. Returns up to 500 records at a time.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"cb805626-1729-4442-b751-458c8d76e68b"},{"name":"Delete a presence status feed.","id":"449a1480-b85a-4445-9e6e-a22718bda19c","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","description":"<p>Returns the ID of the deleted feed.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","presence","feed",":feedId","delete"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"01ce92d9-64d5-4420-a397-c9a30d812d59","type":"any","value":"feedId6","key":"feedId"}]}},"response":[{"id":"d2a7cec3-ef30-416c-9cd9-79622444ac0d","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","delete"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the ID of the deleted feed.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e24d8aac-08f5-4c47-9022-5e4dd641aa92","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","delete"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the ID of the deleted feed.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\"\r\n}"},{"id":"f099feb0-bd96-4679-9558-0c7c689d8826","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","delete"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the ID of the deleted feed.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"62524646-ab59-4b7a-94af-57b8a6faf66c","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","delete"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the ID of the deleted feed.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4139e7f9-ecef-461c-bcc9-5d4202a74469","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/presence/feed/:feedId/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","presence","feed",":feedId","delete"],"variable":[{"key":"feedId","value":"feedId6"}]},"description":"Returns the ID of the deleted feed.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"449a1480-b85a-4445-9e6e-a22718bda19c"},{"name":"Register interest in a user's presence status","id":"1b34d4d1-037f-4bd0-a739-621c9e902b9a","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"<p>Register interest in a user's presence status</p>\n","urlObject":{"protocol":"https","path":["pod","v1","user","presence","register"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"df8d1a00-e821-4e09-aac0-d1d8a233139e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f781eea1-01f8-48b4-b14a-94968e7fb9b7","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9e3a4151-7236-4e47-9078-370c8fafd2b2","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e9317dad-b018-448a-98ad-12dba8270aa9","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"f52c9687-a0a8-43d9-b1f0-0efc89bb7474","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"Not Found: user id cannot be located.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8a3dc2d6-c0d6-4824-aeb7-8b0912e769a3","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/user/presence/register","description":"Register interest in a user's presence status"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"1b34d4d1-037f-4bd0-a739-621c9e902b9a"},{"name":"Get presence information about the requesting user.","id":"b4a06038-c3be-4302-b7c5-b40a20584fc3","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user/presence","description":"<p>Get presence information about the requesting user.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","user","presence"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b4a61b18-65f9-419a-b4e3-5a99a040fe80","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Get presence information about the requesting user."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ab9e0d90-1e33-4e5c-89a1-6b6af03024d1","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Get presence information about the requesting user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3de2de1e-0cb9-4421-bd78-3e0109a9e1c4","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Get presence information about the requesting user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16,\r\n  \"timestamp\": 16\r\n}"},{"id":"a408fa2e-f1af-4ae0-995e-a614bac5de4e","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Get presence information about the requesting user."},"status":"Unauthorized: Invalid session token","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"b4a06038-c3be-4302-b7c5-b40a20584fc3"},{"name":"Set the presence of the requesting user.","id":"d494035f-1c1a-40dc-a4fc-a5d2160bdeaf","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/user/presence","description":"<p>Set the presence of the requesting user.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","user","presence"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eafe98f2-c74a-4a76-8c8c-dfa4ba379a93","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Set the presence of the requesting user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16,\r\n  \"timestamp\": 16\r\n}"},{"id":"007df633-ed04-4f56-8c81-851b45cb1c4e","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Set the presence of the requesting user."},"status":"Unauthorized: Invalid session token.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bfb95931-bbc5-4db9-9032-907718430bf7","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Set the presence of the requesting user."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6af832b2-0ae5-4d13-a7b2-0976159bce61","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\"\r\n}"},"url":"https://{{podUrl}}/pod/v2/user/presence","description":"Set the presence of the requesting user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"d494035f-1c1a-40dc-a4fc-a5d2160bdeaf"},{"name":"Get presence information about a particular user.","id":"f7be07ef-ed0c-4e8d-9b71-923fa5a66537","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","description":"<p>Get presence information about a particular user.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","user",":uid","presence"],"host":["{{podUrl}}"],"query":[{"key":"local","value":"false"}],"variable":[{"id":"89b5acb4-521d-4fe4-aa86-4a98ad7ab1bf","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"53687663-0a2a-47d4-90cf-d1ebd3e6f13e","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1f2a0136-6bb2-49fd-ab20-9e28ca1a2a58","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"08fbd6d9-9e85-4d09-b1f0-70ecb2c5b50e","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16,\r\n  \"timestamp\": 16\r\n}"},{"id":"8e939a54-cdc2-451c-b946-8d920a612e90","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"481e4b13-4e7f-41c1-b9d0-fd2bec2e04e6","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3dbcdb93-77f9-47bc-a0c9-ad11f2db0222","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v3/user/:uid/presence?local=false","protocol":"https","host":["{{podUrl}}"],"path":["pod","v3","user",":uid","presence"],"query":[{"key":"local","value":"false"}],"variable":[{"key":"uid","value":"16"}]},"description":"Get presence information about a particular user."},"status":"Not Found: user id cannot be located.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"f7be07ef-ed0c-4e8d-9b71-923fa5a66537"},{"name":"Get presence information about all company (pod) users.","id":"a2d68419-6978-4627-98fc-cf7b425863e7","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","description":"<p>The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.</p>\n<p>All non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.</p>\n<p>Returned records are sorted by user ID, ascending.</p>\n<p>This method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.</p>\n<p>Addiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","users","presence"],"host":["{{podUrl}}"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"c9e02a4e-d110-4b35-82a7-8286e47c59f0","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","users","presence"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}]},"description":"The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n\nReturned records are sorted by user ID, ascending.\n\nThis method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.\n\nAddiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"category\": \"category6\",\r\n    \"userId\": 16,\r\n    \"timestamp\": 16\r\n  }\r\n]"},{"id":"e60d65dc-1113-4663-bc39-841109377d68","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","users","presence"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}]},"description":"The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n\nReturned records are sorted by user ID, ascending.\n\nThis method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.\n\nAddiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.\n"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ed5c7520-1a23-4734-bbcb-6bbc7cfedc2f","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","users","presence"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}]},"description":"The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n\nReturned records are sorted by user ID, ascending.\n\nThis method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.\n\nAddiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6cd13f27-39fc-4514-85fe-0c1ee2c74e8b","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","users","presence"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}]},"description":"The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n\nReturned records are sorted by user ID, ascending.\n\nThis method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.\n\nAddiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c1adf368-49d3-45fa-9dc8-598bc91e4926","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/users/presence?lastUserId=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","users","presence"],"query":[{"key":"lastUserId","value":"16"},{"key":"limit","value":"16"}]},"description":"The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n\nReturned records are sorted by user ID, ascending.\n\nThis method is expensive. It pulls ALL records from the cache, sorts them and then only uses a subset.\nFor large numbers of users, this can be very inefficient both due to sorting\nand due to the cache being distributed across many nodes.\n\nAddiionally, there is the potential to miss users if they become active\nafter the page in which their user ID falls has already been read by the client.\nTo avoid this situation, a presence feed should be created (and optionally read from)\nfirst to capture presence changes of users who get reactivated during a paged call to this endpoint.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"a2d68419-6978-4627-98fc-cf7b425863e7"},{"name":"Set presence information for a particular user.","id":"a91389bc-0b50-414e-961a-bca6cbb19027","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"<p>Set presence information for a particular user.</p>\n","urlObject":{"protocol":"https","path":["pod","v3","user","presence"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2bef34d6-0a97-407e-a426-71bff0651c4e","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"72e26e8c-b48c-40ff-b651-d18e1d3a098a","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16,\r\n  \"timestamp\": 16\r\n}"},{"id":"9191cf57-7567-4f86-9fa8-0088b42c52f4","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"Not Found: user id cannot be located.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d5dbe98f-4f3a-4e98-8044-c171fe3de44d","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"Unauthorized.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3c06ea67-e54d-432b-8301-cfd5497d6c1e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"Forbidden.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"38882644-08ef-4963-8a77-675d75b36175","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"category6\",\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v3/user/presence","description":"Set presence information for a particular user."},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"a91389bc-0b50-414e-961a-bca6cbb19027"}],"id":"b5e39663-eb7b-442e-bbce-357005b82554","_postman_id":"b5e39663-eb7b-442e-bbce-357005b82554","description":""},{"name":"Connection","item":[{"name":"List of requesting user's connection","event":[{"listen":"test","script":{"exec":["/*","pm.response.json().forEach(u => {","    pm.sendRequest({","        url: `https://preview.symphony.com/pod/v3/users?uid=${u.userId}&local=false`,","        method: 'GET',","        header: { 'sessionToken': 'eyJhbGciOiJSUzUxMiJ9.eyJzdWIiOiJpbm5vdmF0ZSIsImlzcyI6InN5bXBob255Iiwic2Vzc2lvbklkIjoiMGU3Mzg1MWZlNzQ0NWNkN2JlNDA1NzIyNmMyYmRjZDgzMzNjNzE0OTY2ZDJmMDIzZmRlZDExYTRlZDUyOWE0MmU0NTAwM2FlN2UwYjJiMmMxNTRjMTc5NmMzOGI5NWJkMDAwMDAxNmRhZjZmYjhmNTAwMDA0MDAwMDAwMDAyZTYiLCJ1c2VySWQiOiI3MDM2ODc0NDE3ODQwNiJ9.kpX7ZCrvYmAWcGmom0kvWR6jCvMqQmxL6IQCFjBUcQpfw4E4eXrU1I2ouA76s-7sGcegKSo6wcdLKh0mBnHah7_DcTl5eqvdF6z5bp8_ZlqOu6Bjgd7ilG9Cz7OQLVmr0U1aIcH7rsDHB_A6itPl_KuV-8M5DhyOpAsjGqFFSomq2S8NRMAXkoV8ucG_jOpZiEPUCvFhkwoaEbZyBTPkphziarPTeOFVJFbvDs2KgXUSI6BT_ypJQbFHe-t5jfclxhflz4y5ZLGiqA0FiBwb6loNEOevY1hzy3xAMYkUUY994u9HMe6E2zTGfD1364YYBECeIx3SaNIg2cxbY0kT9w' }","    }, (err, res) => {","        const x = res.json().users[0];","        console.log(u.userId + \"|\" + u.status + \"|\" + u.updatedAt + \"|\" + x.company + \"|\" + x.displayName + \"|\" + x.emailAddress + \"|\" + x.location)","    });","})","*/"],"type":"text/javascript"}}],"id":"dcbc18cb-6c5a-402d-a302-90af505e2247","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/connection/list?status=ALL","description":"<p>This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","list"],"host":["{{podUrl}}"],"query":[{"key":"status","value":"ALL"},{"disabled":true,"key":"userIds","value":"userIds6"}],"variable":[]}},"response":[{"id":"d5f50a21-8145-4677-86d6-b3ac576a1901","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"Not Found: Connection cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"91d4f552-ac37-42f9-9a7e-d5b597063e3a","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"02232254-8afc-45ea-91dd-3ddee94b2755","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b00ee271-5cf0-4441-b2a5-f9f6eb79d740","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"userId\": 16,\r\n    \"status\": \"PENDING_OUTGOING\",\r\n    \"firstRequestedAt\": 16,\r\n    \"updatedAt\": 16,\r\n    \"requestCounter\": 16\r\n  }\r\n]"},{"id":"201625c5-b167-4c80-84e2-3e7a90b05ec2","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"eb5260f8-f448-4eb9-9912-ec2340ca4eab","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/list?status=PENDING_OUTGOING&userIds=userIds6","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","list"],"query":[{"key":"status","value":"PENDING_OUTGOING"},{"key":"userIds","value":"userIds6"}]},"description":"This retrieves all connections of the requesting user. (i.e. both connections in which the requesting user is the sender and those\nin which the requesting user is the inivtee) By default, if you haven't specified the connection status to filter on, this call will only\nreturn results for both \"pending_incoming\" and \"pending_outgoing\". You can optionally filter by userIds to further restrict the results of\na specific connection status. If the users are in the same private pod, the users have an implicit connection status of \"accepted\". Those\nusers will not be returned in the response if you don't specify the connection status as \"accepted\" (default is \"pending\")\nand the explicit userIds in the request.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"dcbc18cb-6c5a-402d-a302-90af505e2247"},{"name":"Sends an invitation to connect with another user","id":"2ca4741e-c2fe-4aa1-abdb-882ce2bc8aa7","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"<p>Sends an invitation to connect with another user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"38da057d-ee52-4f07-8491-3a226560eb52","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"Not Found: User cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"32d2487c-e14c-4819-ac51-ad4c9779cdf2","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d31ffcdd-5f0d-44a3-8bb0-1adc14fa62de","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userId\": 16,\r\n  \"status\": \"PENDING_OUTGOING\",\r\n  \"firstRequestedAt\": 16,\r\n  \"updatedAt\": 16,\r\n  \"requestCounter\": 16\r\n}"},{"id":"7a0fb77e-b32c-42cb-9399-2caf347a8ff4","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d4760a63-f586-4862-a212-0e1af6c3f2ad","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"36086632-cdbc-4ded-9f9f-3e135ed60979","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/create","description":"Sends an invitation to connect with another user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"2ca4741e-c2fe-4aa1-abdb-882ce2bc8aa7"},{"name":"Accept the connection request for the requesting user","id":"223f6f0c-34a8-4e59-be9e-afd6df3da9eb","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"<p>Accept the connection request for the requesting user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","accept"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"19cbd46b-43aa-46b1-9493-6b56e6f27b4c","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e4294e6c-6843-43f4-9bcb-6c39a5de4046","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"11265ed5-38bc-492f-b1e9-8056a71eee82","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4f0dfc57-30f2-4e26-8fa9-feaee32d61e9","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userId\": 16,\r\n  \"status\": \"PENDING_OUTGOING\",\r\n  \"firstRequestedAt\": 16,\r\n  \"updatedAt\": 16,\r\n  \"requestCounter\": 16\r\n}"},{"id":"9826dc1f-36ba-42e0-9248-4492a7e784bb","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1c026957-a670-40ce-8588-afa532f93c58","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/accept","description":"Accept the connection request for the requesting user"},"status":"Not Found: Connection cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"223f6f0c-34a8-4e59-be9e-afd6df3da9eb"},{"name":"Reject the connection request for the requesting user.","id":"49d79f4e-7b00-48ea-9ba5-8e97a3bb3bfb","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"<p>Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","reject"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"da30afcd-1713-48d1-afca-271e2d18595f","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Not Found: Connection cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"35b0c65c-0b47-48fe-a7bd-67c1245368d7","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b3e16abd-c10f-46bd-97a8-2a355d0b3b00","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"65b019bf-44d9-4128-b885-c2fd88f661fd","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"00ff3638-089e-451c-aba2-4c0e66abf1a5","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userId\": 16,\r\n  \"status\": \"PENDING_OUTGOING\",\r\n  \"firstRequestedAt\": 16,\r\n  \"updatedAt\": 16,\r\n  \"requestCounter\": 16\r\n}"},{"id":"9a2a82cb-dee0-4d0c-ba14-26fb60b1d64b","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 16\r\n}"},"url":"https://{{podUrl}}/pod/v1/connection/reject","description":"Reject the connection between the requesting user and request sender. If both users are in the same private pod,\nan error will be returned because both users have an implicit connection which cannot be rejected.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"49d79f4e-7b00-48ea-9ba5-8e97a3bb3bfb"},{"name":"The status of the connection invitation to another user.","id":"9106c57f-bc08-47aa-91f0-6aad46a7721d","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","description":"<p>The status of the connection invitation to another user.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","user",":userId","info"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"54f81624-0cc2-42c1-9a6f-7cae2cee2515","type":"any","value":"userId6","key":"userId"}]}},"response":[{"id":"c79dbcd8-b7aa-4341-be81-836985248393","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fbc970e0-0065-452b-92b7-57cce1b645c6","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"ad7f5a1e-262a-44a5-b02d-e58fd48cfaae","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"userId\": 16,\r\n  \"status\": \"PENDING_OUTGOING\",\r\n  \"firstRequestedAt\": 16,\r\n  \"updatedAt\": 16,\r\n  \"requestCounter\": 16\r\n}"},{"id":"06add283-ca70-4949-b462-2b8de6c4aaf0","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"Not Found: Connection cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d13ff78b-5ee9-4c0c-b0aa-c57cf4d734c4","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a3ae5f86-07d2-44e7-ae76-4ddc91dafec4","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:userId/info","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":userId","info"],"variable":[{"key":"userId","value":"userId6"}]},"description":"The status of the connection invitation to another user."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9106c57f-bc08-47aa-91f0-6aad46a7721d"},{"name":"Removes a connection with a user.","id":"aa92d983-9cae-4fdf-b131-67a5d390fdcb","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","description":"<p>Removes a connection with a user.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","connection","user",":uid","remove"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"8169713c-c0a7-414d-a4be-cefe8d812421","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"a21e8943-fc06-42e6-a43d-1b24ef8f546e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"638380a8-8b40-48a5-b6bb-af9a7c8715da","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"f05e26f2-1207-4e9e-8082-9955bc580560","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d1e3bd49-b307-490d-aabf-eb449a5c5723","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e31122a8-9d4d-4284-90c9-991ae94d6d1b","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b8480406-cbea-475d-91e9-81b161dbc53c","name":"Response_404","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/connection/user/:uid/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","connection","user",":uid","remove"],"variable":[{"key":"uid","value":"16"}]},"description":"Removes a connection with a user."},"status":"Not Found: Connection cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"aa92d983-9cae-4fdf-b131-67a5d390fdcb"}],"id":"6fdca223-07ec-4a30-a99e-4f1ebd77c51a","_postman_id":"6fdca223-07ec-4a30-a99e-4f1ebd77c51a","description":""},{"name":"Signals","item":[{"name":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n","id":"4eb6d090-450f-4744-a314-1ae8094b41e6","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","description":"<p>List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals","list"],"host":["{{agentUrl}}"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}],"variable":[]}},"response":[{"id":"3324edf4-d041-4fad-8f6d-997f892ffa64","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals","list"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}]},"description":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n"},"status":"List of signals for the requesting user.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"name\": \"name44\",\r\n    \"query\": \"query44\",\r\n    \"visibleOnProfile\": false,\r\n    \"companyWide\": false,\r\n    \"id\": \"id44\",\r\n    \"timestamp\": 114\r\n  }\r\n]"},{"id":"99231b7a-0980-4e7a-b26f-f00e92108596","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals","list"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}]},"description":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"cab4cf3a-21fe-47f7-84b5-752b478b8edd","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals","list"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}]},"description":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"434a8a1d-cf60-406d-8694-fffea3d1fdac","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals","list"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}]},"description":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"cb05f1c7-f429-4c59-b20b-1e69624a7db7","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/list?skip=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals","list"],"query":[{"key":"skip","value":"81"},{"key":"limit","value":"81"}]},"description":"List signals for the requesting user. This includes signals that the user has created and public signals\nto which they subscribed.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"4eb6d090-450f-4744-a314-1ae8094b41e6"},{"name":"Get details of the requested signal.","id":"dc2962bc-877f-4563-80fa-4afc79e6e335","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/signals/:id/get","description":"<p>Get details of the requested signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","get"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"83911639-fc70-40aa-95ea-c6978cc08a2d","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"f980def0-d0d1-4877-b6b8-61d42569ae8a","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/get","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","get"],"variable":[{"key":"id","value":"id31"}]},"description":"Get details of the requested signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"b1d17cd5-920e-45ea-bdea-f5fa4c53da67","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/get","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","get"],"variable":[{"key":"id","value":"id31"}]},"description":"Get details of the requested signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"95d5e878-468a-4d8e-a668-499ce202c9c3","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/get","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","get"],"variable":[{"key":"id","value":"id31"}]},"description":"Get details of the requested signal."},"status":"List of signals for the requesting user.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false,\r\n  \"id\": \"id44\",\r\n  \"timestamp\": 114\r\n}"},{"id":"1fc4c949-f3f9-4d81-81b1-ea394f62c161","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/get","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","get"],"variable":[{"key":"id","value":"id31"}]},"description":"Get details of the requested signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"5a209acb-423e-4eaf-9ef1-bbd642155abb","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/get","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","get"],"variable":[{"key":"id","value":"id31"}]},"description":"Get details of the requested signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"dc2962bc-877f-4563-80fa-4afc79e6e335"},{"name":"Create a signal.","id":"a0dbd331-34b1-4537-822b-a8ec91187243","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"<p>Create a signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals","create"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6e9176f1-ecb4-4d49-ab62-08fd8b28f3e7","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"71fca626-03f1-48ec-b3a9-df7d4f3b97a5","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"76e6996e-a508-4649-8b36-a91478c9b285","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"df8d8aed-f08a-45d9-9367-1e4521d0a8d7","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"645f71a1-fcb2-4140-abd4-82e55735f0c5","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Signal created.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false,\r\n  \"id\": \"id44\",\r\n  \"timestamp\": 114\r\n}"},{"id":"46e0e7d1-5ce4-4f28-b18b-447a7f2359d0","name":"Response_451","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/create","description":"Create a signal."},"status":"Compliance Issues found in signal","code":451,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"a0dbd331-34b1-4537-822b-a8ec91187243"},{"name":"Update a signal.","id":"a10244cc-6669-4819-a8dd-9c8faaab6771","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":"https://{{agentUrl}}/agent/v1/signals/:id/update","description":"<p>Update a signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","update"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"8d706ae2-885c-453a-8771-2ea7236f3785","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"fe062a63-f0cc-4882-8b58-39ed0adfd4f0","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Signal updated.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false,\r\n  \"id\": \"id44\",\r\n  \"timestamp\": 114\r\n}"},{"id":"3aff28cc-1f04-4641-b057-db894bad5a75","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"e2b4e865-6cc3-42d5-b826-198454a4199e","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"7e53bcbc-d6c9-4c2f-ab05-e468cfa73f08","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"3489d939-43e1-4d35-aef2-16050c18d034","name":"Response_451","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Compliance Issues found in signal","code":451,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"b43409db-3c9a-4c18-b4b6-3bb5e03c10c1","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"query\": \"query44\",\r\n  \"visibleOnProfile\": false,\r\n  \"companyWide\": false\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","update"],"variable":[{"key":"id","value":"id31"}]},"description":"Update a signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"a10244cc-6669-4819-a8dd-9c8faaab6771"},{"name":"Delete a signal.","id":"76c24d46-4736-4d81-abd4-30504db0abe2","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v1/signals/:id/delete","description":"<p>Delete a signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","delete"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"26a3d725-af4a-46b1-8d92-67d2e2f7622e","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"a1547151-95b0-4670-8198-0878d82d7bda","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","delete"],"variable":[{"key":"id","value":"id31"}]},"description":"Delete a signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"0597bd5a-57bb-420f-86b4-b07e03f41eb1","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","delete"],"variable":[{"key":"id","value":"id31"}]},"description":"Delete a signal."},"status":"Signal deleted.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message5\"\r\n}"},{"id":"949744e9-9b32-40b6-809e-e87f2a74bc1a","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","delete"],"variable":[{"key":"id","value":"id31"}]},"description":"Delete a signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"8f9e9cc8-2bc3-497f-a08c-b2983768681d","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","delete"],"variable":[{"key":"id","value":"id31"}]},"description":"Delete a signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"2b9834d7-fcaf-4e67-a720-6e013f5dbfe5","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","delete"],"variable":[{"key":"id","value":"id31"}]},"description":"Delete a signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"76c24d46-4736-4d81-abd4-30504db0abe2"},{"name":"Subscribe to a Signal.","id":"f1aa0b39-bc36-4f10-922f-eb62c4aecca7","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","description":"<p>Subscribe to a Signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","subscribe"],"host":["{{agentUrl}}"],"query":[{"key":"pushed","value":"false"}],"variable":[{"id":"3dab6a8c-f31e-4d53-8a6e-bab6c35bef3f","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"3eec9e86-de65-4f00-a8fe-235fa769e87e","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribe"],"query":[{"key":"pushed","value":"false"}],"variable":[{"key":"id","value":"id31"}]},"description":"Subscribe to a Signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"9aa979a6-1f49-401a-8a64-91b36f35f419","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribe"],"query":[{"key":"pushed","value":"false"}],"variable":[{"key":"id","value":"id31"}]},"description":"Subscribe to a Signal."},"status":"Signal subscribed.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"requestedSubscription\": 114,\r\n  \"successfulSubscription\": 114,\r\n  \"failedSubscription\": 114,\r\n  \"subscriptionErrors\": [\r\n    {\r\n      \"userId\": 114,\r\n      \"code\": \"code44\",\r\n      \"message\": \"message44\"\r\n    }\r\n  ]\r\n}"},{"id":"bcd87f60-dc0a-4d9e-a74d-640f7ef9a320","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribe"],"query":[{"key":"pushed","value":"false"}],"variable":[{"key":"id","value":"id31"}]},"description":"Subscribe to a Signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"1f94f51c-c6c1-4f0b-a24f-94d4e5b60bd6","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribe"],"query":[{"key":"pushed","value":"false"}],"variable":[{"key":"id","value":"id31"}]},"description":"Subscribe to a Signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"fcf82baa-859f-4d78-b2c1-90a616c94d35","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribe?pushed=false","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribe"],"query":[{"key":"pushed","value":"false"}],"variable":[{"key":"id","value":"id31"}]},"description":"Subscribe to a Signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"f1aa0b39-bc36-4f10-922f-eb62c4aecca7"},{"name":"Unsubscribe to a Signal.","id":"a528893a-d47f-4208-98cc-882d05972b1b","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","description":"<p>Unsubscribe to a Signal.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","unsubscribe"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"a857dc52-8148-4829-b448-ab41edd544eb","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"9e334358-315b-41c8-a4e7-28caa3b6509f","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","unsubscribe"],"variable":[{"key":"id","value":"id31"}]},"description":"Unsubscribe to a Signal."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"ee52bb8a-f83e-4400-86cc-0a4817bebe09","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","unsubscribe"],"variable":[{"key":"id","value":"id31"}]},"description":"Unsubscribe to a Signal."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"5d31b4a4-c6cc-4bf2-aad1-13db636d8394","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","unsubscribe"],"variable":[{"key":"id","value":"id31"}]},"description":"Unsubscribe to a Signal."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"36f77356-1b49-41d5-8a23-cd0d5c125cbe","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","unsubscribe"],"variable":[{"key":"id","value":"id31"}]},"description":"Unsubscribe to a Signal."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"91de9415-5d08-477d-93f4-7bdb3a5fdd2f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  81\r\n]"},"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/unsubscribe","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","unsubscribe"],"variable":[{"key":"id","value":"id31"}]},"description":"Unsubscribe to a Signal."},"status":"Signal unsubscribed.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"requestedSubscription\": 114,\r\n  \"successfulSubscription\": 114,\r\n  \"failedSubscription\": 114,\r\n  \"subscriptionErrors\": [\r\n    {\r\n      \"userId\": 114,\r\n      \"code\": \"code44\",\r\n      \"message\": \"message44\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a528893a-d47f-4208-98cc-882d05972b1b"},{"name":"Get the subscribers of a signal","id":"ebdff6e1-998b-4500-9d66-fc8de3d7f01b","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","description":"<p>Get the subscribers of a signal</p>\n","urlObject":{"protocol":"https","path":["agent","v1","signals",":id","subscribers"],"host":["{{agentUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"id":"544b7883-298a-44cd-a32a-768761fd1520","type":"any","value":"id31","key":"id"}]}},"response":[{"id":"315d68e7-3b42-400b-9ce6-1aafd6048829","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribers"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"key":"id","value":"id31"}]},"description":"Get the subscribers of a signal"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"abc0facd-5b48-42e6-98d8-b8a6b22fc124","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribers"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"key":"id","value":"id31"}]},"description":"Get the subscribers of a signal"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"23bd33e8-8043-4768-bc59-62331b4d7454","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribers"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"key":"id","value":"id31"}]},"description":"Get the subscribers of a signal"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"a72b5198-e07d-4933-bc0b-87e96423836c","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribers"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"key":"id","value":"id31"}]},"description":"Get the subscribers of a signal"},"status":"Signal Subscribers.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": 114,\r\n  \"hasMore\": false,\r\n  \"total\": 114,\r\n  \"data\": [\r\n    {\r\n      \"pushed\": false,\r\n      \"owner\": false,\r\n      \"subscriberName\": \"subscriberName44\",\r\n      \"userId\": 114,\r\n      \"timestamp\": 114\r\n    }\r\n  ]\r\n}"},{"id":"504045d6-3040-4ccf-84bc-7e3c352cc329","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/signals/:id/subscribers?skip=0&limit=100","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","signals",":id","subscribers"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"100"}],"variable":[{"key":"id","value":"id31"}]},"description":"Get the subscribers of a signal"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"ebdff6e1-998b-4500-9d66-fc8de3d7f01b"},{"name":"Get information about the Agent","id":"472c6e4f-c3ab-4eb6-8f5e-1982e3b9c1c3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"<p>Get information about the Agent</p>\n","urlObject":{"protocol":"https","path":["agent","v1","info"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"44abd2c7-0199-4ccb-ab27-6588b94c8168","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"Get information about the Agent"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"11a9b2c3-ce61-4170-8a38-c87892f6a020","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"Get information about the Agent"},"status":"Agent info.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"ipAddress\": \"ipAddress44\",\r\n  \"hostname\": \"hostname44\",\r\n  \"serverFqdn\": \"serverFqdn44\",\r\n  \"version\": \"version44\",\r\n  \"url\": \"url44\",\r\n  \"onPrem\": false,\r\n  \"commitId\": \"commitId44\"\r\n}"},{"id":"9d28c70f-2604-4b75-9e32-d11581b069ce","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"Get information about the Agent"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"93f413a8-6132-4e48-9862-bc514a5f939f","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"Get information about the Agent"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"},{"id":"4d866ade-c37c-4358-ade4-fda15e446982","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/info","description":"Get information about the Agent"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 15,\r\n  \"message\": \"message5\",\r\n  \"details\": {\r\n    \"details0\": \"details47\",\r\n    \"details1\": \"details24\"\r\n  }\r\n}"}],"_postman_id":"472c6e4f-c3ab-4eb6-8f5e-1982e3b9c1c3"}],"id":"7c658dc4-cc9a-4dcf-aa9c-7e504a50d3b8","_postman_id":"7c658dc4-cc9a-4dcf-aa9c-7e504a50d3b8","description":""},{"name":"Disclaimer","item":[{"name":"[Admin] Get a disclaimer by disclaimer id","id":"d37e6533-8fce-44dc-93f8-cf9cb1af25d0","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","description":"<p>Get a disclaimer by disclaimer id</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","disclaimer",":did"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"fa5b6f21-008f-41f9-b048-c3343e8864ea","type":"any","value":"did6","key":"did"}]}},"response":[{"id":"63c41544-912f-4905-9129-3f2db02739bf","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did"],"variable":[{"key":"did","value":"did6"}]},"description":"Get a disclaimer by disclaimer id"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"994b5bf1-370b-4499-bba4-c179fb4ebceb","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did"],"variable":[{"key":"did","value":"did6"}]},"description":"Get a disclaimer by disclaimer id"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"id36\",\r\n  \"name\": \"name36\",\r\n  \"content\": \"content36\",\r\n  \"frequencyInHours\": 94,\r\n  \"isDefault\": false,\r\n  \"isActive\": false,\r\n  \"createdDate\": 94,\r\n  \"modifiedDate\": 94,\r\n  \"format\": \"TEXT\"\r\n}"},{"id":"794657eb-b05f-43c1-b06c-a931cab34ad3","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did"],"variable":[{"key":"did","value":"did6"}]},"description":"Get a disclaimer by disclaimer id"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"81f493ff-cdda-4b08-a830-e61edd52d71b","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did"],"variable":[{"key":"did","value":"did6"}]},"description":"Get a disclaimer by disclaimer id"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2547e95a-a736-45cc-ba24-5b466e0158a6","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did"],"variable":[{"key":"did","value":"did6"}]},"description":"Get a disclaimer by disclaimer id"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"d37e6533-8fce-44dc-93f8-cf9cb1af25d0"},{"name":"[Admin] List all disclaimers for the company (pod)","id":"2644843f-4cd6-43de-907b-0e1a3948ea8e","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"<p>List all disclaimers for the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","disclaimer","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c2d8b8ba-61fb-40cd-862e-5fae599dec21","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"List all disclaimers for the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"620fa566-8840-4d95-8621-2cd00767eb75","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"List all disclaimers for the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id36\",\r\n    \"name\": \"name36\",\r\n    \"content\": \"content36\",\r\n    \"frequencyInHours\": 94,\r\n    \"isDefault\": false,\r\n    \"isActive\": false,\r\n    \"createdDate\": 94,\r\n    \"modifiedDate\": 94,\r\n    \"format\": \"TEXT\"\r\n  }\r\n]"},{"id":"606156b1-7ce8-4c97-a8fe-fe05d92490e6","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"List all disclaimers for the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c2b03e4e-2e46-485e-aeae-6fb47bdbb7f5","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"List all disclaimers for the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"25ccf891-4091-44fc-ae09-8dac4d30ae2d","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/list","description":"List all disclaimers for the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"2644843f-4cd6-43de-907b-0e1a3948ea8e"},{"name":"[Admin] List all users assigned to this disclaimer","id":"782d13e5-8d29-4149-acb9-5c276aa259b2","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","description":"<p>List all users assigned to this disclaimer</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","disclaimer",":did","users"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"4b0224cc-1bde-46d5-b06b-18de546100b9","type":"any","value":"did6","key":"did"}]}},"response":[{"id":"9f0a752d-d9cf-4205-ba9f-4e789c618175","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did","users"],"variable":[{"key":"did","value":"did6"}]},"description":"List all users assigned to this disclaimer"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  16\r\n]"},{"id":"2b86867c-69c0-488d-a07b-879abd1248e9","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did","users"],"variable":[{"key":"did","value":"did6"}]},"description":"List all users assigned to this disclaimer"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f08f3aca-f736-40a2-b5b7-51691411f128","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did","users"],"variable":[{"key":"did","value":"did6"}]},"description":"List all users assigned to this disclaimer"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b8c4fa8a-3197-47f6-b48f-84d391075620","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did","users"],"variable":[{"key":"did","value":"did6"}]},"description":"List all users assigned to this disclaimer"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3237bb49-8226-40af-9486-94895a146f2c","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/disclaimer/:did/users","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","disclaimer",":did","users"],"variable":[{"key":"did","value":"did6"}]},"description":"List all users assigned to this disclaimer"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"782d13e5-8d29-4149-acb9-5c276aa259b2"}],"id":"83dc1f33-293e-4b1f-906a-8cb206fdebe3","_postman_id":"83dc1f33-293e-4b1f-906a-8cb206fdebe3","description":""},{"name":"Info Barriers","item":[{"name":"[Admin] Get a list of all Information Barrier Groups","id":"8b772f0d-9cc4-4eae-9f4c-ad9ef9f81922","request":{"method":"GET","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"<p>Get a list of all Information Barrier Groups</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","group","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9b15b359-b3c9-42f0-990c-f0b623a4e733","name":"Response_400","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"Get a list of all Information Barrier Groups"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9bb53aae-4e94-4a66-89a6-ea10b7130bcb","name":"Response_500","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"Get a list of all Information Barrier Groups"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9cf70043-15de-4dcd-a606-eae20c66866b","name":"Response_401","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"Get a list of all Information Barrier Groups"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1aca7efa-4ed5-4ea5-b950-724ce3a75a33","name":"Response_403","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"Get a list of all Information Barrier Groups"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2a272039-4c92-4349-93cc-831a159c1079","name":"Response_200","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/list","description":"Get a list of all Information Barrier Groups"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id36\",\r\n    \"name\": \"name36\",\r\n    \"active\": false,\r\n    \"memberCount\": 94,\r\n    \"policies\": [\r\n      \"policies36\"\r\n    ],\r\n    \"createdDate\": 94,\r\n    \"modifiedDate\": 94\r\n  }\r\n]"}],"_postman_id":"8b772f0d-9cc4-4eae-9f4c-ad9ef9f81922"},{"name":"[Admin] Get the list of userids in this Information Barrier Group","id":"dfdbcba6-0a64-47d5-81c7-ab1fd9b88674","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","description":"<p>Get the list of userids in this Information Barrier Group</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","group",":gid","membership","list"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"5cc282a6-5da3-4c1a-8147-05358c590d83","type":"any","value":"gid6","key":"gid"}]}},"response":[{"id":"2bc09e76-2c9d-4db3-9e14-1bf45126c9e4","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Not Found: Group cannot be found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"552601b8-9b2d-4540-b543-bbe654339722","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d3431708-30d7-4d70-bc01-81d17df41035","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1912807b-7222-4f5b-ae26-8929c271803a","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  16\r\n]"},{"id":"f9eef980-6050-4ad0-905c-f481cbd1f248","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23381bcb-6561-468a-aa4e-09bb74ecb1ea","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","list"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Get the list of userids in this Information Barrier Group"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"dfdbcba6-0a64-47d5-81c7-ab1fd9b88674"},{"name":"[Admin] Add members to an Information Barrier group.","id":"c66c2a60-45d0-4129-87d2-df116b92372d","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","description":"<p>Add members to an Information Barrier group.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","group",":gid","membership","add"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"000d4e38-ac3a-4154-857c-c70d4017e878","type":"any","value":"gid6","key":"gid"}]}},"response":[{"id":"d1557236-328e-475f-abaa-b4a19958cf6e","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","add"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Add members to an Information Barrier group."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1f285750-49ef-4c04-bd8b-d8f2a7ade5b3","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","add"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Add members to an Information Barrier group."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"overallResult\": \"SUCCESS\",\r\n  \"results\": [\r\n    \"results6\"\r\n  ]\r\n}"},{"id":"42e14777-bb8a-471b-aa5b-0dca0682309d","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","add"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Add members to an Information Barrier group."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b7ccdd00-ee5a-4a8e-9b45-be0eb80dde8d","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","add"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Add members to an Information Barrier group."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bfdc231f-c92d-48d1-9fd5-0ff444af155c","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/add","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","add"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Add members to an Information Barrier group."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"c66c2a60-45d0-4129-87d2-df116b92372d"},{"name":"[Admin] Remove members from an Information Barrier group","id":"35db3e11-877c-4194-a997-bae347bfcd95","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","description":"<p>Remove members from an Information Barrier group</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","group",":gid","membership","remove"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"9721ad4f-696b-4e03-9f66-81fac16da331","type":"any","value":"gid6","key":"gid"}]}},"response":[{"id":"8c5946d9-ea2b-4de5-9ab8-a8ded8d6940d","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","remove"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Remove members from an Information Barrier group"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7259c463-8a79-48b7-ba9a-5edab9a61a26","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","remove"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Remove members from an Information Barrier group"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"613451ed-e0c6-42ac-8912-ab2a2fd241c7","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","remove"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Remove members from an Information Barrier group"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"overallResult\": \"SUCCESS\",\r\n  \"results\": [\r\n    \"results6\"\r\n  ]\r\n}"},{"id":"5619da61-cfea-4252-8383-f5e458c7a9f1","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","remove"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Remove members from an Information Barrier group"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fea975c3-bccb-4d09-9f9a-6077d4970e54","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  16\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/group/:gid/membership/remove","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","group",":gid","membership","remove"],"variable":[{"key":"gid","value":"gid6"}]},"description":"Remove members from an Information Barrier group"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"35db3e11-877c-4194-a997-bae347bfcd95"},{"name":"[Admin] Get all Information Policies","id":"86c780a9-765e-45dd-b27a-e8438f88dd15","request":{"method":"GET","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"<p>Get all Information Policies</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","policy","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6479c557-e026-41d7-a3b2-260700da48c4","name":"Response_200","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"Get all Information Policies"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id36\",\r\n    \"policyType\": \"BLOCK\",\r\n    \"active\": false,\r\n    \"memberCount\": 94,\r\n    \"groups\": [\r\n      \"groups36\"\r\n    ],\r\n    \"createdDate\": 94,\r\n    \"modifiedDate\": 94\r\n  }\r\n]"},{"id":"1386c1ab-49c8-4e45-903a-7fab1a47322d","name":"Response_403","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"Get all Information Policies"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"aba70e67-6dfd-434c-8454-ee261ab4f9cd","name":"Response_400","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"Get all Information Policies"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9acdcf4b-5941-4013-b721-8df9bbd0a722","name":"Response_500","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"Get all Information Policies"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e26e2476-3e1e-4e04-869a-b40c5470d94b","name":"Response_401","originalRequest":{"method":"GET","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/policy/list","description":"Get all Information Policies"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"86c780a9-765e-45dd-b27a-e8438f88dd15"}],"id":"16a848b3-f4e1-4fa0-ba21-cf0a512607e7","_postman_id":"16a848b3-f4e1-4fa0-ba21-cf0a512607e7","description":""},{"name":"DLP / Dictionary","item":[{"name":"Get all policies","id":"2e2daf7f-73a4-49e5-a1b9-2e89c45967a6","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","description":"<p>Get all policies</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies"],"host":["{{agentUrl}}"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}],"variable":[]}},"response":[{"id":"7c4dda5b-9308-476d-b0fc-3a1ac62e0e92","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"bd4d7708-fc07-40b6-84e3-0a42895a6461","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"9b91d890-2e03-44e5-b349-a609e34065d2","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"policies\": [\r\n    {\r\n      \"active\": false,\r\n      \"contentTypes\": [\r\n        \"contentTypes44\"\r\n      ],\r\n      \"creationDate\": 114,\r\n      \"creatorId\": \"creatorId44\",\r\n      \"dictionaryRefs\": [\r\n        {\r\n          \"dictId\": \"dictId44\",\r\n          \"name\": \"name44\",\r\n          \"version\": \"version44\"\r\n        }\r\n      ],\r\n      \"lastDisabledDate\": 114,\r\n      \"lastUpdatedDate\": 114,\r\n      \"name\": \"name44\",\r\n      \"policyId\": \"policyId44\",\r\n      \"scopes\": [\r\n        \"scopes44\"\r\n      ],\r\n      \"type\": \"type44\",\r\n      \"version\": \"version44\"\r\n    }\r\n  ],\r\n  \"page\": 114,\r\n  \"pageCount\": 114\r\n}"},{"id":"a2c5c921-fb96-4df2-a0e2-783c1ff102f6","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"ba511478-d144-4d38-a7fe-5dcd37c582a8","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"2e2daf7f-73a4-49e5-a1b9-2e89c45967a6"},{"name":"Creates a policy","id":"119d0e6e-e880-4a3b-b79b-5a06e57a21fe","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"<p>Creates a new policy with dictionary references.</p>\n<p>At the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.</p>\n<p>Note - You need to enable the policy after creation to start enforcing the policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9fdb7e1c-5dd8-4ae0-9959-a7f4b7bfde2a","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"Creates a new policy with dictionary references.\n\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.\n\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"c45ea404-67b9-49bc-b240-b9ee99101424","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"Creates a new policy with dictionary references.\n\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.\n\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"24cc4110-3809-4bf2-9efb-017e88ad054e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"Creates a new policy with dictionary references.\n\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.\n\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"39c74f2b-71da-4877-abff-8ad34515f64d","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"Creates a new policy with dictionary references.\n\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.\n\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"47e097b0-62ff-4848-92ed-fdf6ec54e640","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies","description":"Creates a new policy with dictionary references.\n\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type. The rest of the information is populated automatically.\n\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"}],"_postman_id":"119d0e6e-e880-4a3b-b79b-5a06e57a21fe"},{"name":"Get a policy","id":"e7328456-4f08-4100-ad1b-a85c7d5a9182","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","description":"<p>Get a policy</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies",":policyId"],"host":["{{agentUrl}}"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"id":"cda808d6-9c44-4b11-8789-35d38dbea1b6","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"1144b466-a231-4f7c-8645-acc1d5584c87","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"},{"id":"c4d629cf-cc89-4e2d-b92b-026199515800","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"586d1c25-c30d-432b-ba0b-f4b2a6923e6e","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"fc4d82b5-6adb-4252-823c-7fb869fe0a04","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"a4500ff5-8638-4e06-a19a-c0103621f92b","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"e7328456-4f08-4100-ad1b-a85c7d5a9182"},{"name":"Updates a policy. Cannot be used for creation.","id":"b35f6baf-b773-4ab8-8425-fe488524e03f","request":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","description":"<p>Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies",":policyId"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"dc69ee65-e089-4d44-902e-ff96e7bfc4f7","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"56a3ccca-60c0-4bbb-88a6-b7087e96866c","name":"Response_400","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"d91875da-9f58-4ffa-a81b-02c8a17f94fe","name":"Response_403","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f4eb3afb-ce6d-4dfa-85e1-312bcfd9332e","name":"Response_500","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f41b2fcd-5fc1-4a2a-9f0f-8aa19e4ec56b","name":"Response_401","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"1dc9b892-a5ad-4a22-989a-6e82e15eedf6","name":"Response_200","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contentTypes\": [\r\n    \"contentTypes44\"\r\n  ],\r\n  \"dictionaryIds\": [\r\n    \"dictionaryIds44\"\r\n  ],\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"type\": \"type44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"}],"_postman_id":"b35f6baf-b773-4ab8-8425-fe488524e03f"},{"name":"Delete a policy","id":"703ca7fd-bc7a-4e03-ad13-d86eb9bda293","request":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","description":"<p>Delete a policy.\nNote: Only disabled policy can be deleted</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies",":policyId"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"e1e64944-fdaf-48db-802d-7e96a1a029ef","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"a3487256-bc2f-4c75-936e-b59260e431c7","name":"Response_403","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"b87c6a96-c937-4ab5-84ae-06c44dce3cfd","name":"Response_400","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"fd8f2e8c-f4e5-4105-92a7-73b45f1daafd","name":"Response_401","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"79a34652-0e1e-4feb-945d-9fb62f9a988f","name":"Response_500","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"faa58002-d77e-492c-99d2-8d90f37344c0","name":"Response_200","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"}],"_postman_id":"703ca7fd-bc7a-4e03-ad13-d86eb9bda293"},{"name":"Enables a policy.","id":"00dd8ff0-2da2-4105-b5fc-d53f23f6989f","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","description":"<p>Enables a policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies",":policyId","enable"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"9cb7b50a-2a61-414f-849d-461770abc687","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"4a22e091-12e7-438b-a4f8-8b915e992ba1","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Enables a policy."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"1ba41978-3178-46f2-8711-6eb3a7cd53db","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Enables a policy."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"91944838-9210-4a6e-8b5f-69929a015b1d","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Enables a policy."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"},{"id":"d7ed6a08-89b0-4096-9436-220085a591cb","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Enables a policy."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"49641737-91f1-4f4c-981a-68ca2964ed21","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Enables a policy."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"00dd8ff0-2da2-4105-b5fc-d53f23f6989f"},{"name":"Disables a policy.","id":"bb698877-070c-49ea-bdc1-2e1c60f55db0","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","description":"<p>Disables a policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","policies",":policyId","disable"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"244068dc-bfba-4193-87ce-205e636d0a13","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"5d64d6fe-6ac9-4e52-96f6-63ed6cb6e6b6","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Disables a policy."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"4ae40129-e077-4886-8e8d-e5d91c4399ad","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Disables a policy."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"ae01b73f-0351-4327-8bdf-a893d6bbdd1b","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Disables a policy."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5ec214ec-0d02-4961-97d9-58e13cc10059","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Disables a policy."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"active\": false,\r\n    \"contentTypes\": [\r\n      \"contentTypes44\"\r\n    ],\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictionaryRefs\": [\r\n      {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      }\r\n    ],\r\n    \"lastDisabledDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"name\": \"name44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"type\": \"type44\",\r\n    \"version\": \"version44\"\r\n  }\r\n}"},{"id":"ff083f0c-0696-4766-99ac-6a846e90ffc0","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Disables a policy."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"bb698877-070c-49ea-bdc1-2e1c60f55db0"},{"name":"Get all dictionary metadatas","id":"7ea9a5ba-8258-49d9-b6e2-4d1da6a8af35","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","description":"<p>Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries"],"host":["{{agentUrl}}"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}],"variable":[]}},"response":[{"id":"8bc0f576-1750-4dd8-9629-f8f72e81ad3f","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"9896dd26-0688-413e-bac9-8ccb95624ad1","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"ba5b9faf-1507-447d-8777-62ac3744cfbb","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"items\": [\r\n    {\r\n      \"creationDate\": 114,\r\n      \"creatorId\": \"creatorId44\",\r\n      \"dictRef\": {\r\n        \"dictId\": \"dictId44\",\r\n        \"name\": \"name44\",\r\n        \"version\": \"version44\"\r\n      },\r\n      \"lastUpdatedDate\": 114,\r\n      \"type\": \"type44\"\r\n    }\r\n  ],\r\n  \"page\": 114,\r\n  \"pageCount\": 114\r\n}"},{"id":"315b534c-ddc8-44b1-b39c-c139e59c815b","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e73c96af-1f17-4b03-9112-eaa454af49cd","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all dictionary metadatas with the latest version. Each dictionary object will only contain meta data of the content.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"7ea9a5ba-8258-49d9-b6e2-4d1da6a8af35"},{"name":"Create a dictionary","id":"85aa2329-3f4c-4a05-b326-727bb60eaafe","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"<p>Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2b205492-60c0-411d-a185-cf6f6ff9efff","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"3b7f7f53-a9a8-4dd1-9b0a-fbde344dd59e","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"601c96da-87b6-4c40-8d07-d050ef791c51","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"8fd4153f-f1bd-4b68-8c86-b851b6d42258","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"56210151-b464-436e-b642-11c5301471ed","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"type\": \"type44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries","description":"Creates a dictionary with basic metadata and no content. Only \"name\" and \"type\" field is used to create a new dictionary entry.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictRef\": {\r\n      \"dictId\": \"dictId44\",\r\n      \"name\": \"name44\",\r\n      \"version\": \"version44\"\r\n    },\r\n    \"lastUpdatedDate\": 114,\r\n    \"type\": \"type44\"\r\n  }\r\n}"}],"_postman_id":"85aa2329-3f4c-4a05-b326-727bb60eaafe"},{"name":"Get dictionary metadata","id":"8739819e-7be0-4db3-8ea9-c38bd781e2ef","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","description":"<p>Get basic information for a dictionary.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries",":dictId"],"host":["{{agentUrl}}"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"id":"77d2042a-eef8-487b-a557-990458359765","type":"any","value":"dictId31","key":"dictId"}]}},"response":[{"id":"b7abfe32-8a9d-4338-8fc7-95d2bd01cbc2","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Get basic information for a dictionary."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"79801ecf-8f26-4fd3-b068-f5e8dbd6e393","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Get basic information for a dictionary."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"be51230f-51db-45f3-ab41-6c6fbf3d3df1","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Get basic information for a dictionary."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictRef\": {\r\n      \"dictId\": \"dictId44\",\r\n      \"name\": \"name44\",\r\n      \"version\": \"version44\"\r\n    },\r\n    \"lastUpdatedDate\": 114,\r\n    \"type\": \"type44\"\r\n  }\r\n}"},{"id":"4eb28cd1-516e-4f5e-ad65-2d3f0f850268","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Get basic information for a dictionary."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"1ddc8472-17ba-4916-9dab-ffdf2829b83e","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Get basic information for a dictionary."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"8739819e-7be0-4db3-8ea9-c38bd781e2ef"},{"name":"Updates a dictionary","id":"c21f7177-0fde-40a3-97c8-cf9eeaa36209","request":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","description":"<p>Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries",":dictId"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"53b51c9f-dadb-45e3-81c8-9b9386a5b12e","type":"any","value":"dictId31","key":"dictId"}]}},"response":[{"id":"6518da85-7240-47cb-b8fe-71569ba28531","name":"Response_403","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"0cabd44c-dea1-4852-93d5-67165432ebd2","name":"Response_500","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"6d21531c-8023-4dc6-b3c7-44a2f7c2f6b3","name":"Response_401","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"92505a13-8937-4faa-bb7e-9b2bc5100d4a","name":"Response_400","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"04615948-5d58-4f56-8901-d2381d789ea2","name":"Response_200","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\"\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Updates the dictionary's basic metadata without content.\nThis API cannot be used for creating a new dictionary.\nIn case of update only \"name\" can be changed.\nNote: All related policies will also have versions updated.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictRef\": {\r\n      \"dictId\": \"dictId44\",\r\n      \"name\": \"name44\",\r\n      \"version\": \"version44\"\r\n    },\r\n    \"lastUpdatedDate\": 114,\r\n    \"type\": \"type44\"\r\n  }\r\n}"}],"_postman_id":"c21f7177-0fde-40a3-97c8-cf9eeaa36209"},{"name":"Delete a dictionary","id":"28cad2ef-b371-4631-8d77-0506ca7b1496","request":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","description":"<p>Deletes a dictionary.\nNote: All related policies will be affected.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries",":dictId"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"d73c1218-d32b-4303-b786-a13a8bd79c0e","type":"any","value":"dictId31","key":"dictId"}]}},"response":[{"id":"b5c5fff3-e4d6-43dd-b851-2a21418304e6","name":"Response_500","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Deletes a dictionary.\nNote: All related policies will be affected.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"9818313b-6e43-41e0-a43e-1c7786241c11","name":"Response_403","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Deletes a dictionary.\nNote: All related policies will be affected.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"03f5401c-815d-427e-b2f7-3783d2de0e0a","name":"Response_401","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Deletes a dictionary.\nNote: All related policies will be affected.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5129fafe-f88c-47d3-aa8e-4fad518c5ea5","name":"Response_200","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Deletes a dictionary.\nNote: All related policies will be affected.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictRef\": {\r\n      \"dictId\": \"dictId44\",\r\n      \"name\": \"name44\",\r\n      \"version\": \"version44\"\r\n    },\r\n    \"lastUpdatedDate\": 114,\r\n    \"type\": \"type44\"\r\n  }\r\n}"},{"id":"a97025d4-46a1-418b-984c-3a5e4b5633ab","name":"Response_400","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Deletes a dictionary.\nNote: All related policies will be affected.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"28cad2ef-b371-4631-8d77-0506ca7b1496"},{"name":"Downloads Base 64 encoded dictionary content.","id":"b35e026d-5878-40f3-b034-707b9c767807","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"text/plain,application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","description":"<p>Downloads Base 64 encoded dictionary content.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"host":["{{agentUrl}}"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"id":"3e062b2f-1956-49ba-8b3e-934bf4df06e7","type":"any","value":"dictId31","key":"dictId"}]}},"response":[{"id":"8ab449b7-1de3-44ec-9700-39acde8017bc","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Downloads Base 64 encoded dictionary content."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"17d32fa3-2df6-4ea7-aed7-fe5ff5807265","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Downloads Base 64 encoded dictionary content."},"status":"Attachment body as Base64 encoded string.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"response31"},{"id":"499b5d5d-ade8-47b9-ab55-35462d9f7864","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Downloads Base 64 encoded dictionary content."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e1219ae3-9c79-41d5-a969-2e712313773d","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Downloads Base 64 encoded dictionary content."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"638f42f7-64cf-4005-9324-6c00d90da5a3","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/download?dictVersion=dictVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","download"],"query":[{"key":"dictVersion","value":"dictVersion31"}],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Downloads Base 64 encoded dictionary content."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"b35e026d-5878-40f3-b034-707b9c767807"},{"name":"Override dictionary content with provided content.","id":"dce39d5b-eb9d-4ec1-b34d-3b9aa9a92710","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","description":"<p>Override dictionary content with provided content.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"ab6941b0-ff9a-4e04-902c-43fc4413e498","type":"any","value":"dictId31","key":"dictId"}]}},"response":[{"id":"08de1825-7f5d-4cfc-aa54-2d8cc2cb2ad0","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Override dictionary content with provided content."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e3a4adfc-bc38-4589-b310-3a64d039711c","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Override dictionary content with provided content."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"creationDate\": 114,\r\n    \"creatorId\": \"creatorId44\",\r\n    \"dictRef\": {\r\n      \"dictId\": \"dictId44\",\r\n      \"name\": \"name44\",\r\n      \"version\": \"version44\"\r\n    },\r\n    \"lastUpdatedDate\": 114,\r\n    \"type\": \"type44\"\r\n  }\r\n}"},{"id":"cf1a06de-9250-4f2e-9911-f3461e430fbb","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Override dictionary content with provided content."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"05747c5e-8149-4cc8-b1f8-afdfbb718131","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Override dictionary content with provided content."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"aba67d53-12cd-4cf3-997c-9399348a36ec","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","src":[]}]},"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/dictionaries/:dictId/data/upload","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","dictionaries",":dictId","data","upload"],"variable":[{"key":"dictId","value":"dictId31"}]},"description":"Override dictionary content with provided content."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"dce39d5b-eb9d-4ec1-b34d-3b9aa9a92710"},{"name":"Get all policies1","id":"d623cb06-0dbe-4cea-b77d-09dcafb05998","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","description":"<p>Get all policies</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies"],"host":["{{agentUrl}}"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}],"variable":[]}},"response":[{"id":"2e2067a7-b8e8-4e2b-aea6-26d139c050de","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"71c4f4a1-b560-4cbc-b624-5532f7784209","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"d586e93d-0d0d-46c2-8834-5d6eeb5b7cee","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"7a00d8f1-e241-46aa-a3f8-2d9797410667","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f992ac32-60cc-4e17-973a-d59c9cb9a8c3","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies?page=81&limit=81","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies"],"query":[{"key":"page","value":"81"},{"key":"limit","value":"81"}]},"description":"Get all policies"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"policies\": [\r\n    {\r\n      \"id\": \"id44\",\r\n      \"policyId\": \"policyId44\",\r\n      \"version\": \"version44\",\r\n      \"name\": \"name44\",\r\n      \"creatorId\": 114,\r\n      \"scopes\": [\r\n        \"scopes44\"\r\n      ],\r\n      \"appliesTo\": [\r\n        {\r\n          \"dataType\": \"dataType44\",\r\n          \"action\": \"action44\",\r\n          \"rules\": [\r\n            {\r\n              \"type\": \"type44\",\r\n              \"name\": \"name44\",\r\n              \"textMatchConfig\": {\r\n                \"dictionaries\": [\r\n                  {\r\n                    \"dictId\": \"dictId44\",\r\n                    \"version\": \"version44\",\r\n                    \"name\": \"name44\"\r\n                  }\r\n                ],\r\n                \"countUniqueOccurrences\": 114,\r\n                \"applicableFileTypes\": [\r\n                  \"applicableFileTypes44\"\r\n                ]\r\n              },\r\n              \"fileSizeConfig\": {\r\n                \"sizeLimit\": 114\r\n              },\r\n              \"fileExtensionConfig\": {\r\n                \"allowLists\": [\r\n                  \"allowLists44\"\r\n                ],\r\n                \"blockLists\": [\r\n                  \"blockLists44\"\r\n                ]\r\n              },\r\n              \"filePasswordConfig\": {\r\n                \"applicableFileTypes\": [\r\n                  \"applicableFileTypes44\"\r\n                ],\r\n                \"matchCriteria\": \"matchCriteria44\"\r\n              },\r\n              \"fileClassifierConfig\": {\r\n                \"classifiers\": {\r\n                  \"key1\": \"classifiers44\"\r\n                },\r\n                \"applicableFileTypes\": [\r\n                  \"applicableFileTypes44\"\r\n                ]\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      \"active\": false,\r\n      \"deleted\": false,\r\n      \"creationDate\": 114,\r\n      \"lastUpdatedDate\": 114,\r\n      \"lastDisabledDate\": 114,\r\n      \"systemPolicy\": false\r\n    }\r\n  ],\r\n  \"page\": 114,\r\n  \"size\": 114,\r\n  \"pageCount\": 114\r\n}"}],"_postman_id":"d623cb06-0dbe-4cea-b77d-09dcafb05998"},{"name":"Creates a policy1","id":"9214fbe4-d311-4a1d-98a2-9c61a3787b93","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"<p>Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies"],"host":["{{agentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"332020c4-5830-4b53-b514-0282cfa76256","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e24e697b-2333-464c-842c-38b6062b2f16","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5ab6e8b3-6ebc-45b7-92c6-6415749db8bf","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e8775a9e-e9ee-461e-835a-8771b3cdee31","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"c6dd85f8-db9a-4bfa-80b7-1102ae4ce8ef","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies","description":"Creates a new policy with dictionary references.\nAt the time of policy creation, the caller should only provide - contentTypes, name, scopes and type.\nThe rest of the information is populated automatically.\nNote - You need to enable the policy after creation to start enforcing the policy.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"}],"_postman_id":"9214fbe4-d311-4a1d-98a2-9c61a3787b93"},{"name":"Get a policy1","id":"0a2a96ec-aeeb-4d78-bf0c-002a1065cca8","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","description":"<p>Get a policy</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies",":policyId"],"host":["{{agentUrl}}"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"id":"c4e23283-403a-4451-a070-d7afa273a2ac","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"20390ecb-1258-4570-b782-3f5e3ff825b8","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"99972b8b-2e8c-4bcc-aff2-53ce01233863","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5a1938b8-6b26-4146-955f-c6ddfda8a1df","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"},{"id":"30ce4b0e-e490-4ad2-abdc-c43d07f36f06","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"484276dd-1ce3-4a41-a4da-b0f63f937ee5","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId?policyVersion=policyVersion31","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId"],"query":[{"key":"policyVersion","value":"policyVersion31"}],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Get a policy"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"0a2a96ec-aeeb-4d78-bf0c-002a1065cca8"},{"name":"Updates a policy. Cannot be used for creation.","id":"95570ec2-dba3-4c9e-b39d-69e3c5b819e2","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","description":"<p>Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies",":policyId","update"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"34bbd5e7-d07a-469c-a095-46ade5e4cd5e","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"6083d0b1-6013-4edc-8553-8796cd40848f","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","update"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"},{"id":"a19791ff-8025-4e54-b386-24aa2e3655e2","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","update"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"17e41f04-3db0-424b-8fc5-b3f4fa051ba0","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","update"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"76507921-f5c3-4a20-85de-4fdc26e83612","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","update"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"85813a07-837d-4cda-b89a-ff0b627a60bc","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name44\",\r\n  \"scopes\": [\r\n    \"scopes44\"\r\n  ],\r\n  \"appliesTo\": [\r\n    {\r\n      \"dataType\": \"dataType44\",\r\n      \"action\": \"action44\",\r\n      \"rules\": [\r\n        {\r\n          \"type\": \"type44\",\r\n          \"name\": \"name44\",\r\n          \"textMatchConfig\": {\r\n            \"dictionaries\": [\r\n              {\r\n                \"dictId\": \"dictId44\",\r\n                \"version\": \"version44\",\r\n                \"name\": \"name44\"\r\n              }\r\n            ],\r\n            \"countUniqueOccurrences\": 114,\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          },\r\n          \"fileSizeConfig\": {\r\n            \"sizeLimit\": 114\r\n          },\r\n          \"fileExtensionConfig\": {\r\n            \"allowLists\": [\r\n              \"allowLists44\"\r\n            ],\r\n            \"blockLists\": [\r\n              \"blockLists44\"\r\n            ]\r\n          },\r\n          \"filePasswordConfig\": {\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ],\r\n            \"matchCriteria\": \"matchCriteria44\"\r\n          },\r\n          \"fileClassifierConfig\": {\r\n            \"classifiers\": {\r\n              \"key1\": \"classifiers44\"\r\n            },\r\n            \"applicableFileTypes\": [\r\n              \"applicableFileTypes44\"\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/update","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","update"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Update the policy (name, type, contentTypes, scopes) and also the dictionaries for a policy.\nWarning: If you send empty list of dictionaries during the update operation, then all the\ndictionaries for this policy are deleted and policy is automatically disabled.\nNote: The policy should already exist.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"95570ec2-dba3-4c9e-b39d-69e3c5b819e2"},{"name":"Delete a policy","id":"ed099c3a-cdab-4d75-b02a-d49338480d89","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","description":"<p>Delete a policy.\nNote: Only disabled policy can be deleted</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies",":policyId","delete"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"2547c52d-d578-4f9d-b475-b3e9eeb5262d","type":"any","value":"policyId31","key":"policyId"}]}},"response":[{"id":"954b3371-c6b8-41cb-ac6e-c0551d0949cb","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","delete"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"917824ee-7256-4d16-95ea-a6c0a4156485","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","delete"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"c8a6539a-fc62-439e-8dc7-a1e43ef68926","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","delete"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"ac7b128e-f84c-42b1-aed3-32c54f978527","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","delete"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"},{"id":"a0e97cd1-d5bd-4c74-9451-d5e9cd245214","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/delete","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","delete"],"variable":[{"key":"policyId","value":"policyId31"}]},"description":"Delete a policy.\nNote: Only disabled policy can be deleted\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"ed099c3a-cdab-4d75-b02a-d49338480d89"},{"name":"Enables a policy.1","id":"e7c9972f-ef29-4a13-a6aa-ca7c41e25e22","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","description":"<p>Enables a policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies",":policyId","enable"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"983ab801-2d58-4ccf-83d5-b83ac3a96557","type":"any","value":"policyId1","key":"policyId"}]}},"response":[{"id":"8eeb4d2d-26ef-4959-9cec-593eecd4b368","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Enables a policy."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"14e01fd3-1f16-4c23-a3ba-943a97e3131f","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Enables a policy."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"60b05c21-7826-4a83-86ea-0603330f9e16","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Enables a policy."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f5eca665-2e90-4556-a9ec-172b580d1748","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Enables a policy."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"7a1a39ed-c96e-4ef2-8097-7fc07fa3ba9b","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/enable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","enable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Enables a policy."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"}],"_postman_id":"e7c9972f-ef29-4a13-a6aa-ca7c41e25e22"},{"name":"Disables a policy.1","id":"d07edfba-3976-48f0-a764-ec244417eded","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","description":"<p>Disables a policy.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","policies",":policyId","disable"],"host":["{{agentUrl}}"],"query":[],"variable":[{"id":"7e2eac07-b806-4e88-b559-b562c7af28ac","type":"any","value":"policyId1","key":"policyId"}]}},"response":[{"id":"b9f89325-a67d-4e0e-a8af-2a8525e86658","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Disables a policy."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"d93a9c59-69bc-441c-91a7-42e7e8bda776","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Disables a policy."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"2f04d815-acf0-4542-b2e5-686adae9b099","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Disables a policy."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"81032147-aa6f-4574-b49c-14c68667d761","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Disables a policy."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"0e17034d-c48a-4efe-95f3-4327494be156","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/policies/:policyId/disable","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","policies",":policyId","disable"],"variable":[{"key":"policyId","value":"policyId1"}]},"description":"Disables a policy."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"id\": \"id44\",\r\n    \"policyId\": \"policyId44\",\r\n    \"version\": \"version44\",\r\n    \"name\": \"name44\",\r\n    \"creatorId\": 114,\r\n    \"scopes\": [\r\n      \"scopes44\"\r\n    ],\r\n    \"appliesTo\": [\r\n      {\r\n        \"dataType\": \"dataType44\",\r\n        \"action\": \"action44\",\r\n        \"rules\": [\r\n          {\r\n            \"type\": \"type44\",\r\n            \"name\": \"name44\",\r\n            \"textMatchConfig\": {\r\n              \"dictionaries\": [\r\n                {\r\n                  \"dictId\": \"dictId44\",\r\n                  \"version\": \"version44\",\r\n                  \"name\": \"name44\"\r\n                }\r\n              ],\r\n              \"countUniqueOccurrences\": 114,\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            },\r\n            \"fileSizeConfig\": {\r\n              \"sizeLimit\": 114\r\n            },\r\n            \"fileExtensionConfig\": {\r\n              \"allowLists\": [\r\n                \"allowLists44\"\r\n              ],\r\n              \"blockLists\": [\r\n                \"blockLists44\"\r\n              ]\r\n            },\r\n            \"filePasswordConfig\": {\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ],\r\n              \"matchCriteria\": \"matchCriteria44\"\r\n            },\r\n            \"fileClassifierConfig\": {\r\n              \"classifiers\": {\r\n                \"key1\": \"classifiers44\"\r\n              },\r\n              \"applicableFileTypes\": [\r\n                \"applicableFileTypes44\"\r\n              ]\r\n            }\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"active\": false,\r\n    \"deleted\": false,\r\n    \"creationDate\": 114,\r\n    \"lastUpdatedDate\": 114,\r\n    \"lastDisabledDate\": 114,\r\n    \"systemPolicy\": false\r\n  }\r\n}"}],"_postman_id":"d07edfba-3976-48f0-a764-ec244417eded"}],"id":"6d253d86-4ff8-47ea-a5df-ecc3ba2783fd","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"_postman_id":"6d253d86-4ff8-47ea-a5df-ecc3ba2783fd","description":""},{"name":"Violations","item":[{"name":"Get violations as a result of policy enforcement on messages.","id":"42ccfb2b-1bf8-4237-99c2-160492ebdcbe","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","description":"<p>TBD</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","violations","message"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"66191b40-bca3-458c-b10a-5823ea02dc27","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"9af1de0a-edea-4ed1-b8e6-e90fd7713229","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"abf00300-cad1-42d9-bf9d-b57a3b62fad7","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"matchedPolicies\": [\r\n          {\r\n            \"id\": \"id44\",\r\n            \"version\": \"version44\",\r\n            \"policyName\": \"policyName44\",\r\n            \"type\": \"type44\",\r\n            \"terms\": \"terms44\",\r\n            \"diagnostic\": \"diagnostic44\"\r\n          }\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"message\": {\r\n        \"messageId\": \"messageId74\",\r\n        \"timestamp\": 192,\r\n        \"message\": \"message74\",\r\n        \"data\": \"data74\",\r\n        \"attachments\": [\r\n          {\r\n            \"id\": \"id74\",\r\n            \"name\": \"name74\",\r\n            \"size\": 192,\r\n            \"images\": [\r\n              {\r\n                \"id\": \"id74\",\r\n                \"dimension\": \"dimension74\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"user\": {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        },\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"externalRecipients\": false,\r\n        \"diagnostic\": \"diagnostic74\",\r\n        \"userAgent\": \"userAgent74\",\r\n        \"originalFormat\": \"originalFormat74\",\r\n        \"disclaimer\": \"disclaimer74\"\r\n      },\r\n      \"diagnostic\": \"diagnostic44\"\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"},{"id":"eeca3956-05fe-4a28-bdaa-e9c7d8e46a86","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"edeb5917-f0c7-4392-927d-47e3a69e241a","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"42ccfb2b-1bf8-4237-99c2-160492ebdcbe"},{"name":"Get violations as a result of policy enforcement on streams.","id":"9a6ca49a-5df8-4a8a-8a10-07e8f2c50443","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","description":"<p>TBD</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","violations","stream"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"20bc4819-cda9-47a9-a3c7-59b68a82c892","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"a2e5262b-fdf7-4d32-9af8-d8b76c451ec5","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e3e31c6c-029b-4ce7-a18f-9126cc06c03e","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"48d2cb2e-2ee8-47eb-8435-927179da3cf2","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"5e128920-ee7c-4dbf-b4fa-0d87017aa731","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"matchedPolicies\": [\r\n          {\r\n            \"id\": \"id44\",\r\n            \"version\": \"version44\",\r\n            \"policyName\": \"policyName44\",\r\n            \"type\": \"type44\",\r\n            \"terms\": \"terms44\",\r\n            \"diagnostic\": \"diagnostic44\"\r\n          }\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"stream\": {\r\n        \"name\": \"name44\",\r\n        \"creatorPrettyName\": \"creatorPrettyName44\",\r\n        \"publicRoom\": false,\r\n        \"crossPod\": false,\r\n        \"allowExternal\": false,\r\n        \"creatorId\": \"creatorId44\",\r\n        \"roomDescription\": \"roomDescription44\",\r\n        \"streamId\": \"streamId44\",\r\n        \"state\": \"state44\",\r\n        \"type\": \"type44\",\r\n        \"lastDisabled\": 114,\r\n        \"memberAddUserEnabled\": false,\r\n        \"active\": false,\r\n        \"discoverable\": false,\r\n        \"readOnly\": false,\r\n        \"copyDisabled\": false,\r\n        \"externalOwned\": false,\r\n        \"sendMessageDisabled\": false,\r\n        \"moderated\": false,\r\n        \"shareHistoryEnabled\": false,\r\n        \"diagnostic\": \"diagnostic44\"\r\n      }\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"}],"_postman_id":"9a6ca49a-5df8-4a8a-8a10-07e8f2c50443"},{"name":"Get violations as a result of policy enforcement on signals.","id":"7cdf9803-714c-4326-b933-dfb187fbb1b4","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","description":"<p>TBD</p>\n","urlObject":{"protocol":"https","path":["agent","v1","dlp","violations","signal"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"94e991e3-2355-4cba-b018-e594e8ddb349","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"a46947b2-d425-4a6b-b912-2de3a14fa3e2","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f1109cfc-ebec-46e3-8487-6749b6cb6461","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"04067422-941a-4c5f-a7f6-84e5e8eb4609","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"3ee036c2-0829-42b7-9e31-deec519ba71c","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"TBD\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"matchedPolicies\": [\r\n          {\r\n            \"id\": \"id44\",\r\n            \"version\": \"version44\",\r\n            \"policyName\": \"policyName44\",\r\n            \"type\": \"type44\",\r\n            \"terms\": \"terms44\",\r\n            \"diagnostic\": \"diagnostic44\"\r\n          }\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"signal\": {\r\n        \"name\": \"name44\",\r\n        \"rules\": \"rules44\",\r\n        \"diagnostic\": \"diagnostic44\"\r\n      }\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"}],"_postman_id":"7cdf9803-714c-4326-b933-dfb187fbb1b4"},{"name":"Get violations as a result of policy enforcement on messages.1","id":"c3137689-f0fd-463a-8633-d9d9d0c69e52","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","description":"<p>Retrieves DLP v3 message related violations for a given time range</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","violations","message"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"d09b2a07-1de9-4f24-9426-4f8b2786b361","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 message related violations for a given time range"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"938c4843-f0d1-4316-a39e-4efda26d618c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 message related violations for a given time range"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"6743f8dc-29d5-495e-b3bc-c49f1f505442","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 message related violations for a given time range"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"273b395e-9b0a-4324-ad6e-f60c052dd245","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 message related violations for a given time range"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"details\": [\r\n          {}\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"message\": {\r\n        \"messageId\": \"messageId74\",\r\n        \"timestamp\": 192,\r\n        \"message\": \"message74\",\r\n        \"data\": \"data74\",\r\n        \"attachments\": [\r\n          {\r\n            \"id\": \"id74\",\r\n            \"name\": \"name74\",\r\n            \"size\": 192,\r\n            \"images\": [\r\n              {\r\n                \"id\": \"id74\",\r\n                \"dimension\": \"dimension74\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"user\": {\r\n          \"userId\": 192,\r\n          \"firstName\": \"firstName74\",\r\n          \"lastName\": \"lastName74\",\r\n          \"displayName\": \"displayName74\",\r\n          \"email\": \"email74\",\r\n          \"username\": \"username74\"\r\n        },\r\n        \"stream\": {\r\n          \"streamId\": \"streamId74\",\r\n          \"streamType\": \"streamType74\",\r\n          \"roomName\": \"roomName74\",\r\n          \"members\": [\r\n            {\r\n              \"userId\": 192,\r\n              \"firstName\": \"firstName74\",\r\n              \"lastName\": \"lastName74\",\r\n              \"displayName\": \"displayName74\",\r\n              \"email\": \"email74\",\r\n              \"username\": \"username74\"\r\n            }\r\n          ],\r\n          \"external\": false,\r\n          \"crossPod\": false\r\n        },\r\n        \"externalRecipients\": false,\r\n        \"diagnostic\": \"diagnostic74\",\r\n        \"userAgent\": \"userAgent74\",\r\n        \"originalFormat\": \"originalFormat74\",\r\n        \"disclaimer\": \"disclaimer74\"\r\n      },\r\n      \"diagnostic\": \"diagnostic44\"\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"},{"id":"9fc2a2e6-0bc7-41c9-8f53-87a7d357aef6","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/message?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","message"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 message related violations for a given time range"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"c3137689-f0fd-463a-8633-d9d9d0c69e52"},{"name":"Get violations as a result of policy enforcement on streams.1","id":"680f1f67-d3c2-4f29-a8d4-77942bbe88f0","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","description":"<p>Retrieves DLP v3 signal related violations for a given time range</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","violations","stream"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"196a5cd8-3bb6-4c32-91ac-e57699d34d95","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"dc80484a-751c-4b7f-befd-e37acf13c1e9","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"details\": [\r\n          {}\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"stream\": {\r\n        \"name\": \"name44\",\r\n        \"creatorPrettyName\": \"creatorPrettyName44\",\r\n        \"publicRoom\": false,\r\n        \"crossPod\": false,\r\n        \"allowExternal\": false,\r\n        \"creatorId\": \"creatorId44\",\r\n        \"roomDescription\": \"roomDescription44\",\r\n        \"streamId\": \"streamId44\",\r\n        \"state\": \"state44\",\r\n        \"type\": \"type44\",\r\n        \"lastDisabled\": 114,\r\n        \"memberAddUserEnabled\": false,\r\n        \"active\": false,\r\n        \"discoverable\": false,\r\n        \"readOnly\": false,\r\n        \"copyDisabled\": false,\r\n        \"externalOwned\": false,\r\n        \"sendMessageDisabled\": false,\r\n        \"moderated\": false,\r\n        \"shareHistoryEnabled\": false,\r\n        \"diagnostic\": \"diagnostic44\"\r\n      }\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"},{"id":"4fa78d02-5cf3-4ccf-a8ea-a05fd72715da","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"a1ffc9ad-dcb8-4b72-a59c-d2d97ff5d146","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"06f52931-c0ff-4602-9729-af55e3f34e3d","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/stream?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","stream"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"680f1f67-d3c2-4f29-a8d4-77942bbe88f0"},{"name":"Get violations as a result of policy enforcement on signals.1","id":"32b93c83-9e2d-4968-88d8-5b7a3af21810","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","description":"<p>Retrieves DLP v3 signal related violations for a given time range</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","violations","signal"],"host":["{{agentUrl}}"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[{"id":"72866795-5afe-4d31-b9e5-fb7e876b39dd","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"7379264a-8afe-4989-a540-d8627f215330","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"2af68554-e18c-4df2-a882-df595af2ba9c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"e6149f70-41ce-43de-837d-b8cd0d0f7ec2","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"violations\": [\r\n    {\r\n      \"violation\": {\r\n        \"enforcementEventID\": \"enforcementEventID44\",\r\n        \"entityID\": \"entityID44\",\r\n        \"createTime\": 114,\r\n        \"lastModified\": 114,\r\n        \"requesterId\": 114,\r\n        \"details\": [\r\n          {}\r\n        ],\r\n        \"action\": \"action44\",\r\n        \"outcome\": {\r\n          \"type\": \"type44\"\r\n        },\r\n        \"version\": \"version44\",\r\n        \"ignoreDLPwarning\": false\r\n      },\r\n      \"signal\": {\r\n        \"name\": \"name44\",\r\n        \"rules\": \"rules44\",\r\n        \"diagnostic\": \"diagnostic44\"\r\n      }\r\n    }\r\n  ],\r\n  \"nextOffset\": \"nextOffset44\"\r\n}"},{"id":"e589f12f-695e-401a-a807-d8f33d71c485","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violations/signal?startTime=3&endTime=3&next=next1&limit=3","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violations","signal"],"query":[{"key":"startTime","value":"3"},{"key":"endTime","value":"3"},{"key":"next","value":"next1"},{"key":"limit","value":"3"}]},"description":"Retrieves DLP v3 signal related violations for a given time range"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"32b93c83-9e2d-4968-88d8-5b7a3af21810"},{"name":"Get attachments that were sent as part of messages that were flagged by the DLP System.","id":"20936093-21dd-48c1-92fe-61f9d5b20659","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"text/plain,application/json"}],"url":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","description":"<p>Retrieves attachments from related message violations as a base64 encoded String.</p>\n","urlObject":{"protocol":"https","path":["agent","v3","dlp","violation","attachment"],"host":["{{agentUrl}}"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}],"variable":[]}},"response":[{"id":"9272ece3-4faa-4346-a44a-527aaf3d2b34","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"a9becd02-ac49-4d15-a90f-283e2901de17","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"3492a58d-656a-4127-9813-9f764631ac13","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Attachment body as Base64 encoded string.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"response1"},{"id":"6661f9de-d56a-43c5-80ba-e39407015e09","name":"Response_404","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Resource not found.","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"ce76ae08-b91d-468a-80a3-55e4883783ab","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"eaba0f09-eb9d-407b-9f56-bda4cb9af2d6","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"text/plain,application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v3/dlp/violation/attachment?fileId=fileId1&violationId=violationId1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v3","dlp","violation","attachment"],"query":[{"key":"fileId","value":"fileId1"},{"key":"violationId","value":"violationId1"}]},"description":"Retrieves attachments from related message violations as a base64 encoded String."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"20936093-21dd-48c1-92fe-61f9d5b20659"}],"id":"89b0d380-c89a-4537-a89d-c90b97bcf06d","_postman_id":"89b0d380-c89a-4537-a89d-c90b97bcf06d","description":""},{"name":"AuditTrail","item":[{"name":"Get a list of  actions performed by a privileged account acting as privileged user given a period of time.","id":"549a2cd4-d05d-445a-9443-dd85fa0426c2","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"<p>Key Manager authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&limit=3&initiatorId=3&role=ADMINISTRATOR","description":"<p>Get a list of actions performed by a privileged account acting as privileged user given a period of time.</p>\n","urlObject":{"protocol":"https","path":["agent","v1","audittrail","privilegeduser"],"host":["{{agentUrl}}"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"disabled":true,"key":"before","value":"1"},{"disabled":true,"key":"after","value":"10"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"ADMINISTRATOR"}],"variable":[]}},"response":[{"id":"92c23b47-59e4-425e-87ae-242037c4671c","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&before=before1&after=after1&limit=3&initiatorId=3&role=role1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","audittrail","privilegeduser"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"key":"before","value":"before1"},{"key":"after","value":"after1"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"role1"}]},"description":"Get a list of actions performed by a privileged account acting as privileged user given a period of time."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"0a447eb2-e989-48ed-a1ce-96d77d5ffa09","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&before=before1&after=after1&limit=3&initiatorId=3&role=role1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","audittrail","privilegeduser"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"key":"before","value":"before1"},{"key":"after","value":"after1"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"role1"}]},"description":"Get a list of actions performed by a privileged account acting as privileged user given a period of time."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"f0844960-3902-408e-9247-68e9058ef352","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&before=before1&after=after1&limit=3&initiatorId=3&role=role1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","audittrail","privilegeduser"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"key":"before","value":"before1"},{"key":"after","value":"after1"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"role1"}]},"description":"Get a list of actions performed by a privileged account acting as privileged user given a period of time."},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"items\": [\r\n    {\r\n      \"action\": \"action44\",\r\n      \"actionName\": \"actionName44\",\r\n      \"timestamp\": \"timestamp44\",\r\n      \"initiatorId\": \"initiatorId44\",\r\n      \"initiatorUsername\": \"initiatorUsername44\",\r\n      \"initiatorEmailAddress\": \"initiatorEmailAddress44\"\r\n    }\r\n  ],\r\n  \"pagination\": {\r\n    \"cursors\": {\r\n      \"before\": \"MTAxNTExOTQ1MjAwNzI5NDE=\",\r\n      \"after\": \"NDMyNzQyODI3OTQw\"\r\n    },\r\n    \"previous\": \"https://tenantapi.d.isym.io/v1/tenantinfo?limit=25&before=MTAxNTExOTQ1MjAwNzI5NDE=\",\r\n    \"next\": \"https://tenantapi.d.isym.io/v1/tenantinfo?limit=25&after=NDMyNzQyODI3OTQw\"\r\n  }\r\n}"},{"id":"dfab36a9-4469-4614-9b8b-3332cec8dda2","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&before=before1&after=after1&limit=3&initiatorId=3&role=role1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","audittrail","privilegeduser"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"key":"before","value":"before1"},{"key":"after","value":"after1"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"role1"}]},"description":"Get a list of actions performed by a privileged account acting as privileged user given a period of time."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"},{"id":"4bb485a6-037c-47b1-bf23-fbe40e75e615","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"keyManagerToken","value":"{{keyManToken}}","description":"Key Manager authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{agentUrl}}/agent/v1/audittrail/privilegeduser?startTimestamp=3&endTimestamp=3&before=before1&after=after1&limit=3&initiatorId=3&role=role1","protocol":"https","host":["{{agentUrl}}"],"path":["agent","v1","audittrail","privilegeduser"],"query":[{"key":"startTimestamp","value":"3"},{"key":"endTimestamp","value":"3"},{"key":"before","value":"before1"},{"key":"after","value":"after1"},{"key":"limit","value":"3"},{"key":"initiatorId","value":"3"},{"key":"role","value":"role1"}]},"description":"Get a list of actions performed by a privileged account acting as privileged user given a period of time."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 167,\r\n  \"message\": \"message5\"\r\n}"}],"_postman_id":"549a2cd4-d05d-445a-9443-dd85fa0426c2"}],"id":"f8c56762-3ef0-4cb5-b7df-1110b76da90f","_postman_id":"f8c56762-3ef0-4cb5-b7df-1110b76da90f","description":""},{"name":"Certificates","item":[{"name":"List all trusted certs","id":"4575a92f-96c2-4a96-b18b-fc6855e86f5c","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/companycert/list","description":"<p>List all trusted certs</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert","list"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"skip","value":"16"},{"disabled":true,"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"63b199eb-f17a-4f54-9c63-010b50597e7b","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0abcb72c-5993-44cb-8417-29e51bdacd6b","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"companyCertAttributes\": {\r\n      \"name\": \"name36\",\r\n      \"type\": {\r\n        \"type\": \"USERSIGNING\"\r\n      },\r\n      \"status\": {\r\n        \"type\": \"TRUSTED\"\r\n      }\r\n    },\r\n    \"companyCertInfo\": {\r\n      \"fingerPrint\": \"fingerPrint6\",\r\n      \"issuerFingerPrint\": \"issuerFingerPrint6\",\r\n      \"lastSeen\": 16,\r\n      \"updatedAt\": 16,\r\n      \"updatedBy\": 16,\r\n      \"commonName\": \"commonName6\",\r\n      \"expiryDate\": 16\r\n    }\r\n  }\r\n]"},{"id":"200efef7-0acf-4df0-87fb-16b3ccc30c5c","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6d8ed3b2-0304-40d7-8c56-54c2b7144473","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a814fae1-5c2c-47e7-af1b-35b21e41921d","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"4575a92f-96c2-4a96-b18b-fc6855e86f5c"},{"name":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates.","id":"ca3e5d0c-7b64-4ebd-af67-cdec8b7a6483","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"<p>Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates.</p>\n","urlObject":{"protocol":"https","path":["pod","v2","companycert","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5b50058f-5545-4766-86df-ca7eb096401e","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates."},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a593d213-3c23-4c1d-83b8-0fb191e44d94","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates."},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"companyCertAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  },\r\n  \"companyCertInfo\": {\r\n    \"fingerPrint\": \"fingerPrint36\",\r\n    \"issuerFingerPrint\": \"issuerFingerPrint36\",\r\n    \"lastSeen\": 94,\r\n    \"updatedAt\": 94,\r\n    \"updatedBy\": 94,\r\n    \"commonName\": \"commonName36\",\r\n    \"expiryDate\": 94\r\n  },\r\n  \"certInfo\": [\r\n    {\r\n      \"name\": \"name36\",\r\n      \"attributes\": [\r\n        {\r\n          \"name\": \"name36\",\r\n          \"value\": \"value36\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},{"id":"d5ea3e3f-5357-4bf3-a538-87438db49b52","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates."},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"875baf5c-b5f2-44d0-b227-9cd0d57bbdcc","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates."},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4131e4e9-283e-4f08-ac2e-4ec012907587","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"pem\": \"pem36\",\r\n  \"attributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v2/companycert/create","description":"Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates."},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ca3e5d0c-7b64-4ebd-af67-cdec8b7a6483"},{"name":"Delete a company certificate","id":"a4a0989b-abc2-4065-869f-f41da8f7c0ab","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"<p>Delete a company certificate</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert","delete"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dbe894b5-1af0-4c5b-92b8-836aeb6a84e5","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"Delete a company certificate"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7476192d-c45f-44c3-a307-a616dec8d1dd","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"Delete a company certificate"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"0dfd525e-fcb4-44ec-ab1f-23614c65b575","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"Delete a company certificate"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"df4f96b9-d787-40ba-9e6e-80c8f77217bc","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"Delete a company certificate"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"87a47f86-8913-42ab-9ca5-292594ecee7d","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"id36\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/delete","description":"Delete a company certificate"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"a4a0989b-abc2-4065-869f-f41da8f7c0ab"},{"name":"Get the details of a company certificate","id":"e9cbdb1c-54d7-44cb-a406-d63ec9ebdb91","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","description":"<p>Get the details of a company certificate</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert",":fingerPrint","get"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"d0d2bdd4-fd04-4201-9b3a-f52dbae34b4f","type":"any","value":"fingerPrint6","key":"fingerPrint"}]}},"response":[{"id":"ecf32002-952b-4c03-8f0c-61aa51cf2fc8","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","get"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Get the details of a company certificate"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3062ab75-b9c7-4b07-9c1f-2080bab53b57","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","get"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Get the details of a company certificate"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"48cffda6-9927-4c79-a5fa-f0e453658970","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","get"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Get the details of a company certificate"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8022fef2-54d9-4741-b7ed-c212bd2c367d","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","get"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Get the details of a company certificate"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"companyCertAttributes\": {\r\n    \"name\": \"name36\",\r\n    \"type\": {\r\n      \"type\": \"USERSIGNING\"\r\n    },\r\n    \"status\": {\r\n      \"type\": \"TRUSTED\"\r\n    }\r\n  },\r\n  \"companyCertInfo\": {\r\n    \"fingerPrint\": \"fingerPrint36\",\r\n    \"issuerFingerPrint\": \"issuerFingerPrint36\",\r\n    \"lastSeen\": 94,\r\n    \"updatedAt\": 94,\r\n    \"updatedBy\": 94,\r\n    \"commonName\": \"commonName36\",\r\n    \"expiryDate\": 94\r\n  },\r\n  \"certInfo\": [\r\n    {\r\n      \"name\": \"name36\",\r\n      \"attributes\": [\r\n        {\r\n          \"name\": \"name36\",\r\n          \"value\": \"value36\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},{"id":"795c7275-5319-44b5-8256-58c3d6bbc4c2","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","get"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Get the details of a company certificate"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"e9cbdb1c-54d7-44cb-a406-d63ec9ebdb91"},{"name":"Update a company certificate","id":"846591ae-2fab-4274-a928-ffc5e59a52e6","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","description":"<p>Update a company certificate</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert",":fingerPrint","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"bd9df552-d76c-40f4-a693-11f5b83f6c4b","type":"any","value":"fingerPrint6","key":"fingerPrint"}]}},"response":[{"id":"e22354a1-1636-4aad-b753-038726a759af","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","update"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Update a company certificate"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"93a95b5b-3e99-4f98-8e4d-96dcc63b58a9","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","update"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Update a company certificate"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"71763966-5240-4375-b3c9-7495de1402ec","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","update"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Update a company certificate"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"cd4c5a87-622d-424f-abaa-7cbc25742701","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","update"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Update a company certificate"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d767655b-3c84-47ad-a522-18c4f7ae7c42","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"name36\",\r\n  \"type\": {\r\n    \"type\": \"USERSIGNING\"\r\n  },\r\n  \"status\": {\r\n    \"type\": \"TRUSTED\"\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","update"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Update a company certificate"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"846591ae-2fab-4274-a928-ffc5e59a52e6"},{"name":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n","id":"8ba423f2-95f7-42f5-ab2d-86fcd892cdcc","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","description":"<p>Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert",":fingerPrint","issuedBy"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"3aeb3ea4-5c11-4e34-8001-d689bb43d5dd","type":"any","value":"fingerPrint6","key":"fingerPrint"}]}},"response":[{"id":"b476f5b0-1114-46f8-829c-7cd9dc7da720","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","issuedBy"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"companyCertAttributes\": {\r\n      \"name\": \"name36\",\r\n      \"type\": {\r\n        \"type\": \"USERSIGNING\"\r\n      },\r\n      \"status\": {\r\n        \"type\": \"TRUSTED\"\r\n      }\r\n    },\r\n    \"companyCertInfo\": {\r\n      \"fingerPrint\": \"fingerPrint6\",\r\n      \"issuerFingerPrint\": \"issuerFingerPrint6\",\r\n      \"lastSeen\": 16,\r\n      \"updatedAt\": 16,\r\n      \"updatedBy\": 16,\r\n      \"commonName\": \"commonName6\",\r\n      \"expiryDate\": 16\r\n    }\r\n  }\r\n]"},{"id":"aeb9a218-a37e-43cd-850f-8f4ea03ee67e","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","issuedBy"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e99e1fe7-f0fe-49e9-b9a3-32ecc63af56f","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","issuedBy"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bb4cb9ca-5f82-4472-b9ba-3a61bca8172e","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","issuedBy"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d371a9f5-768f-4ecf-8266-2b22787ce9dd","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/:fingerPrint/issuedBy","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert",":fingerPrint","issuedBy"],"variable":[{"key":"fingerPrint","value":"fingerPrint6"}]},"description":"Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"8ba423f2-95f7-42f5-ab2d-86fcd892cdcc"},{"name":"List all trusted certs1","id":"f6cb05e6-4e84-4508-8580-9a739ca092c4","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list","description":"<p>List all trusted certs</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert","podmanaged","list"],"host":["{{podUrl}}"],"query":[{"disabled":true,"key":"skip","value":"16"},{"disabled":true,"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"52439f98-4aa5-4713-ae68-75b67dca3aab","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","podmanaged","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0d65dc51-bc67-4748-8714-ccdc3ab81495","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","podmanaged","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"925e3dbb-5360-48c9-8daf-1f228c9b649f","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","podmanaged","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8fee4ccd-eeee-48ad-ac08-6eb87cbb97ee","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","podmanaged","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b9daaa16-a49d-44e0-9371-d40c4efa26cc","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/podmanaged/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","podmanaged","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all trusted certs"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"companyCertAttributes\": {\r\n      \"name\": \"name36\",\r\n      \"type\": {\r\n        \"type\": \"USERSIGNING\"\r\n      },\r\n      \"status\": {\r\n        \"type\": \"TRUSTED\"\r\n      }\r\n    },\r\n    \"companyCertInfo\": {\r\n      \"fingerPrint\": \"fingerPrint6\",\r\n      \"issuerFingerPrint\": \"issuerFingerPrint6\",\r\n      \"lastSeen\": 16,\r\n      \"updatedAt\": 16,\r\n      \"updatedBy\": 16,\r\n      \"commonName\": \"commonName6\",\r\n      \"expiryDate\": 16\r\n    }\r\n  }\r\n]"}],"_postman_id":"f6cb05e6-4e84-4508-8580-9a739ca092c4"},{"name":"List all certs of the given types","id":"4d326571-e95f-4068-8794-a82449c0f3e3","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","description":"<p>List all certs of the given types</p>\n","urlObject":{"protocol":"https","path":["pod","v1","companycert","type","list"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}],"variable":[]}},"response":[{"id":"9ce3f07a-9fab-4c10-b7df-729d2e8344d9","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","type","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all certs of the given types"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"companyCertAttributes\": {\r\n      \"name\": \"name36\",\r\n      \"type\": {\r\n        \"type\": \"USERSIGNING\"\r\n      },\r\n      \"status\": {\r\n        \"type\": \"TRUSTED\"\r\n      }\r\n    },\r\n    \"companyCertInfo\": {\r\n      \"fingerPrint\": \"fingerPrint6\",\r\n      \"issuerFingerPrint\": \"issuerFingerPrint6\",\r\n      \"lastSeen\": 16,\r\n      \"updatedAt\": 16,\r\n      \"updatedBy\": 16,\r\n      \"commonName\": \"commonName6\",\r\n      \"expiryDate\": 16\r\n    }\r\n  }\r\n]"},{"id":"fccca4c6-bd55-49b4-b6c9-dae10a6f43c6","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","type","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all certs of the given types"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2720f429-1bc8-44d7-9044-446114caf156","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","type","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all certs of the given types"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b75e4bc6-9f12-4815-a0ec-3dafe2960bef","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","type","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all certs of the given types"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7f414dad-d33d-4438-9ac9-7e4d6b0d09e9","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"type\": \"USERSIGNING\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/companycert/type/list?skip=16&limit=16","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","companycert","type","list"],"query":[{"key":"skip","value":"16"},{"key":"limit","value":"16"}]},"description":"List all certs of the given types"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"4d326571-e95f-4068-8794-a82449c0f3e3"}],"id":"3300dafa-b54c-4046-9165-3fd304136438","_postman_id":"3300dafa-b54c-4046-9165-3fd304136438","description":""},{"name":"Application","item":[{"name":"[Admin] Create a new app","id":"2343bdec-69d2-4bc9-9dd5-59b971705691","request":{"method":"POST","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationInfo\": {\r\n        \"appId\": \"appId6\",\r\n        \"name\": \"name6\",\r\n        \"appUrl\": \"https://appUrl6\",\r\n        \"domain\": \"appUrl6\",\r\n        \"publisher\": \"publisher6\"\r\n    },\r\n    \"iconUrl\": \"https://iconUrl6\",\r\n    \"description\": \"description6\",\r\n    \"allowOrigins\": \"allowOrigins6\",\r\n    \"authenticationKeys\": {\r\n        \"current\": {\r\n            \"key\": \"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw7pR1tx76ky8z22H/eTx\\nmLrhY853RsHVXndZH/W5tsWLIL4vEDQZbRHoQNbJmxYjDpUPSfbKeAH+6AXVIZNi\\n6ZjhPqJhZLLupIUm5UX2qucX6VU8sv9P58dOJTn7Lyn1fFL/7o9DxLjuxRil23X9\\nazujQh4CumDeg7PoBTuVN0dWRHMvsHbmW5l7O1lEvbLa3daEoa8/utmIdUxknhyl\\naB+6636sV16xiZSsS/+j08HcAuBUeBRk+Ir3vw5dMY6oZa+lrxePqbCJjfc3ZjJa\\nHqNkIoIEXfRcPjmi9pZGxZiIp8ZFJLFtLdY812w2NxCgYTz7ZItnALgCaAQGgt1m\\nG4NXYvd5SbSWWX1F\\nP19Rsj0obnAU2lu4F54Hlzs2WdanaznNICfDN1kNRynCfCJ\\nGC0QwuExGAubertjMqOTN4m0jrD+0qxGA6nFcEQHYMYQSZVOZn45n9gfuzgueOrB\\nOgfj6GQ3iMaOoh++8D/Fu5H1DBSsaMPL8WHAR74Pq1Ipr\\nst/jj4J2/OG/9b1gC+\\nP2IR7AakXOXjOoWVcaWo8ke17kf6s3GtNhzdJMP4/9rYfWA2JcMEZseZsP2CHTsW\\nKrqR5YzwRlUnwch0njOHkAkzE72VpME7ZwZgjL9Aez1UOxBislztox5GOUAS7R3q\\nK7RVcJURBoevlOp6n4YoPp0CAwEAAQ==\\n-----END PUBLIC KEY-----\"\r\n        }\r\n    }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"<p>Creates a new app</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c2ccf3a8-d1c8-4d37-9706-908511a1b82f","name":"Response_401","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"72244a65-fec2-4a01-b181-2212a5d00c56","name":"Response_403","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"feb7a603-2aba-48f6-b588-4aeb91cf8c29","name":"Response_400","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a2228a5c-0c7c-413f-bf4d-bc79901cb0c9","name":"Response_500","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bee9f9de-704c-4526-93e6-57a1a2d8c0c2","name":"Response_200","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"2343bdec-69d2-4bc9-9dd5-59b971705691"},{"name":"[Admin] Create a new app Copy","id":"1442f3fb-6378-4947-a7cc-0c6c856c4e61","request":{"method":"POST","header":[{"description":"<p>Session authentication token.</p>\n","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"<p>Creates a new app</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app","create"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8e1897f9-5e6e-4f46-89d3-8e9965d4b834","name":"Response_200","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},{"id":"e85aa046-292d-43f9-ad81-0f73437d8142","name":"Response_500","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6851302b-8c47-4944-b4db-68248d9dc4df","name":"Response_400","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4b44a258-1f33-42e1-9c9f-3b41e6604f82","name":"Response_403","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e3e6a75f-d59f-4b74-b58f-af6328b470f9","name":"Response_401","originalRequest":{"method":"POST","header":[{"description":"Session authentication token.","key":"sessionToken","value":"{{sessionToken}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/create","description":"Creates a new app"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"1442f3fb-6378-4947-a7cc-0c6c856c4e61"},{"name":"[Admin] Update an app","id":"7bb5f9ac-4d18-48b2-b502-098950ab6420","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/app/:id/update","description":"<p>Updates a app</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app",":id","update"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"441ed471-55b3-491c-b04a-2b47567eca89","type":"any","value":"id46","key":"id"}]}},"response":[{"id":"6b1334ad-2f10-4f2a-bd6c-040531ed7151","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","update"],"variable":[{"key":"id","value":"id46"}]},"description":"Updates a app"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4bc5e777-afc4-4e91-aa28-e8c4c249ac8b","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","update"],"variable":[{"key":"id","value":"id46"}]},"description":"Updates a app"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b9779d22-6a22-4bb0-a601-6855fd1fc6fb","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","update"],"variable":[{"key":"id","value":"id46"}]},"description":"Updates a app"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d3d57416-8a3e-456a-90d0-2fbace1607b2","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","update"],"variable":[{"key":"id","value":"id46"}]},"description":"Updates a app"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},{"id":"bbfdbabe-3779-48af-bb6e-bf4315ce649d","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/update","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","update"],"variable":[{"key":"id","value":"id46"}]},"description":"Updates a app"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"7bb5f9ac-4d18-48b2-b502-098950ab6420"},{"name":"[Admin] Delete an app","id":"c24cc4b1-1d78-457b-9fbd-0f46d8d5c62c","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","description":"<p>Deletes a app</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app",":id","delete"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"debf615a-befa-4ae1-88d4-1ce796e108ff","type":"any","value":"id46","key":"id"}]}},"response":[{"id":"7a45f0a3-dda9-4014-96be-9496a8c22c7f","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","delete"],"variable":[{"key":"id","value":"id46"}]},"description":"Deletes a app"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9a4fe792-c139-4202-b8b6-eb06be67c505","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","delete"],"variable":[{"key":"id","value":"id46"}]},"description":"Deletes a app"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7d9a5348-1258-443a-966a-8e8bac4f31e6","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","delete"],"variable":[{"key":"id","value":"id46"}]},"description":"Deletes a app"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"format\": \"TEXT\",\r\n  \"message\": \"message36\"\r\n}"},{"id":"45be2835-ecb1-4dcc-adba-92e71e61905a","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","delete"],"variable":[{"key":"id","value":"id46"}]},"description":"Deletes a app"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"48cdc2d4-067c-4e1e-82d1-759a9d0ac30c","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/delete","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","delete"],"variable":[{"key":"id","value":"id46"}]},"description":"Deletes a app"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"c24cc4b1-1d78-457b-9fbd-0f46d8d5c62c"},{"name":"[Admin] Get an app","id":"1250feb6-46d1-43db-ba5d-2a9bd9f9c9fe","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/:id/get","description":"<p>Gets a app</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app",":id","get"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"b985bbb9-e58a-48a4-9e7a-a63c7ed54fd4","type":"any","value":"id46","key":"id"}]}},"response":[{"id":"73c3b232-4fcf-4502-8fc9-ae84f9b3d69c","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","get"],"variable":[{"key":"id","value":"id46"}]},"description":"Gets a app"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0e144063-a60a-4cd8-a431-26741634d9bd","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","get"],"variable":[{"key":"id","value":"id46"}]},"description":"Gets a app"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"applicationInfo\": {\r\n    \"appId\": \"appId6\",\r\n    \"name\": \"name6\",\r\n    \"appUrl\": \"appUrl6\",\r\n    \"domain\": \"domain6\",\r\n    \"publisher\": \"publisher6\"\r\n  },\r\n  \"iconUrl\": \"iconUrl6\",\r\n  \"description\": \"description6\",\r\n  \"allowOrigins\": \"allowOrigins6\",\r\n  \"permissions\": [\r\n    \"permissions6\"\r\n  ],\r\n  \"cert\": \"cert6\",\r\n  \"authenticationKeys\": {\r\n    \"current\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    },\r\n    \"previous\": {\r\n      \"key\": \"key6\",\r\n      \"expirationDate\": 16,\r\n      \"action\": \"action6\"\r\n    }\r\n  }\r\n}"},{"id":"9e11b2d2-2fa8-469d-bcd1-39dca7d31f70","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","get"],"variable":[{"key":"id","value":"id46"}]},"description":"Gets a app"},"status":"Client error.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"c99111bb-3297-45c2-9051-ab08b9dfa5fb","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","get"],"variable":[{"key":"id","value":"id46"}]},"description":"Gets a app"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d71531c0-22fb-4cf3-9992-1fb105875a80","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/app/:id/get","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","app",":id","get"],"variable":[{"key":"id","value":"id46"}]},"description":"Gets a app"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"1250feb6-46d1-43db-ba5d-2a9bd9f9c9fe"}],"id":"5df949aa-5a92-46ec-a259-d0d3c6192c6c","_postman_id":"5df949aa-5a92-46ec-a259-d0d3c6192c6c","description":""},{"name":"App Entitlements","item":[{"name":"[Admin] Get the list of application entitlements for the company","id":"9f85940e-504a-4e2c-9467-772856e5555b","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"<p>Get the list of application entitlements for the company</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app","entitlement","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"de5df8b2-2114-4510-b879-389245b4d441","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Get the list of application entitlements for the company"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},{"id":"a9f38ade-499e-4e9f-b7ec-c9a5bd09cea4","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Get the list of application entitlements for the company"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"fc7bda5e-ea47-4ba8-be3c-78f8e61607a7","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Get the list of application entitlements for the company"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"221fb126-df9d-432f-872a-b50bc3347bfc","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Get the list of application entitlements for the company"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"230237b5-20c6-4648-b038-ee7bdd14e2c5","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Get the list of application entitlements for the company"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9f85940e-504a-4e2c-9467-772856e5555b"},{"name":"[Admin] Update the application entitlements for the company","id":"12959d1f-3259-494b-bca1-08f7bc030370","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"<p>Update the application entitlements for the company</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","app","entitlement","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d88dcb9d-a11c-4278-a0e0-a6162e29361a","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Update the application entitlements for the company"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},{"id":"93930d0b-f47d-4fa9-8b38-780abed9a63e","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Update the application entitlements for the company"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d93787fb-2b68-4c47-8c63-8b8c21e17dc8","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Update the application entitlements for the company"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7950328c-c986-41a9-a703-fd66a468faee","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Update the application entitlements for the company"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"561a88d1-60ad-4b1c-bf58-0ca8b1ad15f3","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"enable\": false,\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/app/entitlement/list","description":"Update the application entitlements for the company"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"12959d1f-3259-494b-bca1-08f7bc030370"},{"name":"[Admin] Get the list of application entitlements for this user","id":"c3c120cc-87af-46e6-8b5b-59c1e825a640","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","description":"<p>Get the list of application entitlements for this user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","app","entitlement","list"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"423cdf2e-77da-4af9-9e8e-684420d03972","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"6a89af03-2f1d-46bb-8526-0cd510140728","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Get the list of application entitlements for this user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"83e14182-3980-43eb-9967-1eb9f90d2224","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Get the list of application entitlements for this user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6517de97-4869-4920-adc8-495fdbbe2127","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Get the list of application entitlements for this user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"993a2883-a79a-4af6-87cf-ebb5ad5d48d8","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Get the list of application entitlements for this user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"49b080d8-11b9-49a7-8a1a-963364c770d4","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Get the list of application entitlements for this user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"c3c120cc-87af-46e6-8b5b-59c1e825a640"},{"name":"[Admin] Update the application entitlements for this user","id":"1077d5ca-492f-4bf9-90a9-b1b52dbd8a2d","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","description":"<p>Update the application entitlements for this user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","app","entitlement","list"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"2c791fc3-024f-4714-b518-6c2061c510cb","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"56dd192f-f1f3-4fd1-88ef-85ccf7387a47","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Update the application entitlements for this user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},{"id":"02000fb4-d8ef-492b-b670-d6979390f8fc","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Update the application entitlements for this user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"956ccb32-d4dd-4dd5-a0fb-85e2be65f89e","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Update the application entitlements for this user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"85270072-5bce-4788-843b-5229b291315a","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Update the application entitlements for this user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"1b547080-6bb5-47d7-873b-9cdd32b5c9bb","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": false,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Update the application entitlements for this user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"1077d5ca-492f-4bf9-90a9-b1b52dbd8a2d"},{"name":"[Admin] Partially update the application entitlements for this user","id":"2bcbdb0b-8e00-4271-a41d-60db542e60a5","request":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","description":"<p>Partially update the application entitlements for this user</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","user",":uid","app","entitlement","list"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"86db844b-3264-4378-87e4-76be3c4d572a","type":"any","value":"16","key":"uid"}]}},"response":[{"id":"14577dfe-7cca-4a0e-8ba2-6625909fde1d","name":"Response_200","originalRequest":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Partially update the application entitlements for this user"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": false,\r\n    \"install\": true,\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"listed\": false,\r\n    \"install\": false\r\n  }\r\n]"},{"id":"a260789d-0edd-4321-ae00-b6ce8600dad0","name":"Response_403","originalRequest":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Partially update the application entitlements for this user"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"967630e1-2499-46d4-909d-fc5a4b074ec4","name":"Response_401","originalRequest":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Partially update the application entitlements for this user"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"2df84429-f69e-49f5-9367-b7dc50000cb7","name":"Response_400","originalRequest":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Partially update the application entitlements for this user"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"e26bf085-4c31-42ef-b873-0084cb02de6b","name":"Response_500","originalRequest":{"method":"PATCH","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"appId\": \"appId36\",\r\n    \"appName\": \"appName36\",\r\n    \"listed\": \"REMOVE\",\r\n    \"install\": \"TRUE\",\r\n    \"products\": [\r\n      {\r\n        \"appId\": \"appId36\",\r\n        \"name\": \"name36\",\r\n        \"sku\": \"sku36\",\r\n        \"subscribed\": false,\r\n        \"type\": \"type36\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"appId\": \"appId37\",\r\n    \"appName\": \"appName37\",\r\n    \"install\": \"KEEP\"\r\n  }\r\n]"},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/user/:uid/app/entitlement/list","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","user",":uid","app","entitlement","list"],"variable":[{"key":"uid","value":"16"}]},"description":"Partially update the application entitlements for this user"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"2bcbdb0b-8e00-4271-a41d-60db542e60a5"}],"id":"430dfc49-b20c-423a-a68a-936085e474fd","_postman_id":"430dfc49-b20c-423a-a68a-936085e474fd","description":""},{"name":"System","item":[{"name":"[Admin] Get the full set of Symphony features available for this pod","id":"1e039512-4bba-4d16-aad1-6b10bca3623b","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"<p>Get the full set of Symphony features available for this pod</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","system","features","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"54103983-f969-4c84-868e-4ac3c7caacf2","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"Get the full set of Symphony features available for this pod"},"status":"The list of valid feature entitlement names.","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  \"response46\"\r\n]"},{"id":"5bd171e8-852f-4513-9f60-cf1290c50112","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"Get the full set of Symphony features available for this pod"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"a6b15c1b-ec76-40f5-a931-f713c211e9f3","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"Get the full set of Symphony features available for this pod"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"804b9074-0525-4964-bcb6-c1b386f0be42","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"Get the full set of Symphony features available for this pod"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"33659adb-7e98-4e60-9094-d1b1700b7bea","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/features/list","description":"Get the full set of Symphony features available for this pod"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"1e039512-4bba-4d16-aad1-6b10bca3623b"},{"name":"[Admin] Get a list of all URI protocols supported by the company (pod)","id":"35c4d17b-ae6c-4af2-b67b-af2bbf1e5d89","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"<p>Get a list of all URI protocols supported by the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","system","protocols","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"11d86c9d-bcc1-49b3-9322-7e1d581d1fd0","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"Get a list of all URI protocols supported by the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"91f610bb-afcc-4f30-a260-29e8626b13c5","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"Get a list of all URI protocols supported by the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"bcade83d-7aa6-4db2-88f6-e7d81fcc6c49","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"Get a list of all URI protocols supported by the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d48f8130-8083-4cac-945a-f8998adfebcc","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"Get a list of all URI protocols supported by the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  \"response46\"\r\n]"},{"id":"6f2d71ae-df4f-484f-91a8-f9025eb05d0a","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/list","description":"Get a list of all URI protocols supported by the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"35c4d17b-ae6c-4af2-b67b-af2bbf1e5d89"},{"name":"Get a list of URI protocols supported by the company (pod)","id":"234ba17e-5c28-466c-9b10-cb72ff0b486c","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v2/system/protocols?skip=0&limit=10","description":"<p>Get a list of URI protocols supported by the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v2","system","protocols"],"host":["{{podUrl}}"],"query":[{"key":"skip","value":"0"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"2ded5322-9afd-4dba-a8e9-77ab6edab4d4","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/system/protocols?skip=119&limit=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","system","protocols"],"query":[{"key":"skip","value":"119"},{"key":"limit","value":"119"}]},"description":"Get a list of URI protocols supported by the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"6540aa7f-07a6-4560-9409-63407d28f296","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/system/protocols?skip=119&limit=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","system","protocols"],"query":[{"key":"skip","value":"119"},{"key":"limit","value":"119"}]},"description":"Get a list of URI protocols supported by the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  \"response46\"\r\n]"},{"id":"8b75918b-74e4-4c17-8d2b-d4ce75dcdaf6","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/system/protocols?skip=119&limit=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","system","protocols"],"query":[{"key":"skip","value":"119"},{"key":"limit","value":"119"}]},"description":"Get a list of URI protocols supported by the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"33118d7d-00f4-4ac2-80d6-157b39a8b574","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/system/protocols?skip=119&limit=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","system","protocols"],"query":[{"key":"skip","value":"119"},{"key":"limit","value":"119"}]},"description":"Get a list of URI protocols supported by the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"90d0de5a-aff2-44e0-9bbf-8cd6ef26d86e","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/v2/system/protocols?skip=119&limit=119","protocol":"https","host":["{{podUrl}}"],"path":["pod","v2","system","protocols"],"query":[{"key":"skip","value":"119"},{"key":"limit","value":"119"}]},"description":"Get a list of URI protocols supported by the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"234ba17e-5c28-466c-9b10-cb72ff0b486c"},{"name":"[Admin] Add an entry to URI protocols supported by the company (pod)","id":"ae0478eb-5d54-4749-80cd-a3aa320eb9a0","request":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"<p>Add an entry to URI protocols supported by the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","system","protocols"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f4dc2c0-b43e-4993-b79c-f1f31ee43f9f","name":"Response_401","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"Add an entry to URI protocols supported by the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"b89c26a3-39b3-4c6f-ac54-38b6ccae35d9","name":"Response_500","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"Add an entry to URI protocols supported by the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"76d8babd-d2e9-4adc-980c-95ab290361dd","name":"Response_400","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"Add an entry to URI protocols supported by the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"5cc2df8f-a97b-4427-af8b-c7bc444635d2","name":"Response_403","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"Add an entry to URI protocols supported by the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0a60443f-4728-4578-a76c-36e2b660e0aa","name":"Response_200","originalRequest":{"method":"POST","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"scheme\": \"scheme6\"\r\n}"},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols","description":"Add an entry to URI protocols supported by the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"scheme\": \"scheme6\"\r\n}"}],"_postman_id":"ae0478eb-5d54-4749-80cd-a3aa320eb9a0"},{"name":"[Admin] Remove an entry from URI protocols supported by the company (pod)","id":"ff657fe5-bd73-4a63-9f39-0fa7db4e08ec","request":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","description":"<p>Remove an entry from URI protocols supported by the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","system","protocols",":scheme"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"3e1f0502-9f2e-4f53-8e6c-94bbb9593808","type":"any","value":"scheme46","key":"scheme"}]}},"response":[{"id":"97b623b1-d186-4bbd-9b14-62660ab0ec19","name":"Response_400","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","system","protocols",":scheme"],"variable":[{"key":"scheme","value":"scheme46"}]},"description":"Remove an entry from URI protocols supported by the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0316fa18-12ac-46d3-ad71-a84b54cfc763","name":"Response_204","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","system","protocols",":scheme"],"variable":[{"key":"scheme","value":"scheme46"}]},"description":"Remove an entry from URI protocols supported by the company (pod)"},"status":"204 response","code":204,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""},{"id":"edb48430-61ff-4477-8519-da0c33b391fa","name":"Response_403","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","system","protocols",":scheme"],"variable":[{"key":"scheme","value":"scheme46"}]},"description":"Remove an entry from URI protocols supported by the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"d125645b-fd8d-4186-83e4-1b380d434f53","name":"Response_401","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","system","protocols",":scheme"],"variable":[{"key":"scheme","value":"scheme46"}]},"description":"Remove an entry from URI protocols supported by the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"55521239-406b-4653-bb90-423aa62082b5","name":"Response_500","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/pod/v1/admin/system/protocols/:scheme","protocol":"https","host":["{{podUrl}}"],"path":["pod","v1","admin","system","protocols",":scheme"],"variable":[{"key":"scheme","value":"scheme46"}]},"description":"Remove an entry from URI protocols supported by the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"ff657fe5-bd73-4a63-9f39-0fa7db4e08ec"},{"name":"[Admin] Get a list of all roles available in the company (pod)","id":"e3dd4684-b1e9-44ee-bc40-166f8185242a","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"<p>Get a list of all roles available in the company (pod)</p>\n","urlObject":{"protocol":"https","path":["pod","v1","admin","system","roles","list"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"827d1491-7187-4f5b-a3e0-ed51d162c0c0","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"Get a list of all roles available in the company (pod)"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"12cd1a5b-f18f-4c92-b097-9bfe445fa5de","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"Get a list of all roles available in the company (pod)"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"868fd59a-df20-4130-bdbb-210de3202424","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"Get a list of all roles available in the company (pod)"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"id36\",\r\n    \"name\": \"name36\",\r\n    \"userTypes\": [\r\n      \"userTypes36\"\r\n    ],\r\n    \"optionalActions\": [\r\n      \"optionalActions36\"\r\n    ]\r\n  }\r\n]"},{"id":"9f57c3af-e0cc-4a8a-90c7-99476c455456","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"Get a list of all roles available in the company (pod)"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"994b2b35-5e69-4821-8d90-44f0f8e98f63","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/admin/system/roles/list","description":"Get a list of all roles available in the company (pod)"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"e3dd4684-b1e9-44ee-bc40-166f8185242a"},{"name":"listAllowedFileExtensions","id":"a538c3b3-80f0-4553-bbcb-de6a0f2ef7dd","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"sessionToken","value":"{{sessionToken}}","type":"text"}],"url":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=100","description":"<p>Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.</p>\n<p>Pagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.</p>\n<p>DO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.</p>\n","urlObject":{"protocol":"https","path":["pod","file_ext","v1","allowed_extensions"],"host":["{{podUrl}}"],"query":[{"key":"limit","value":"100"},{"disabled":true,"key":"before","value":"before46"},{"disabled":true,"key":"after","value":"after46"}],"variable":[]}},"response":[{"id":"31ad2f9e-c380-4072-b2e2-7018f0d1427e","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Authorization is not provided to this request\n","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"0123e409-0bbe-4417-a43e-8d63e9bca702","name":"Response_503","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Temporarily unable to handle request - could be due to service overload or maintenance\n","code":503,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9ecf91e5-378b-40c1-a0a9-1873300d8b74","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Unexpected service error - a retry may work\n","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"8a699195-cfe6-4d24-8878-0d842e0c5f6f","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Authentication was not provided\n","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"998974ff-aa19-4896-bedd-79534f6c6cf8","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Requested sequence of file extensions object records with the page size\nlimited by the optional limit paramter or the service-specific maximum\nlimit offered.\n","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": [\r\n    {\r\n      \"extension\": \".txt\",\r\n      \"scope_internal\": false,\r\n      \"scope_external\": false,\r\n      \"source\": \"SYSTEM\"\r\n    }\r\n  ]\r\n}"},{"id":"ef39c83e-4a15-4bf3-ba03-d5e5290a5f9d","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Invalid arguments were passed by the client\n","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"3755d747-663d-4d6f-a98f-34fc17df49f5","name":"Response_504","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions?limit=119&before=before46&after=after46","protocol":"https","host":["{{podUrl}}"],"path":["pod","file_ext","v1","allowed_extensions"],"query":[{"key":"limit","value":"119"},{"key":"before","value":"before46"},{"key":"after","value":"after46"}]},"description":"Provides a RESTful API to iterate all file extensions configured by the tenant admin\nthat are allowed for the upload.  Pagination of this list is managed through a\ncombination of the optional request parameters and service-side managed maximums.\n\nPagination of the results is provided through the before or after input paramters\nand presented through the opaque cursor values provided as output from a previous\nresponse.  Only one of before or after or neither may be provided.\n\nDO NOT store cursors. Cursors can quickly become invalid if items are added or deleted.\nUse them only during a short-period of time that you are traversing the list.\n"},"status":"Timeout waiting on response at gateway\n","code":504,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a538c3b3-80f0-4553-bbcb-de6a0f2ef7dd"},{"name":"putAllowedFileExtension","id":"9ec2f1e7-fd0e-431e-82f5-1fa90dde977f","request":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},"url":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions/:extension","description":"<p>Provides a method to create or replace a specific file extension configured for upload\nsupport via an admin. The API treats the file extension in the path case-insensitively\nby converting it to lowecase.</p>\n","urlObject":{"protocol":"https","path":["pod","file_ext","v1","allowed_extensions",":extension"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"87f67557-78e7-4983-98b4-42dafc0dc7cc","type":"any","value":"extension46","key":"extension"}]}},"response":[{"id":"87067f29-f839-4785-b36b-48481016aaf6","name":"Response_400","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to create or replace a specific file extension configured for upload\nsupport via an admin. The API treats the file extension in the path case-insensitively\nby converting it to lowecase.\n"},"status":"Invalid arguments were passed by the client: the file extension object specified\nthe source as 'system' yet the file extension is not known to the system (API cannot\ncreate system file extensions, only customer-defined file extensions), the extension\nin the path doesn't match the extension in the body, the length of the file extension\nexceeded the maximum length (64 characters)\n","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"9afbe38e-578e-4730-b607-271d9a169331","name":"Response_200","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to create or replace a specific file extension configured for upload\nsupport via an admin. The API treats the file extension in the path case-insensitively\nby converting it to lowecase.\n"},"status":"200 response","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},{"id":"2443b753-4bfc-4819-be96-5ee1428b9a93","name":"Response_500","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to create or replace a specific file extension configured for upload\nsupport via an admin. The API treats the file extension in the path case-insensitively\nby converting it to lowecase.\n"},"status":"Unexpected service error - a retry may work\n","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"95c52050-74e4-4aff-9e6e-3e6d5bbd1e02","name":"Response_403","originalRequest":{"method":"PUT","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"extension\": \".txt\",\r\n  \"scope_internal\": false,\r\n  \"scope_external\": false,\r\n  \"source\": \"SYSTEM\"\r\n}"},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to create or replace a specific file extension configured for upload\nsupport via an admin. The API treats the file extension in the path case-insensitively\nby converting it to lowecase.\n"},"status":"Authorization is not provided to this request\n","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"}],"_postman_id":"9ec2f1e7-fd0e-431e-82f5-1fa90dde977f"},{"name":"deleteAllowedFileExtension","id":"232860ec-5d39-4667-9b54-17f42d6a1f19","request":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{podUrl}}/pod/file_ext/v1/allowed_extensions/:extension","description":"<p>Provides a method to delete a specific file extension configured for upload\nsupport via an admin. The file extension identifying the resource is treated\ncase-insensitively by the API.</p>\n","urlObject":{"protocol":"https","path":["pod","file_ext","v1","allowed_extensions",":extension"],"host":["{{podUrl}}"],"query":[],"variable":[{"id":"b817679e-8bd0-4809-87b3-6e2f531b564d","type":"any","value":"extension46","key":"extension"}]}},"response":[{"id":"432ffcca-f084-4e7a-979e-be8c97f43212","name":"Response_400","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to delete a specific file extension configured for upload\nsupport via an admin. The file extension identifying the resource is treated\ncase-insensitively by the API.\n"},"status":"Invalid arguments were passed by the client\n","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"40e58667-be7f-47b7-964e-040d3f5c73c4","name":"Response_403","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to delete a specific file extension configured for upload\nsupport via an admin. The file extension identifying the resource is treated\ncase-insensitively by the API.\n"},"status":"Authorization is not provided to this request\n","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"f7729fde-a34a-43a7-8ba3-1371f74efffb","name":"Response_500","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to delete a specific file extension configured for upload\nsupport via an admin. The file extension identifying the resource is treated\ncase-insensitively by the API.\n"},"status":"Unexpected service error - a retry may work\n","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"4c4e2b66-4b0c-4296-ab28-867d22a9b068","name":"Response_204","originalRequest":{"method":"DELETE","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{podUrl}}/file_ext/v1/allowed_extensions/:extension","protocol":"https","host":["{{podUrl}}"],"path":["file_ext","v1","allowed_extensions",":extension"],"variable":[{"key":"extension","value":"extension46"}]},"description":"Provides a method to delete a specific file extension configured for upload\nsupport via an admin. The file extension identifying the resource is treated\ncase-insensitively by the API.\n"},"status":"204 response","code":204,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"232860ec-5d39-4667-9b54-17f42d6a1f19"},{"name":"Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod\n","id":"2ac8e617-ad95-4cb9-844e-97aeed34bedd","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/podcert","description":"<p>Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod</p>\n","urlObject":{"protocol":"https","path":["pod","v1","podcert"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f3c43b15-f186-4ac8-b70f-67358d7e3b0f","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/podcert","description":"Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod\n"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"23df1a5f-6bad-423b-9526-935b26c181dc","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/podcert","description":"Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod\n"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"certificate\": \"certificate36\"\r\n}"}],"_postman_id":"2ac8e617-ad95-4cb9-844e-97aeed34bedd"},{"name":"Get supported attachment types for the pod","id":"d3bb0057-8245-4328-ba6d-2ac5f2a98d6c","request":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"<p>Session authentication token.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"<p>Get supported attachment types for the pod</p>\n","urlObject":{"protocol":"https","path":["pod","v1","files","allowedTypes"],"host":["{{podUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b3ae1510-b0c2-40a8-9a0a-23bdc108baae","name":"Response_401","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"Get supported attachment types for the pod"},"status":"Unauthorized: Session tokens invalid.","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"44fac66e-bbbb-4c1a-8800-ca1cc3cf0c88","name":"Response_403","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"Get supported attachment types for the pod"},"status":"Forbidden: Caller lacks necessary entitlement.","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"7e73af1f-ba59-43fd-86e8-e95574f7e9fc","name":"Response_500","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"Get supported attachment types for the pod"},"status":"Server error, see response body for further details.","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"51b07298-bd23-4a27-86b4-f90cb98dccb1","name":"Response_400","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"Get supported attachment types for the pod"},"status":"Client error, see response body for further details.","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"code\": 94,\r\n  \"message\": \"message36\"\r\n}"},{"id":"03b7ed46-105b-4db3-8350-d53f09038b02","name":"Response_200","originalRequest":{"method":"GET","header":[{"key":"sessionToken","value":"{{sessionToken}}","description":"Session authentication token."},{"key":"Accept","value":"application/json"}],"url":"https://{{podUrl}}/pod/v1/files/allowedTypes","description":"Get supported attachment types for the pod"},"status":"Success","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\r\n  \"response6\"\r\n]"}],"_postman_id":"d3bb0057-8245-4328-ba6d-2ac5f2a98d6c"}],"id":"9ba5b36a-a739-4576-81e7-98b39656a7a3","_postman_id":"9ba5b36a-a739-4576-81e7-98b39656a7a3","description":""}]}