sfapi-ts

Home > @cjh1/sfapi > AccountService > getUser

AccountService.getUser() method

Read User Get the a user’s account information. (If none give, defaults to the authenticated user.)

Signature:

getUser(username?: string): CancelablePromise<UserInfo>;

Parameters

Parameter Type Description
username string (Optional)

Returns:

CancelablePromise<UserInfo>

UserInfo Successful Response

Exceptions

ApiError