When adding a user, the following fields cannot be left blank :
However, as shown in List all users , profile.firstName and profile.lastName are documented as being nullable.
Thus, why are profile.firstName and profile.lastName documented as being nullable if they are both required when creating a user.
