Code42 Get user by UID
The following describes the Code42: Get user by UID 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 UID
This function obtains the user details from a Code42 user's unique identifier.
Input parameters
code42_user_uid
(Text): The user's unique ID. See the user_uid
in the user details returned by the Get user by username function.
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.
Raises
Exception if the function cannot connect to Code42.