Get user

This activity searches for a CloudLink User based on the input parameter, which can be an email address, mobile, phone number, or userId.

Table 1. Get user action - Inputs
Parameters Description

Identifier

Unique identifier of the user to be retrieved (email address, mobile number, phone number, or userId).

IncludeTags

Whether to return all tags associated with the user in the result.

Table 2. Get user action - Outputs
Parameters Description

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False)

Result

The user object, if found. otherwise, will be populated with an error message.