User is the method to get user. Permissions: authorizer:admin
(ctx context.Context, params *model.GetUserRequest)
| 176 | // User is the method to get user. |
| 177 | // Permissions: authorizer:admin |
| 178 | User(ctx context.Context, params *model.GetUserRequest) (*model.User, error) |
| 179 | // Users is the method to list users. |
| 180 | // Permissions: authorizer:admin |
| 181 | Users(ctx context.Context, in *model.PaginatedRequest) (*model.Users, error) |
no outgoing calls