getPartnerInfo

Description

This function returns information about a specified partner

Parameters

Parameter Type Description Possible values Example
output String The requested returned output type, The default is json
  • json - Default
  • xml
  • text
  • debug
xml
partner_id String The Partner id for the partner that you want to edit. You must provide this parameter unless you provide the email parameter
  • Partner ID
5888bf6319a464498902b0ce
email String The Partner Email for the partner that you want to edit. You must provide this parameter unless you provide the partner_id parameter
  • Partner Email Address
john@mydomain.com

Returns

Return Type Description Possible values Example
partner_id String The Partner ID
  • Partner ID
5888bf6319a464498902b0ce
partner_name String The Partner Name
  • Partner Name
JetApps
status String The Partner status
  • Active
  • Suspended
  • Cancelled
Active
status_change String The Partner status last change date
  • Date
2017-01-26T16:51:13+00:00
created String The Partner creation date
  • Date
2017-01-26T16:51:13+00:00
logs Object The last 30 logs of the Partner
  • Logs Objects
Object (
  • date
  • partner
  • user
  • msg )
date String The log date
  • Date
2017-01-26T16:51:13+00:00
partner String The Partner name
  • Partner Name
JetApps
user String The Partner User name
  • Partner User Name
John Doe
msg String The log message
  • Log Message
Status changed to Suspended

Example

https://api.jetlicense.com/?action=getPartnerInfo&partner_id=5887980319a464498902b0cd