Home > @cjh1/sfapi > AccountService > getUser
Read User Get the a user’s account information. (If none give, defaults to the authenticated user.)
Signature:
getUser(username?: string): CancelablePromise<UserInfo>;
Parameter | Type | Description |
---|---|---|
username | string | (Optional) |
Returns:
UserInfo Successful Response
ApiError