(username, password string)
| 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) |
| 48 | SetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error) |
| 49 | SetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error) |
no outgoing calls