ORGID

1121
2
Jump to solution
11-14-2017 07:09 AM
BrianO_keefe
Occasional Contributor III

We are using a proprietary software package that integrates with Portal.

It has an optional setting that asks for the ORGID.

I know that you can get the orgid from an AGOL Organization... but can you do this from a local / Internal portal installation?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JonathanQuinn
Esri Notable Contributor

It's 0123456789ABCDEF.  It's more clear under the JSON response of the sharing/rest/portal/self call:

https://<machine>.<domain>.com/<contenxt>/sharing/rest/portals/self?f=pjson 

{...

"id": "0123456789ABCDEF",

...}

But the HTML page will list it:

View solution in original post

2 Replies
JonathanQuinn
Esri Notable Contributor

It's 0123456789ABCDEF.  It's more clear under the JSON response of the sharing/rest/portal/self call:

https://<machine>.<domain>.com/<contenxt>/sharing/rest/portals/self?f=pjson 

{...

"id": "0123456789ABCDEF",

...}

But the HTML page will list it:

BrianO_keefe
Occasional Contributor III

Is this for real?! I mean I see it on my screen but I still don't believe it.

0 Kudos