Skip to main content
Retrieves the entity’s profile.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFProfilesGetEntityProfilesRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. Given a set of entity types and entity identifiers will retrieve all readable profiles properties for the caller. Profiles that the caller is not allowed to read will silently not be included in the results. When the asynchronous task is complete, call PFProfilesGetProfilesGetResultSize and PFProfilesGetProfilesGetResult to get the result.

Requirements

Header: PFProfiles.h

See also

PFProfiles members
Last modified on August 3, 2026