Skip to main content

Instructor, no.

Incydr Professional, Enterprise, Horizon, and Gov F2, yes.

Incydr Basic, Advanced, and Gov F1, yes.

HOME
GETTING STARTED
RELEASE NOTES
FAQs
APIs
SYSTEM STATUS
Code42 Support

Code42 Get user by username

The following describes the Code42: Get user by username custom function in Code42 for Resilient. Input parameters are required unless noted. For more information, see Code42 for IBM Resilient customization settings

Code42: Get user by username

This function obtains the user details from a given username. 

Input parameters

code42_username  (Text): The Code42 login name for the user.

Output
  • result (dict): User details. See the Example Response Body in the API Documentation for output syntax. 
  • error (str): If result is None, information on the cause of the error.
​​​​​​Raises

Exception if the function cannot connect to Code42. ​

  • Was this article helpful?