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.
| 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. |
| 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. |
↑