We are at eTail Connect West in Los Angeles, CA from 13-15th September, 2023. We are also hosting a roundtable exclusively for retailers. Meet us there for data chats & more!
				
					<?php
include('cumulio.php');

$client = Cumulio::initialize('7bb42045-6518-42cb-ae63-35c83440f7ee', '4MjvH6aNWvDurHLliPJ2GtL1ZuSzm2JrbWrhknvS02I1SE9uRLtulQ0YmZM8knYX5pjqyosCvDYtnGw5fnyPmxd5WWa8tKtnl2M9nQ99H6BszVdgZgFpIEyhZVCJnlaMlLlqMn32uvqrbQhze6eYG5', 'https://api.us.cumul.io');
$authorization = $client->create('authorization', array(
  'integration_id' => 'e1d1a8f7-1dc9-4436-b54c-af24a38adee8',
  'type' => 'sso',
  'expiry' => '24 hours',
  'inactivity_interval' => '10 minutes',
  'username' => '< A unique identifier for your user >',
  'name' => '< user name >',
  'email' => '< user email >',
  'suborganization' => '< user suborganization >',
  'role' => 'viewer'
));  ?>