IUserService
Home > @gooddata/sdk-backend-spi > IUserService
IUserService interface
Represents a user. It is an entry point to various services that can be used to inspect and modify the user.
Signature:
export interface IUserService
Methods
| Method | Description |
|---|---|
| getUser() | Returns currently authenticated user |
| settings() | Returns service that can be used to obtain settings that are currently in effect for the user. |