Parameters
name type required description
key string yes The OAUTH application key used to access Integrify
user string yes user name of the user to impersonate
expires string no datetime to expire the token in epoch format (https://www.epochconverter.com)
Example
Resource/access/impersonate?key=myapikey&user=integrifyUserName&expires=1570592666Try It!
Response
{"token":"37034275cf2547d9ac755bab65e9d29a","token_type":"access","key":"myapikey"}