getReferencedUser(userId)
Obtains the information associated with a referenced user.
Returns
The information as an object.
Parameters
Name | Type | Description | Required |
userId | string | The unique identifier of a
user. Example:
| ✅ |
Usage example
In this example, the API returns the information associated with the user whose user
ID is abc
.
getPConnect().getReferencedUser(abc);
Previous topic getRawMetadata() Next topic getReferencedView()