Uber Organizations API

Number of APIs: 3

Uber's Organization API enables merchants to create and manage sub-organizations nested below their given root organization. Full documentation is available here.

Authorization requires the direct.organizations scope.

Before you start

  1. Make sure you have the Uber Direct API Environment selected
  2. Fill the uber_api_client_id, uber_api_client_secret, and customer_id variables.
  3. Generate a token using the 'Get Started - Direct Developer Token' collection
  1. Create Direct Organizations POST {{baseUrl}}/direct/organizations

  2. Get Direct Organization Details GET {{baseUrl}}/direct/organizations/:customer_id

  3. Invite New User to Organization POST {{baseUrl}}/direct/organizations/:customer_id/memberships/invite