IOrganizationUserService
Home > @gooddata/sdk-backend-spi > IOrganizationUserService
IOrganizationUserService interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This service provides access to organization users.
Signature:
export interface IOrganizationUserService 
Methods
| Method | Description | 
|---|---|
| (ALPHA) Add users to multiple user groups. | |
| (ALPHA) Creates a new user. | |
| (ALPHA) Create user group. | |
| (ALPHA) Delete user groups by ID. | |
| (ALPHA) Delete users by ID. | |
| (ALPHA) Get user by ID. | |
| (ALPHA) Get user group by ID. | |
| (ALPHA) Get list of users groups. | |
| (ALPHA) Get groups assigned to the user. | |
| (ALPHA) List user groups. | |
| (ALPHA) Get list of users. | |
| (ALPHA) Get user by email. | |
| (ALPHA) Get users assigned to the user group. | |
| (ALPHA) List users. | |
| (ALPHA) Get list of users with basic information only. This method provides a lightweight alternative to IOrganizationUserService.getUsers() that fetches only basic user information (id, email, name) | |
| (ALPHA) Remove users from user groups. | |
| (ALPHA) Update user. | |
| (ALPHA) Update user group. |