Organization

Look up an organization name

GET/v1/organization/{organizationId}

Turns an organization ID into its name.

Parameters

ParameterDescription
organizationIdThe organization's ID in Rankedin — a positive number, e.g. 803. You can see it in the address bar of your Organization Manager page.

Request

curl -H "X-API-Key: your_api_key_here" \
  "https://rinpublicapistaging.azurewebsites.net/v1/organization/803"

Response

{ "name": "Sele Admin Organization" }

Errors

CodeStatusCause
organization_id_invalid400organizationId is not a positive number
organization_not_found404No organization with that ID