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 isNone
, information on the cause of the error.
Raises
Exception if the function cannot connect to Code42.