Home > @poq/sdk-sfcc > AccountService > getProfile
Method returns profile for a specific user.
Signature:
getProfile(token: string): Promise<PoqResponse<ProfileResponse>>;
Parameter | Type | Description |
---|---|---|
token | string | Auth token. |
Returns:
Promise<PoqResponse<ProfileResponse>>
Profile for a specific user.