Organization

Description

This resource provides access to a single organization within your deployment, allowing you to manage and update its licensing and security information, as well as manage its federated servers.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the organization resource:

1
https://organization.domain.com/context/admin/orgs/0123456789ABCDEF?f=pjson

JSON Response example

The following is a sample JSON response for an organization resource. The response returns a web adaptor registration token that is specific to the organization, created when the organization was configured. The token is a base64 encoded JSON string that includes the organization's ID, the shared key that establishes trust between the web adaptor and your ArcGIS Enterprise on Kubernetes deployment, a list of nodes in the deployment, and the Ingress port. You will need to pass the token as part of the request when registering a web adaptor with your organization.

1
2
3
4
{
  "webAdaptorRegistrationToken": "eyJvcmdJZCI6IjAxMjM0NTY3ODlBQkNERUYiLCJwcmVmaXhVcmwiOiJodHRwczovL2RldjAwMTQwOTIuZXNyaS5jb20vZ2lzLyIsImluZ3Jlc3NQb3J0IjoiMzE0NDMiLCJub2RlcyI6WyJkZXYwMDE0MDkyLmVzcmkuY29tIl0sInNoYXJlZEtleSI6IkVxTDk3ZytpS28xQUpMSVd2WDBWci94a1BEcGhVTno2Wjc4MlAxZXByTFE9IiwiZXhwaXJhdGlvbiI6MTU5NzI2NTQzMzg2OCwic2lnbmF0dXJlIjoiOXN2VE5pTjZFRDJkQkl4OUsrdWFBbVFSNGlaRGJ4VWpXa2NTRWFGaFM5aTBXSkVhZUVETE5RRU5sOW1EZnBXMiJ9",
  "portalId": "db9bfd56-dcf6-4f0b-a5a2-af16a7972566"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close