UserInfoService.getUserInfo()
Home > @backstage/backend-plugin-api
> UserInfoService
> getUserInfo
Retrieve user information based on the provided credentials.
Signature:
getUserInfo(credentials: BackstageCredentials): Promise<BackstageUserInfo>;
Parameters
Parameter |
Type |
Description |
---|---|---|
credentials |
Promise<BackstageUserInfo>