Get organization by license

GET /me/licenses/{id}/organization

Return a summary of the organization connected for a license. This will provide more information than just its name, and will be useful to lookup information about all the connected licenses without authorization other organization with login hints.

Headers

Path parameters

  • id string(uuid) Required
GET /me/licenses/{id}/organization
curl \
 -X GET https://rest.api.24sevenoffice.com/v1/me/licenses/{id}/organization \
 -H "Authorization: string"
Response example (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string

# Payload
{
  "id": "string",
  "name": "string",
  "email": "string"
}