(orgGUID string, role models.Role)
| 42 | FindByUsername(username string) (user models.UserFields, apiErr error) |
| 43 | FindAllByUsername(username string) (users []models.UserFields, apiErr error) |
| 44 | ListUsersInOrgForRoleWithNoUAA(orgGUID string, role models.Role) ([]models.UserFields, error) |
| 45 | ListUsersInSpaceForRoleWithNoUAA(spaceGUID string, role models.Role) ([]models.UserFields, error) |
| 46 | Create(username, password string) (apiErr error) |
| 47 | Delete(userGUID string) (apiErr error) |
no outgoing calls
no test coverage detected